Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- shenmue@mint ~ $ cat /etc/fstab
- # /etc/fstab: static file system information.
- #
- # Use 'blkid -o value -s UUID' 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/sdb2 during installation
- UUID=d2a84ec3-d289-40c8-baed-896c58f75d93 / ext4 errors=remount-ro 0 1
- # /home was on /dev/sdb1 during installation
- UUID=89bcda88-58cf-4757-9626-da664bcae2a3 /home ext4 defaults 0 2
- # /mint was on /dev/sda1 during installation
- UUID=6d3c9a4a-848d-496c-b16d-529c5cb91cb4 /mint ext4 defaults 0 2
- # /windows was on /dev/sdc1 during installation
- UUID=747CCC0E7CCBC8D6 /windows ntfs defaults,umask=007,gid=46 0 0
- # swap was on /dev/sdb3 during installation
- UUID=d156321a-e7cd-47e0-ba99-dfda0a14229f none swap sw 0 0
- shenmue@mint ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement