# /etc/fstab: static file system information. # # noatime turns off atimes for increased performance (atimes normally aren't # needed; notail increases performance of ReiserFS (at the expense of storage # efficiency). It's safe to drop the noatime options if you want and to # switch between notail / tail freely. # # The root filesystem should have a pass number of either 0 or 1. # All other filesystems should have a pass number of 0 or greater than 1. # # See the manpage fstab(5) for more information. # # # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. #LABEL=Gentoo_slash /dev/md7 / ext3 noatime 0 1 LABEL=Gentoo_boot /boot ext3 noatime 1 2 /dev/md3 none swap sw 0 0 # NOTE: The next line is critical for boot! proc /proc proc defaults 0 0 none /proc/bus/usb usbfs rw 0 0 # glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for # POSIX shared memory (shm_open, shm_unlink). # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will # use almost no memory if not populated with files) shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,user,ro 0 0 /dev/cdrom /mnt/cdrom1 iso9660 noauto,user,ro 0 0 #/dev/hdd /mnt/cdrom2 iso9660 noauto,user,ro 0 0 /dev/fd0 /mnt/floppy auto noauto,user 0 0 #LABEL=Home /dev/md8 /home ext3 defaults 0 2 /dev/hda2 /mnt/NTFS_winXP ntfs-3g defaults,uid=1000 0 2 LABEL=Doublehp /mnt/doublehp ext3 defaults 0 2 #LABEL=DHP_400G /mnt/DHP_400 ntfs-3g defaults,uid=1000 0 2 /dev/hdb1 /mnt/DHP_400 ntfs-3g defaults,uid=1000 0 2 LABEL=FAT32_12G /mnt/FAT32_12G vfat defaults,uid=1000 0 2 #Arch_Raid1 /dev/md29 /mnt/arch ext3 defaults 0 2 /dev/hda1 /mnt/rescue_debian ext3 defaults 0 2 /dev/hda5 /mnt/debian ext3 defaults 0 2 /proc /mnt/debian/proc none defaults,bind 0 0 /home /mnt/debian/home none defaults,bind 0 0 //192.168.1.100/tmp /mnt/Portable_Sony_Papa smbfs rw,user,noauto,username="User",password="" 0 0 //192.168.1.100/TV_e /mnt/Portable_Sony_Papa_2 smbfs defaults,users,noauto,username="User",password="" 0 0 /dev/hdd1 /mnt/tmp ntfs-3g defaults,uid=1000,force 0 2