Kode: Vælg alt
nick@nick-Z68AP-D3:~$ mount | grep /dev/sd
/dev/sda1 on / type ext4 (rw,errors=remount-ro)
/dev/sdb2 on /media/nick/Download-torrent type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
/dev/sdc2 on /media/nick/Film, Musik & Spil type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
nick@nick-Z68AP-D3:~$ ls -l /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Mar 26 19:10 207ED5727ED54168 -> ../../sdc2
lrwxrwxrwx 1 root root 10 Mar 26 19:10 327896f9-aa5f-4420-b1d8-34c693255554 -> ../../sda5
lrwxrwxrwx 1 root root 10 Mar 26 19:10 F0649A056499CF2A -> ../../sdb2
lrwxrwxrwx 1 root root 10 Mar 26 19:10 f1e273ac-c0f7-46ae-be84-1500006472e2 -> ../../sda1
nick@nick-Z68AP-D3:~$ 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>
# / was on /dev/sda1 during installation
UUID=f1e273ac-c0f7-46ae-be84-1500006472e2 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=327896f9-aa5f-4420-b1d8-34c693255554 none swap sw 0 0
nick@nick-Z68AP-D3:~$