# /etc/fstab: static file system information. # # The following is an example. Please see fstab(5) for further details. # Please refer to mount(1) for a complete description of mount options. # # Format: # # # dump(8) uses the field to determine which file systems need # to be dumped. fsck(8) uses the column to determine which file # systems need to be checked--the root file system should have a 1 in # this field, other file systems a 2, and any file systems that should # not be checked (such as MS-DOS or NFS file systems) a 0. # # The `sw' option indicates that the swap partition is to be activated # with `swapon -a'. /dev/hda5 swap swap sw 0 0 # The `bsdgroups' option indicates that the file system is to be mounted # with BSD semantics (files inherit the group ownership of the directory # in which they live). `ro' can be used to mount a file system read-only. /dev/hda1 / xfs defaults,noatime 0 1 /dev/hda6 /usr xfs defaults,noatime,nodev 0 2 /dev/hda7 /var xfs defaults,noatime,nosuid 0 3 /dev/hda8 /home xfs defaults,noatime,nodev,nosuid 0 4 /dev/hda3 /mnt/p9fat msdos defaults,noauto,noatime,nodev,nosuid 0 0 #/dev/hda1 /mnt/dos vfat defaults,noatime,nodev,nosuid 0 0 # The `noauto' option indicates that the file system should not be mounted # with `mount -a'. `user' indicates that normal users are allowed to mount # the file system. /dev/cdroms/cdrom0 /mnt/cdrom auto defaults,noauto,nodev,nosuid,uid=0,gid=50,ro,user 0 0 #/dev/fd0 /mnt/floppy auto defaults,noauto,grpid,user,nodev,nosuid 0 0 #/dev/sda1 /mnt/iops vfat defaults,noauto,nodev,nosuid,user,sync 0 0 # NFS file systems: #server:/export/usr /usr nfs defaults 0 0 # system file systems: proc /proc proc defaults 0 0 sys /sys sysfs defaults 0 0 devpts /dev/pts devpts defaults 0 0 tmpfs /tmp tmpfs size=256M,nosuid,nodev 0 0 usbfs /proc/bus/usb usbfs defaults 0 0 # Encrypted Filesystems #/home/alex/.crypto /home/alex/crypto xfs defaults,noauto,loop,encryption=blowfish,user,noatime,nodev,nosuid,exec 0 0