Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
becki:linux:commands [2020-08-14 08:48] becki [unsorted] |
becki:linux:commands [2024-09-09 09:23] (aktuell) becki [VFAT Renaming] |
||
|---|---|---|---|
| Zeile 321: | Zeile 321: | ||
| ==== VFAT Renaming == | ==== VFAT Renaming == | ||
| - | Use [[man>dosfslabel]] (only uppercase possible) | + | Use [[man>fatlabel]] |
| - | You can rename e.g. a label in lowercase with mtools: | + | Old: You can rename e.g. a label in lowercase with mtools: |
| - Plug USB stick into computer and mount it if necessary | - Plug USB stick into computer and mount it if necessary | ||
| Zeile 336: | Zeile 336: | ||
| Linux file systems like ext3, ext4 and reiserfs are aware of the Linux protections modes (owner, group, etc.). Use it if you want exchange files between two Linus systems. | Linux file systems like ext3, ext4 and reiserfs are aware of the Linux protections modes (owner, group, etc.). Use it if you want exchange files between two Linus systems. | ||
| - | Example formatting for ''/dev/sdb'': | + | Example formatting for ''/dev/sdb1'': |
| - | - Set the file system typ to 83 (= Linux) with ''cfdisk /dev/sdb''.\\ (It may as well work without this step, but setting the right FS ID cannot harm.) | + | - Set the file system typ to 83 (= Linux) with ''cfdisk /dev/sdb1''.\\ (It may as well work without this step, but setting the right FS ID cannot harm.) |
| - | - Format the stick with: ''mkfs.ext3 -L BeckisStick'' /dev/sdb | + | - Format the stick with: ''mkfs.ext3 -L BeckisStick'' /dev/sdb1 |
| + | Sole renaming the disk label is possible with: ''e2label device new-label''. Source: https://linuxconfig.org/how-to-name-label-a-partition-or-volume-on-linux | ||
| ==== Floppies == | ==== Floppies == | ||