Skip to content

Commit

Permalink
improve formatting of /etc/fstab
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos authored Nov 6, 2023
1 parent 7fa85ff commit 0032eec
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions filesystem/fstab
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/dmroot / ext4 defaults,discard,noatime 1 1
/dev/xvdb /rw auto noauto,defaults,discard,nosuid,nodev 1 2
/rw/home /home none noauto,bind,defaults,nosuid,nodev 0 0
/rw/usrlocal /usr/local none noauto,bind,defaults 0 0
/dev/xvdc1 swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults,size=1G 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/xvdi /mnt/removable auto noauto,user,rw 0 0

# <file system> <mount point> <type> <options> <dump> <pass>

/dev/mapper/dmroot / ext4 defaults,discard,noatime 1 1
/dev/xvdb /rw auto noauto,defaults,discard,nosuid,nodev 1 2
/rw/home /home none noauto,bind,defaults,nosuid,nodev 0 0
/rw/usrlocal /usr/local none noauto,bind,defaults 0 0
/dev/xvdc1 swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults,size=1G 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/xvdi /mnt/removable auto noauto,user,rw 0 0

0 comments on commit 0032eec

Please sign in to comment.