Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # /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=ce081dd4-bf56-47f2-9dfb-a420da1d1522 / ext4 errors=remount-ro 0 1
- # /data was on /dev/sda6 during installation
- # /home was on /dev/sda5 during installation
- UUID=3d2bf287-5a90-45e4-9a28-11b46e0bbeca /home ext4 defaults 0 2
- # swap was on /dev/sda2 during installation
- UUID=6d4381bc-2379-435a-9532-84371f5d66af none swap sw 0 0
- UUID=a0174071-52f0-44b0-a062-074781c408ab /data ext4 defaults 0 2
- UUID=c5ded19e-b5c8-4d8c-b427-6c508ef1e3b9 /mnt/c5ded19e-b5c8-4d8c-b427-6c508ef1e3b9 auto defaults,noauto 0 0
- /dev/sda6 /data ext4 defaults 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement