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
    0 Views
    Are you working on something involving a BSD system that you would like to share with others?The Call for Papers period is open for AsiaBSDCon until November 30th, 2025 and for BSDCan until January 17, 2026.Check out the websites linked in the article, and get that submission in!What is BSD? Come to a conference to find out! https://nxdomain.no/~peter/what_is_bsd_come_to_a_conference_to_find_out.html or https://bsdly.blogspot.com/2025/11/what-is-bsd-come-to-conference-to-find.html #asiabsdcon #bsdcan #bsd #dragonflyBSD #freebsd #openbsd #netbsd #conference
  • 0 Votes
    12 Posts
    7 Views
    @stfn here's the video 🙂 https://mastodon.bsd.cafe/@stefano/115468560621831960
  • OpenBSD guest on Hyper-V, take 3:

    Uncategorized openbsd hyperv psa
    1
    1
    0 Votes
    1 Posts
    7 Views
    OpenBSD guest on Hyper-V, take 3:1) Use Generation 12) Use MBR#openbsd #hyperv #psa
  • 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.