ok yes i am a newbe but i learn quick
i have been searching the forums and helps for two days now with little results so i am finally asking for help
i am running dapper on the computer i am making my file/print server
i am running win2k on my and my other 2 computers for now (one is my wifes and will likely never convert to linux but thats besids the point)
i have 4 hard drives in the linux box and want to share 3 of them for file storage
so heres the problem i have samba running and the drives shared but only have read access to them
my fstab reads like this:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hdb1 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
/dev/hda1 /media/hda1 ntfs uid=1000,gid=1000,auto,rw,user 0 1
/dev/hdb2 none swap sw 0 0
/dev/hdc /media/cdrom0 auto user,atime,auto,rw,dev,exec,suid 0 0
/dev/hde1 /media/hde1 vfat umask=0000 0 0
hde1 is the drive i want to shareand i have tried several variations in the fstab to no avail
hdd is not listed yet because its no concern yet
any suggestions will be greatly appreciated
thanks
will
i have been searching the forums and helps for two days now with little results so i am finally asking for help
i am running dapper on the computer i am making my file/print server
i am running win2k on my and my other 2 computers for now (one is my wifes and will likely never convert to linux but thats besids the point)
i have 4 hard drives in the linux box and want to share 3 of them for file storage
so heres the problem i have samba running and the drives shared but only have read access to them
my fstab reads like this:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hdb1 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
/dev/hda1 /media/hda1 ntfs uid=1000,gid=1000,auto,rw,user 0 1
/dev/hdb2 none swap sw 0 0
/dev/hdc /media/cdrom0 auto user,atime,auto,rw,dev,exec,suid 0 0
/dev/hde1 /media/hde1 vfat umask=0000 0 0
hde1 is the drive i want to shareand i have tried several variations in the fstab to no avail
hdd is not listed yet because its no concern yet
any suggestions will be greatly appreciated
thanks
will
Comment