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

Another small victory today.'nA salesperson had almost convinced a client to move their email from 365 to Google because "they hold all the cards now".

Uncategorized
52 28 21

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    4 Views
    Found some nice BeOS / Haiku OS icons for my OpenBSD Xfce setup. #openbsd #xfcehttps://www.xfce-look.org/p/2087825
  • 0 Votes
    15 Posts
    20 Views
    @0xh4 NetBSD is great, and running fine on those old, low power devices makes it clear that it's well designed
  • It's that time of the year again!!

    Uncategorized openbsd runbsd
    1
    1
    0 Votes
    1 Posts
    6 Views
    It's that time of the year again!! 🐡Changes by: deraadt@cvs.openbsd.org 2025/10/21 19:29:37Log message:release 7.8. 59th release. crazy.https://www.openbsd.org/78.htmlAs always, there are great vmm/vmd improvements.Start your sysupgrade engines!!Artwork by Apsephion#OpenBSD #RUNBSD
  • 0 Votes
    1 Posts
    6 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.