LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   How can I share a fat32 partition? (https://www.linuxquestions.org/questions/mandriva-30/how-can-i-share-a-fat32-partition-188985/)

fabre 06-02-2004 05:15 PM

How can I share a fat32 partition?
 
I have a fat32 partition I use both in windows and mandrake to store multimedia files.

How can I share it since it is not in the home directory?

ac1980 06-02-2004 05:38 PM

Do you mean share over a network, or share among os on your local machine?

fabre 06-02-2004 05:40 PM

To share on a network.

fabre 06-08-2004 04:37 PM

My newbie mandrake 10.0 is progressing well

Working
- ATI driver & Sound
- Urpmi
- VLC, Firefox, Java, dosbox, azureus
- Network & connection sharing
- Scanner

Kind of working
- Mouse, side buttons not working like they should

Not working
- Printer (discussed in another thread)
- Fat32 partition sharing

I need azureus to save the files on a FAT32 partition on my hardrive
and I also need that partition to be shared on the network

Is that possible? if yes how?

michaelk 06-08-2004 08:04 PM

Need some additional inoformation. What type of network are you connected to?

To share printers and files with a windows network you need to have samba installed and running. Its just a matter of adding a share to the /etc/samba/smb.conf.

You can find documentation for samba at www.samba.org.

If windows and or the FAT32 partition existed before you installed MDK then it should already be mounted and configured. Look at the /mnt directory. Do you see any directories like win_c?

fabre 06-08-2004 08:20 PM

Cheers I will have a look a the smb.conf

fabre 06-09-2004 10:53 AM

Ok the modification in the smb.conf seems to work for the sharing.

But Azureus still don't want to save in win_f

ac1980 06-10-2004 03:16 AM

make sure your fat32 partition is writable by normal user. If not, add "umask=000" among the options in the corresponding line in your /etc/fstab.
BEWARE this way EVERY local user will be able to write to your FAT32, since there's no per-file permissions. Moreover, there's a BUG in kernels <2.4.23 that causes data loss on very large (say >100GB) fat filesystems.
Also, fat doesn't support sparse files... you may want to use a (small) ext3 fs as a cache while downloading, this way you'll keep your fat32 less fragmented.


All times are GMT -5. The time now is 05:03 PM.