/etc/fstab: static file system information.
#
<file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda1
UUID=71938af6-77ca-48ff-bd1d-ad391d700121 / ext3 relatime,errors=remount-ro 0 1
/dev/sda5
UUID=0e4b8799-6fd9-4d9c-99d2-37a5cc466477 none swap sw 0 0
/dev/sdb1
UUID=f6a74353-6d94-46c8-8e5a-f66a5d76a173 /media/sdb1 ext2 defaults 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
Again fstab. Above you see my fstab. What do I need to do with dump and pass...? /dev/sda1 is my Linux HD and sdb1 is another hard drive which will be accessed via samba.
Lars