LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   /etc/fstab problem (https://www.linuxquestions.org/questions/linux-newbie-8/etc-fstab-problem-322618/)

coldwater 05-12-2005 01:02 AM

/etc/fstab problem
 
hello.

i've installed ubuntu, and have a small lan consisting of two pcs, one pure winXP, and my with winXP/ubuntu. i have a fat32 partition for sharing and i can't get to it from linux [it looks empty]. i googled a little and changed the /etc/fstab to look like this:

/dev/hda5 /winblows vfat user,rw,noauto 0 0

at first it looked ok, i could do anything as a regular user. but now [a few days after], again i see nothing, and i as far as i can remember, i haven't changed a thing. what could be the problem?

also, a question about samba, how to allow windows user to access my linux share folder? he's prompted for username/password every time, and he can't get pass that even with my linux usernames, root also.

grayFalcon 05-12-2005 01:37 AM

I can't help you with the vfat thing (works fine with me...).

I have samba running at home though, and here's what I did:

First, I created a new user account on the linux box that was identical with the user account name on the windows box. Then, in webmin, there's an option to synchronise samba accounts/passwords with system accounts/passwords. After I did this, everything worked.

detpenguin 05-12-2005 03:06 AM

change it to:

/dev/hda5 /winblows vfat umask=0222 0 0

and you'll be able to access it as a user in linux, but you'll need to be root to write to it, which for me is a nice safety thing.

coldwater 05-12-2005 02:36 PM

yes, but i wanted to be able to keep my docs so that i can change them from linux and windows, a friend told me linux won't see ntfs so i put fat32. maybe ntfs is a better solution?

mugstar 05-12-2005 03:59 PM

NTFS write support is experimental at best. FAT32 is the best option.


All times are GMT -5. The time now is 07:58 AM.