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

filesystems-13.txt

Blame
  • Forked from Peter Gerwinski / bs
    75 commits behind the upstream repository.
    filesystems-13.txt 674 B
    cassini/home/peter/bo/2022ss/bs/20220502# ls -l /dev/sdb*
    brw-rw---- 1 root disk 8, 16 Mai  2 13:22 /dev/sdb
    cassini/home/peter/bo/2022ss/bs/20220502# echo "Dies ist ein Test." > /dev/sdb
    cassini/home/peter/bo/2022ss/bs/20220502# dd if=/dev/sdb bs=1024 count=1024 | hexdump -C
    00000000  44 69 65 73 20 69 73 74  20 65 69 6e 20 54 65 73  |Dies ist ein Tes|
    00000010  74 2e 0a 00 00 00 00 00  00 00 00 00 00 00 00 00  |t...............|
    00000020  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,123712 s, 8,5 MB/s
    cassini/home/peter/bo/2022ss/bs/20220502#