# fstab, for volumes you want mounted kinda automatically # Format: # # main hard drive volume /dev/hda2 / reiserfs defaults 1 1 # my external USB CDRW /dev/sr0 /cdrom iso9660 noauto,user,ro 0 0 # flopy.. /dev/fd0 /mnt/floppy auto noauto,owner 0 0 # samba shares.. //tukay/arc /mnt/arc smbfs credentials=/home/cor/.smbpasswd,rw,uid=cor,gid=adm 0 0 //tukay/movies /mnt/movies smbfs credentials=/home/cor/.smbpasswd,rw,uid=cor,gid=adm 0 0 //tukay/music /mnt/music smbfs credentials=/home/cor/.smbpasswd,rw,uid=cor,gid=adm 0 0 //tukay/software /mnt/software smbfs credentials=/home/cor/.smbpasswd,rw,uid=cor,gid=adm 0 0 //tukay/downloads /mnt/downloads smbfs credentials=/home/cor/.smbpasswd,rw,uid=cor,gid=adm 0 0 # the samba credentials file is simply a plain text file in my home folder containing # my samba login and password, saves me throwing it into fstab, which sings insecure. # it's just two lines of text, no more. like this (without the "#", of course).. # # username=cor # password=mYp455w0rD # # this is for USB pendrive #/dev/sda1 /mnt/pendrive vfat umask=0,noauto,user,quiet,shortname=mixed 0 0 # Basic USB filesystem #usbdevfs /proc/bus/usb usbdevfs defaults,noauto 0 0 # Shared memory filesystem: #none /var/shm shm defaults 0 0 # you don't wanna mess with this devpts /dev/pts devpts gid=5,mode=620 0 0 proc /proc proc defaults 0 0 # swap space.. # The 'sw' option indicates that the swap partition is to be activated with 'swapon -a'. /dev/hda1 none swap sw 0 0 # A true artist will let his wife starve, his children go barefoot, his mother # drudge for his living at seventy, sooner than work at anything but his art. # -- Shaw