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

액펍 대응 소프트웨어인데기본 기능은 저사양 서버로도 돌아가고추가 기능은 플러그인 설치만 해도 되게끔만들 수는 없을까 흐음...

Uncategorized
5 2 0

Gli ultimi otto messaggi ricevuti dalla Federazione
  • @GustavinoBevilacqua O se un mio amico che lavora in mobilificio ne ha "di scorta" in garage....;-)

    read more

  • @andre123

    Almeno capisci bene di che si tratta e puoni vedere se qualche falegname nella tua zona ha degli scarti da regalarti ;-)

    read more

  • @GustavinoBevilacqua Usti grazie mille !!! Bookmarkato

    read more

  • Con fascisti e leghisti al governo, il ritorno al Medioevo è assicurato.

    @attualita

    read more

  • Il look da legno con venatura pregiata potrebbe essere una sorta di impiallacciatura/wrap. Così sotto si possono mettere le viti per tenere insieme il tutto e poi coprire con quel wrap.....🤔

    read more

  • Well now it seems 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 sd2
    Writing MBR at offset 0.
    justine@openbsd-desktop ~ $ doas disklabel -E sd2
    Label editor (enter '?' for help at any prompt)
    sd2> p
    OpenBSD area: 64-15728640; size: 15728576; free: 15728576
    # size offset fstype [fsize bsize cpg]
    c: 15728640 0 unused
    sd2> a
    partition to add: [a]
    offset: [64]
    size: [15728576]
    FS type: [4.2BSD] ext2fs
    sd2*> q
    Write new label?: [y] y
    justine@openbsd-desktop ~ $ ^Cas disklabel -E sd2
    justine@openbsd-desktop ~ $ doas disklabel sd2
    # /dev/rsd2c:
    type: SCSI
    disk: SCSI disk
    label: Flash Disk
    duid: 507add78df02fecc
    flags:
    bytes/sector: 512
    sectors/track: 63
    tracks/cylinder: 255
    sectors/cylinder: 16065
    cylinders: 979
    total sectors: 15728640
    boundstart: 64
    boundend: 15728640

    16 partitions:
    # size offset fstype [fsize bsize cpg]
    a: 15728576 64 ext2fs
    c: 15728640 0 unused
    justine@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.
    ^C
    justine@openbsd-desktop ~ $
    justine@openbsd-desktop ~ $ doas newfs_ext2fs /dev/sd2a
    newfs_ext2fs: /dev/sd2a: block device
    justine@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.
    ^C
    justine@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.
    read more

  • read more

  • @Nomad13 thank you!

    read more
Post suggeriti
  • 0 Votes
    1 Posts
    0 Views
    Con fascisti e leghisti al governo, il ritorno al Medioevo è assicurato. @attualita
  • 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.
  • Watching @davew at #wceh2025 .

    Uncategorized wceh2025
    9
    1
    0 Votes
    9 Posts
    0 Views
    @wjmaggos @davew I agree! Also, more ducks sounds good.
  • 0 Votes
    9 Posts
    0 Views
    @stefano 💚💚💚 it’s less than 30 minutes away from my place and it looks like such an amazing exhibit 🤗@infinita740 @LisaBanana