LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 10-22-2005, 01:10 AM   #1
usaf_sp
Member
 
Registered: Jul 2005
Location: Tennessee
Distribution: openSUSE
Posts: 419

Rep: Reputation: 30
Issues writing to Fat32 partition Samba Suse 10


I am having an issue where computers on my local network are able to see and read a FAT32 partition (Win D:), but are not able to write to the shared folders.

My setup:

Duel boot WinXP Home/SuSE 10
Four partitions. C Drive (NTFS) D Drive (FAT32) Swap and Root.
4 Computers wirelessly connected, simple file sharing enabled.

I have Samba set up to use the D Drive as a shared network folder. Other Windows XP computers can see the shared folders, but can not write to them. I can write to the folders via Linux on the same machine as the shared drives, but on the same computer if I access the shares via SAMBA, the linux box can not write to it either. In other words, the linux box can write to the other XP network computers, but the XP computers can not write to the linux box.

Any suggestions?
 
Old 10-22-2005, 08:09 PM   #2
RedShirt
Senior Member
 
Registered: Oct 2005
Location: Denver
Distribution: Sabayon 3.5Loop2
Posts: 1,150

Rep: Reputation: 45
Did you mount the network drive in your SuSE?

If you don't, you will be able to read, fully, but won't have access to streaming or write(the way I understand it).

If you do, by default I think Samba sharing is like CD/DVD, you need to give yourself group permissions, because root is the only one who can access it normally.

I am not positive about those, but that is the feeling I get from around the forums, and I had to mount my samba shares on my windows box in my SuSE to get streaming.
 
Old 10-23-2005, 12:45 AM   #3
usaf_sp
Member
 
Registered: Jul 2005
Location: Tennessee
Distribution: openSUSE
Posts: 419

Original Poster
Rep: Reputation: 30
As I am new to Samba, could you elaborate a little more? I believe I know what you are getting at, but I do not fully understand what you are trying to tell me.

I have to mount a network share on the server or the client?

The server is Linux accessing a Fat32 Windows partition.

The server can write to all windows clients.

The windows clients can not write to the Samba Fat32 Windows partition.

By server I mean the computer containing the files physically.
By client I mean the computer accessing the physical files on another computer.

I do not have DNS or any other type of server network configured. Just peer to peer LAN simple file sharing.

Again sorry, but I need more specific information before I try to reconfigure my computer.

Last edited by usaf_sp; 10-23-2005 at 12:48 AM.
 
Old 10-23-2005, 01:40 AM   #4
RedShirt
Senior Member
 
Registered: Oct 2005
Location: Denver
Distribution: Sabayon 3.5Loop2
Posts: 1,150

Rep: Reputation: 45
I think your elaboration changed my tune. I misunderstood exactly what it was that you are trying to do, and went and got your hopes up, for nada. Though, upon thinking about it... it may be closer to the truth than I knowingly intended. In the samba server sharing section, you may need to change the mounting and/or sharing to allow for others to access it.

I could be horribly off on that though, and may have no idea what I am talking about, especially 1am my time when I should have gone to sleep long ago.
 
Old 10-24-2005, 07:44 AM   #5
fantasysky
LQ Newbie
 
Registered: Jul 2004
Posts: 2

Rep: Reputation: 0
I have the exact samething. My Windows box can not write to linux box. I have tried everything with Samba but nothing works. Can someone please help?

Thanks
 
Old 10-25-2005, 07:13 AM   #6
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
Hello!

What are the entries in /etc/fstab that belong to mounting the fat32 partitions?

Greetings
 
Old 10-25-2005, 08:51 AM   #7
usaf_sp
Member
 
Registered: Jul 2005
Location: Tennessee
Distribution: openSUSE
Posts: 419

Original Poster
Rep: Reputation: 30
/dev/hda7 / reiserfs acl,user_xattr 1 1
/dev/hda1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hda5 /windows/D vfat users,gid=users,umask=0002,utf8=true 0 0
/dev/hda6 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/dvdrecorder /media/dvdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/cdrecorder /media/cdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/sda4 /media/zip auto noauto,user 0 0
/dev/fd0 /media/floppy subfs noauto,fs=floppyfss,procuid,nodev,nosuid,sync 0 0
none /subdomain subdomainfs noauto 0 0

As a side note. Both my cdrom drives are DVD writers. It is strange that I need to write with one and play a movie with another. Why is this? I get permission errors.

Last edited by usaf_sp; 10-25-2005 at 08:52 AM.
 
Old 10-29-2005, 02:17 PM   #8
usaf_sp
Member
 
Registered: Jul 2005
Location: Tennessee
Distribution: openSUSE
Posts: 419

Original Poster
Rep: Reputation: 30
I recently took Windows off of my machine and am running SuSE 10 on ReiserFS. I moved the network shared folders to the /home/shared folder, but I can not write to the shares from a winxp computer. I can write to the winxp computer from linux though. The shared folder has permissions that let the users group view and write changes.

Just an update.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Writing to FAT32 endfx Linux - General 5 08-14-2005 10:02 AM
not writing to FAT32 Great_Mizuti Linux - Newbie 6 04-03-2005 05:46 PM
Writing to FAT32 Partition Xios Linux - Hardware 8 02-12-2005 12:21 PM
FAT32 vs Reiserfs: Samba write issues Nice-n-Slow Linux - Software 6 10-10-2004 01:25 PM
Sharing a FAT32 partition through Samba raypen Linux - Networking 5 05-24-2003 11:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 08:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration