Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Read FAT32 partition 1

Status
Not open for further replies.

desNotes

Programmer
Jul 12, 2004
13
0
0
I have a home network consisting of a windows server with a FAT32 partition. Is it possible to read this partition from a Linux (Tao Linux, based on Red Hat Enterprise) computer?

TIA,

desNotes
 
Yes, but you might need to compile FAT support in your kernel and give a look at SAMBA (
-Haben sie fosforos?
-No tiengo caballero, but I have un briquet.
 
How about NTFS support? I have a desktop box with FC4, and it won't look at my 200ext (USB2) and 250ext (USB2 and IEEE) drives, 'cause they are NTFS formatted.

Is there a way around this?
 
NTFS it's mountable as read only:

mount -t ntfs -o ro /dev/hdc1 /mnt/ntfs


Cheers.

Chacal, Inc.[wavey]
 
Actually, NTFS write is available in newer kernels, and I have NEVER had a problem with it. Back in 2.4.x I used it, and there weren't problems. However, I never used any of the SUPER technical NTFS uses (like compression, encryption, etc...) Just compile in NTFS write support to your kernel.
 
NTFS write is available in newer kernels

hmmm... that's good to know, never tryed with 2.6.xx... I'll take a try.

Cheers.

Chacal, Inc.[wavey]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top