Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

@jwp oh interesting, sudo is on its way out?

Uncategorized
8 4 0

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    0 Views
    E dopo Flavia Vento che vede la Madonna....ecco Giorgetti....
  • 0 Votes
    1 Posts
    0 Views
    Palestina: nuovi crimini di guerra a gaza e in cisgiordania. stallo sugli aiuti@anarchia Israele rinvia ancora una volta l’apertura del valico di Rafah. L’agenzia israeliana per le attività nei territori palestinesi ha dichiarato alla Reuters che sono in corso i preparativi con l’Egitto per aprire il valico di Rafah al passaggio delle persone,...
  • 0 Votes
    2 Posts
    0 Views
    @stranobiovolta @attualita bisogna aumentare il tasso di natalità, poco importa in che modo. Poi che aumentino anche le malattie veneree e i casi di violenza poco inporta tanto la sanità sarà gestita dai privati e le donne per questo governo sono incubatrici.
  • 0 Votes
    1 Posts
    0 Views
    Well now it seems #OpenBSD has me beat when trying to wipe and setup a new USB memory stick.I have never had issues under FreeBSD or Linux before but this is either me being extremely thick or ??justine@openbsd-desktop ~ $ doas fdisk -iy sd2Writing MBR at offset 0.justine@openbsd-desktop ~ $ doas disklabel -E sd2Label editor (enter '?' for help at any prompt)sd2> pOpenBSD area: 64-15728640; size: 15728576; free: 15728576# size offset fstype [fsize bsize cpg] c: 15728640 0 unusedsd2> apartition to add: [a]offset: [64]size: [15728576]FS type: [4.2BSD] ext2fssd2*> qWrite new label?: [y] yjustine@openbsd-desktop ~ $ ^Cas disklabel -E sd2justine@openbsd-desktop ~ $ doas disklabel sd2# /dev/rsd2c:type: SCSIdisk: SCSI disklabel: Flash Diskduid: 507add78df02feccflags:bytes/sector: 512sectors/track: 63tracks/cylinder: 255sectors/cylinder: 16065cylinders: 979total sectors: 15728640boundstart: 64boundend: 1572864016 partitions:# size offset fstype [fsize bsize cpg] a: 15728576 64 ext2fs c: 15728640 0 unusedjustine@openbsd-desktop ~ $ doas newfs_ext2fs /dev/rsd2a/dev/rsd2a: 7679.9MB (15728576 sectors) block size 4096, fragment size 4096 using 60 block groups of 128.0MB, 32768 blks, 16384 inodes.^Cjustine@openbsd-desktop ~ $justine@openbsd-desktop ~ $ doas newfs_ext2fs /dev/sd2anewfs_ext2fs: /dev/sd2a: block devicejustine@openbsd-desktop ~ $ doas newfs_ext2fs sd2a/dev/rsd2a: 7679.9MB (15728576 sectors) block size 4096, fragment size 4096 using 60 block groups of 128.0MB, 32768 blks, 16384 inodes.^Cjustine@openbsd-desktop ~ $justine@openbsd-desktop ~ $ doas newfs_ext2fs -I sd2a/dev/rsd2a: 7679.9MB (15728576 sectors) block size 4096, fragment size 4096 using 60 block groups of 128.0MB, 32768 blks, 16384 inodes.I used dd to wipe the USB then checked it was wiped. Then did the above and it all seems ok as per folk on the web and OpenBSD docs but newfs_extfs just sits there doing nothing.Anyone help or have a simple idiot sheet of what to do from wiping the USB memory stick to setting up an ext2 partition and formatting it. Mounting it will be the easy part.