File: fstab.comment

package info (click to toggle)
util-linux 2.25.2-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 60,764 kB
  • ctags: 11,189
  • sloc: ansic: 103,273; sh: 18,345; makefile: 322; python: 316; xml: 232; csh: 37; sed: 16
file content (22 lines) | stat: -rw-r--r-- 921 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
 # this is a leading comment
#

# this comments belongs to the first fs
UUID=d3a8f783-df75-4dc8-9163-975a891052c0 /     ext3    noatime,defaults 1 1
UUID=fef7ccb3-821c-4de8-88dc-71472be5946f /boot ext3    noatime,defaults 1 2

# 3rd fs comment + newline padding

UUID=1f2aa318-9c34-462e-8d29-260819ffd657 swap  swap    defaults        0 0
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
# this is comment
/dev/mapper/foo		/home/foo              ext4	noatime,defaults 0 0
foo.com:/mnt/share	/mnt/remote		nfs	noauto
//bar.com/gogogo        /mnt/gogogo             cifs    user=SRGROUP/baby,noauto
/dev/foo		/any/foo/		auto	defaults 0 0

#this is a trailing comment