Δημοσιεύτηκε: 24 Μαρ 2014, 11:05
από dgtfeargr
Κώδικας: Επιλογή όλων
invisible@invisible-Aspire-7736:~$ ls /dev/disk/by-uuid/ -n
σύνολο 0
lrwxrwxrwx 1 0 0 10 Μάρ 24 09:32 39E537323F59C5DE -> ../../sda2
lrwxrwxrwx 1 0 0 10 Μάρ 24 09:32 5b2ee1cd-3eab-43ba-af0e-6a533d4bd906 -> ../../sda3
lrwxrwxrwx 1 0 0 10 Μάρ 24 09:32 68e55305-7c2c-4b48-9485-2c51f695b494 -> ../../sda1
invisible@invisible-Aspire-7736:~$


και

Κώδικας: Επιλογή όλων
invisible@invisible-Aspire-7736:~$ cat /etc/fstab
# /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>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=68e55305-7c2c-4b48-9485-2c51f695b494 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda2 during installation
UUID=b7794edc-3bbb-41b2-9482-918092c2f30d none swap sw 0 0
invisible@invisible-Aspire-7736:~$