rapfenHoppá, így előkerült. :)
Ezt írja:
# /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).
#
#
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=fc6491f6-9240-4f86-9629-13f264eb806d / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=ca9a07b0-dce3-4bfc-828b-3ae9eae53fe3 /home ext4 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=32862706-1a3d-438c-9984-90ecdc351901 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
A sudo blkid szerint ez a kód:
UUID="49a96ad9-d903-4508-845b-960e75d72e60" TYPE="ext4"
Mi a következő lépés?