Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-29-2003, 01:37 AM
|
#1
|
LQ Newbie
Registered: May 2003
Location: San Francisco
Posts: 16
Rep:
|
Question: Linux + Win file sharing with Samba
Hiya -
I've just set up my network w/Linux SuSE 8.1 server (dual boot w/Win 98 directory) + Win ME laptop (i know, i know). I have a very, very basic smb.conf file to kick things off:
[global]
workgroup = MS
encrypt passwords = yes
oplocks = no
[test]
comment = testing
path = /usr/local/samba/tmp
read only = no
guest ok = yes
I can access the tmp directory via my laptop, no problem. And I can swap files, i.e. copy a file from the laptop to the tmp directory of the server, no problem.
When I change out the path line with
path = /windows/c
and that's the only thing I do, I can see that directory from my laptop, but I cannot copy a file to that directory. It so happens that this used to be the main directory on the hard disk, and where I'd like to dump some files.
Why can't I access this directory? It's the only thing I've changed in the above samba.conf file. I don't believe that there are any access distinctions for any directories.
Thanks.
YLP
|
|
|
08-29-2003, 03:46 AM
|
#2
|
Member
Registered: Aug 2003
Location: Grand Rapids, MI
Distribution: Red Hat Linux
Posts: 39
Rep:
|
You may be mounting the FAT32 partition (Win98's C Drive) as read-only in your /etc/fstab file. Double check those settings so they are read-write (rw).
|
|
|
08-30-2003, 12:39 AM
|
#3
|
LQ Newbie
Registered: May 2003
Location: San Francisco
Posts: 16
Original Poster
Rep:
|
Thanks for the reply. Hmmm, my fstab file reads as follows:
/dev/hda3 / reiserfs defaults 1 1
/dev/hda1 /windows/C vfat users,gid=users,umask=0002,iocharset=iso8859-1,code=437 0 0
/dev/hda2 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbdevfs /proc/bus/usb usbdevfs noauto 0 0
/dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0
I'm not sure what to make of this. I tried changing the verbage after vfat to "default 1 1" like the line above it, and it did not help. ???
|
|
|
All times are GMT -5. The time now is 05:59 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|