Moin,
ich möchte die Partition /dev/sda1 dauerhaft einhängen(mounten), und eigentlich hatte ich nie Probleme damit bis heute.
Es geht um : UUID=75ab1e41-0861-4842-b348-926008db7e.
Nach dem Eintrag in die "fstab" bootet das system nicht mehr !
Beim hochfarhen bekomme ich die Meldung : You are in emergency mode usw ... .... wenn ich aber die Zeile
ID=75ab1e41-0861-4842-b348-926008db7eba /dev/sda1 media/radek/75ab1e41-0861-4842-b348-926008db7eba ext4 defaults 0 0
mit # auskommentiere fährt der Rechner ganz normal hoch.
Meine Frage: Was ist hier Falsch ???
> radek@pnadziu:~$ cd /etc > radek@pnadziu:/etc$ sudo nano fstab > [sudo] Passwort für radek: > > # /etc/fstab: static file system information. > # > # Use 'blkid' to print the universally unique identifier for a > # device; this may be used with UUID= as a more robust way to name devices > # that works even if disks are added and removed. See fstab(5). > # > # <file system> <mount point> <type> <options> <dump> <pass> > # / was on /dev/nvme0n1p2 during installation > UUID=ee31ee18-91ec-46bd-8aed-9c61450db751 / ext4 errors=remount-ro 0 1 > # /boot/efi was on /dev/nvme0n1p1 during installation > UUID=48D0-FD45 /boot/efi vfat umask=0077 0 1 > # /home was on /dev/nvme0n1p4 during installation > UUID=2ba58b2b-fb31-4a5d-b9d4-849368ecf1f3 /home ext4 defaults 0 2 > # swap was on /dev/nvme0n1p3 during installation > UUID=8cbacbf5-7720-4447-8503-1e44dd9b3855 none swap sw 0 0 > # auslage > # > # <file system> <mount point> <type> <options> <dump> <pass> > UUID=75ab1e41-0861-4842-b348-926008db7eba /dev/sda1 media/radek/75ab1e41-0861-4842-b348-926008db7eba ext4 defaults 0 0 > # backup patrition
Ich habe unter <file system> <mount point> <type> <options> <dump> <pass> verschiedene Variationen (Eingaben) ausprobiert, aber jedes mal bekomme ich beim booten You are in emergency mode..bla bla bla.
Ist das ein Bug ?? oder sitzt der Fehler mal wieder vor dem Monitor ??
Hat jemand ne Idee ??
Danke im vorraus