Skip to content
Snippets Groups Projects
Select Git revision
  • 2023ss default protected
  • 2022ss
  • 2021ss
  • 2020ss
  • 2019ss
  • 2018ss
  • 2017ss
  • 2016ss
  • 2015ss
  • 2014ss
10 results

filesystems-12.txt

Blame
  • Forked from Peter Gerwinski / bs
    79 commits behind the upstream repository.
    filesystems-12.txt 641 B
    cassini/home/peter/bo/2022ss/bs/20220502# dd if=/dev/sdb bs=1024 count=1024 | hexdump -C     00000000  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
    *
    00100000
    1024+0 Datensätze ein
    1024+0 Datensätze aus
    1048576 bytes (1,0 MB, 1,0 MiB) copied, 0,121808 s, 8,6 MB/s
    cassini/home/peter/bo/2022ss/bs/20220502# mount /media/usb1/
    mount: /media/usb1: special device /dev/sdb1 does not exist.
    cassini/home/peter/bo/2022ss/bs/20220502# mount /media/usb0
    mount: /media/usb0: wrong fs type, bad option, bad superblock on /dev/sdb, missing codepage or helper program, or other error.
    cassini/home/peter/bo/2022ss/bs/20220502#