Δημοσιεύτηκε: 13 Φεβ 2018, 21:01
από Stratisp
Το αποτέλεσμα της εντολής sudo blkid ήταν:
Off topic:
/dev/sda1: UUID="28ca87b3-1c6f-481c-9626-f8e42d9027a2" TYPE="ext4" PARTUUID="000419f0-01"
/dev/sda2: UUID="94e7c0cd-e6f8-4b23-b24f-064a284b30d5" TYPE="swap" PARTUUID="000419f0-02"
/dev/sda3: UUID="5FEF771B7B561D46" TYPE="ntfs" PARTUUID="000419f0-03"
/dev/sda5: LABEL="File Stock" UUID="1ce8251f-f0c1-4684-bf2c-47d4fd0cf0bd" TYPE="ext4" PARTUUID="000419f0-05"

Το περιεχόμενο του cat /etc/fstab ήταν:
Off topic:
# /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/sda1 during installation
UUID=28ca87b3-1c6f-481c-9626-f8e42d9027a2 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda7 during installation
UUID=25dd37a5-4aa0-4513-8f43-e6d87ac1d2c8 none swap sw 0 0
/dev/disk/by-id/usb-SAMSUNG_HM320LI_683000106401-0:0-part1 /mnt/usb-SAMSUNG_HM320LI_683000106401-0:0-part1 auto nosuid,nodev,nofail,x-gvfs-show 0 0


Ακολουθώντας την οδηγία σου (και επειδή τα δύο αρχεία δεν είχαν μεγάλη σχέση διαμόρφωσα το fstab έτσι:
Off topic:
# /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/sda1 during installation
UUID=28ca87b3-1c6f-481c-9626-f8e42d9027a2 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda2 during installation
UUID=94e7c0cd-e6f8-4b23-b24f-064a284b30d5 / swap sw 0 0
/dev/disk/by-id/usb-SAMSUNG_HM320LI_683000106401-0:0-part1 /mnt/usb-SAMSUNG_HM320LI_683000106401-0:0-part1 auto nosuid,nodev,nofail,x-gvfs-show 0 0


Η εκκίνηση επιταχύνθηκε και η καθυστέρηση των 90 δευτερολέπτων εξαφανίστηκε. Όμως δεν είμαι σίγουρος αν η τελική μορφή του fstab είναι η ενδεδειγμένη. Αν όχι παρακαλώ να την διορθώσεις.