Δημοσιεύτηκε: 22 Μαρ 2015, 22:55
- Κώδικας: Επιλογή όλων
iodio@iodio-671T-M:~$ whoami
iodio
iodio@iodio-671T-M:~$ 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=f1a35a69-7c8d-4ef7-a83d-c1f3d66fa860 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=d972ad58-f75c-48c6-8b26-e644839a9832 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
/dev/disk/by-uuid/7cf1d1d4-3bf8-4cf1-a09b-5e164203512b /mnt/7cf1d1d4-3bf8-4cf1-a09b-5e164203512b auto nosuid,nodev,nofail,x-gvfs-show 0 0
iodio@iodio-671T-M:~$