Hello I'm a noob linux user and am currently trying to learn through various books & tutorials. Problem I'm having is in a tutorial and forums search everyones fstab comes out nice and clean
for me after running $ less /etc/fstab i get the following:
Do I have to read it like this everytime I want to check my fstab? or is the a way to align and also I can't tell if i'm getting errors here or not. Thanks in advance!Code:# /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> proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sda1 during installation UUID=c1f74c8a-b4d3-4a04-93fd-bc2c96475b02 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation UUID=212582e5-fabb-416c-b803-7868fe45ce05 none swap sw 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0 fstab (END)



Adv Reply

Bookmarks