Also meine fstab sieht jetzt so aus:
# backup 1
UUID=93dc82e2-4dc7-40f5-8d00-h6782ztq9e7q /media/bit ext4 0 2
# backup 2
UUID=4f1ca19c-1c7e-406f-a3ae-hp40332iu877 /media/bit ext4 0 2
wenn ich dabei eine Festplatte auskommentiere, wird die auch nach /media/bit gemountet.
Wenn ich das aber so lasse kommt folgender Fehler:
mount: Gerätedatei UUID=93dc82e2-4dc7-40f5-8d00-h6782ztq9e7q existiert nicht
mount: wrong fs type, bad option, bad superblock on /dev/sdd1,
missing codepage or helper program, or other error
Manchmal liefert das Syslog wertvolle Informationen – versuchen
Sie dmesg | tail oder so
dmesg | tail:
[316256.195813] sdd: sdd1
[316256.207341] sd 6:0:0:0: [sdd] Attached SCSI disk
[316333.967885] EXT4-fs (sdd1): Unrecognized mount option "0" or missing value
[316365.505555] EXT4-fs error (device sdb1): ext4_find_entry: reading directory #2 offset 0
[316365.510500] EXT4-fs error (device sdb1): ext4_find_entry: reading directory #2 offset 0
[316365.510516] EXT4-fs (sdb1): previous I/O error to superblock detected
[316365.510582] EXT4-fs error (device sdb1): ext4_find_entry: reading directory #2 offset 0
[316365.510591] EXT4-fs (sdb1): previous I/O error to superblock detected
[316382.439970] EXT4-fs (sdd1): Unrecognized mount option "0" or missing value
[316559.355370] EXT4-fs (sdd1): Unrecognized mount option "0" or missing value
Was muss ich tun?