Networking Forums

Networking Forums > Computer Networking > Linux Networking > NFS and FAT32 Shares

Reply
Thread Tools Display Modes

NFS and FAT32 Shares

 
 
Scott Maxell
Guest
Posts: n/a

 
      10-01-2003, 05:24 PM
I am looking for a way to share files between two computers on my network.
Computer A - dual boot (Win98, RH 9)
Computer B - RH 9

I have directories mounted in fstab on computer A that are FAT32, and I want
to be able to access them from computer B. The information that I got from
the NFS howto says that it is not advisable to share FAT32 partitions with
NFS. Is there another way to go about sharing these files without changing
that partition to ext3? Or am I pretty much stuck with not having the files
accessible to both computers when running linux unless I do so?

--
--- Scott M ---
--- smaxell[nospam]@adelphia.net ---
--- remove [nospam] to reply
 
Reply With Quote
 
 
 
 
Stephan Absmeier
Guest
Posts: n/a

 
      10-01-2003, 06:50 PM


Scott Maxell schrieb:
> I am looking for a way to share files between two computers on my network.
> Computer A - dual boot (Win98, RH 9)
> Computer B - RH 9
>
> I have directories mounted in fstab on computer A that are FAT32, and I want
> to be able to access them from computer B. The information that I got from
> the NFS howto says that it is not advisable to share FAT32 partitions with
> NFS. Is there another way to go about sharing these files without changing
> that partition to ext3? Or am I pretty much stuck with not having the files
> accessible to both computers when running linux unless I do so?
>


I think the best is to mount the directories on computer B.
So it doesn't matter if A is running linux or win.Use
smbmount, mount or add it to fstab on combuter B. For more
information see:
Mounting a windows machines drives on a linux machine
here in network

summary:
smbmount //servername/sharename /localname -o username=xxx

you can write this to fstab
//servername/sharename /localfolder smbfs
rw,noauto,user,umask=000 0 0

 
Reply With Quote
 
Jeroen Geilman
Guest
Posts: n/a

 
      10-01-2003, 11:18 PM
Scott Maxell wrote:

> I am looking for a way to share files between two computers on my network.
> Computer A - dual boot (Win98, RH 9)
> Computer B - RH 9


Samba.

<snipped NFS babble>

Samba.

You can easily share a partition with both Samba and NSF at the same time;
share them from the B machine, don't bother with A (use ONE partition for
sharing data between the systems; save yourself some headaches!)

--
Jeroen Geilman

All your bits are belong to us.

 
Reply With Quote
 
Scott Maxell
Guest
Posts: n/a

 
      10-02-2003, 04:38 AM
Scott Maxell wrote:

> I am looking for a way to share files between two computers on my network.
> Computer A - dual boot (Win98, RH 9)
> Computer B - RH 9
>
> I have directories mounted in fstab on computer A that are FAT32, and I
> want to be able to access them from computer B. The information that I got
> from the NFS howto says that it is not advisable to share FAT32 partitions
> with NFS. Is there another way to go about sharing these files without
> changing that partition to ext3? Or am I pretty much stuck with not having
> the files accessible to both computers when running linux unless I do so?
>


I guess this needs some clarification after reading the replies and
rereading my original post. What I want to accomplish is to share the FAT32
partition on computer A when BOTH computers are running linux. The
directories on computer A are mounted in FSTAB when I boot into Linux. All
I want is R/O access to these files (mp3's, movies) so that they are
accessible to computer B. It is the Linux-Linux connection that I am
wondering about because of the advisory not to share FAT32 partitions with
NFS.

--
--- Scott M ---
--- smaxell[nospam]@adelphia.net ---
--- remove [nospam] to reply
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with NFS export of FAT32 partition Allen Linux Networking 2 03-22-2009 01:31 PM
Mounted fat32 folder is read-only on network William Hanson Linux Networking 6 04-04-2006 09:54 AM
NTFS and FAT32/ Windows 2000 to Windows 2003 Charles A. Lackman Windows Networking 1 12-02-2004 04:53 AM
FAT32 to RAW Don Ngn Broadband Hardware 1 09-08-2004 06:01 PM
Win98 Network to XP - XP see's Win98 shares ,Win98 cannot see XP shares Jody Wishner Windows Networking 4 09-26-2003 04:59 PM



1 2 3 4 5 6 7 8 9 10 11