Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # /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/sda1 during installation
- UUID=f6b18db6-c1b0-498b-8bef-08a13fc37d2c / ext4 errors=remount-ro 0 1
- # /home was on /dev/sda3 during installation
- UUID=f8349e24-98fd-4c95-bb85-5d2d7482788c /home ext4 defaults 0 2
- # swap was on /dev/sda2 during installation
- #UUID=470cd404-beba-4361-9971-fe980933b2c8 none swap sw 0 0
- UUID=b3c09c0e-36d1-4d17-abed-301a26d20a5b none swap sw 0 0
- xx.yy.zz.ww:/export /export nfs defaults 0 0
Advertisement
Add Comment
Please, Sign In to add comment