LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Is there a good upgrade from FAT32? (https://www.linuxquestions.org/questions/slackware-14/is-there-a-good-upgrade-from-fat32-554671/)

davidguygc 05-17-2007 01:19 PM

Is there a good upgrade from FAT32?
 
Hi, I really am not fond of FAT32, it seems a little to antiquated for my taste. I am looking for a FS that both Linux and Windows can use.

I have ntfs-3g, but the only problem with that is if for some reason I need to use a rescue CD, I won't have r/w abilities.

So is there a 3rd alternative?

Thanks,
--David

tuxdev 05-17-2007 01:30 PM

You can burn your own custom SLAX boot CD with ntfs-3g on it.

Or you could use one of the ext2 drivers for windows out there.

Alien_Hominid 05-17-2007 01:32 PM

I believe these ext2 drivers also work with ext3 (check their faq before).

Tux-Slack 05-17-2007 01:44 PM

they do
tried it even with reiserfs and it worked
its called
Ext2 Installable File System
or EXT2IFS in short
but it works only with x86 processors
as stated on their page:
http://www.fs-driver.org/index.html

erklaerbaer 05-17-2007 01:46 PM

use ext2 or ext3. windows can use it almost natively with an ifs.

google for 'ext3 ifs'

TNWestTex 05-17-2007 01:58 PM

I've been happy with Captive and Ext2IFS. Captive works on the Fuse filesystem. Google for the tarballs.

titopoquito 05-17-2007 02:36 PM

Quote:

Originally Posted by davidguygc
I have ntfs-3g, but the only problem with that is if for some reason I need to use a rescue CD, I won't have r/w abilities.

So is there a 3rd alternative?

Hi David, I'm sure you could get ntfs-3g working AND have r/w access. Maybe post your /etc/fstab entry that mounts it. If you have it installed this will probably be less work than installing anything other -- besides you find some solution that has other features etc.

davidguygc 05-17-2007 07:45 PM

Quote:

Originally Posted by titopoquito
Hi David, I'm sure you could get ntfs-3g working AND have r/w access. Maybe post your /etc/fstab entry that mounts it. If you have it installed this will probably be less work than installing anything other -- besides you find some solution that has other features etc.

What I mean is that my rescue CD doesn't have ntfs-3g, so it won't recognize it.

One of my ntfs entries looks like this (I'm stuck running windows at the moment)
Code:

/dev/hda1    /mnt/Windows      ntfs-3g    defaults  0 0
How can I create a Slax cd? I think that is what I wanna do.

Alien_Hominid 05-18-2007 06:08 AM

www.slax.org download image and check for ntfs-3g module

Tux-Slack 05-18-2007 06:18 AM

i have mine like this:
Code:

/dev/hda1        /win        ntfs-3g    defaults,gid=103,dmask=1227,fmask=1117        1  2
gid=103 is for the group who gets read write permissions
and added my username to that group
then a bit changed directory and file masks
so that not eveyithing is executable in the /win directory

titopoquito 05-18-2007 07:01 AM

An alternative to Slax could be Knoppix, if you are somehow familiar with this. Version 5.2 with ntfs-3g is not officially available from the Knoppix mirrors, but it's available via bittorrent. A google search reveals some sources for this.
Knoppix might be "overkill" though because it's a quite big DVD iso image.

davidguygc 05-20-2007 06:59 PM

OK, I'll download SLAX and give it a try, thanks.

Tux-Slack: I like the way I have it set up, I like executing every tiny little grungy thing windows might throw at me lol.


All times are GMT -5. The time now is 12:38 PM.