There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
Linux and Unix
Tag Cloud
access acer asus bios bsod computer crash desktop driver drivers error ethernet excel freeze gaming hard drive hardware hdmi internet laptop malware memory modem monitor motherboard netgear network printer problem ram registry repair router slow software sound toshiba trojan usb video virus vista wifi windows windows 7 windows 7 32 bit windows 7 64 bit windows xp wireless xbox
Search
Search for:
Tech Support Guy Forums > Operating Systems > Linux and Unix >
File-sharing mess with Linux and NTFS partitions

Reply  
Thread Tools
starwolf39's Avatar
Member with 280 posts.
 
Join Date: Jan 2001
Location: New York, USA
03-Oct-2005, 07:16 PM #1
File-sharing mess with Linux and NTFS partitions
To lay out the details, I have 3 hard drives, each partitioned into seperate drives.

Before I installed Linux, I was running WinXP under one partition on Disk 3, and had several other partitions spread throughout my disks that contain data in NTFS format. I backed up all my data on Disk 2, wiped it clean, and installed Fedora Core 4 on it, creating a root drive and a swap partition.

Once I booted into FC4, I realized that I had trouble even viewing my NTFS partitions. I managed to install support to read NTFS, but I have learned that writing to an NTFS partition under Linux is dangerous.

Another problem to factor in is that I have a network setup in my house with 3 other computers running WinXP. I thought at first I could backup all my data, create new partitions using ext3 format and replace my data so that I could read and write to them under Linux. However, all the other computers on my network would then be unable to read them, or even view them. I read somewhere that it might be possible to install support for WinXP to read ext3 partitions, but I am unsure of this.

Can anyone find me an appropriate solution for my troubles? Note that using Linux on all the other computers in the network is not an option.
__________________
Intel P4 2.8c GHz 800 MHz FSB with HT
Corsair 1024 MB PC3200 DDRAM
Asus P4C800 Deluxe Mobo
Seagate 160 GB HD 7200 RPM 8 MB Cache
WD 180 GB HD 7200 RPM 8 MB Cache
Maxtor 300 GB HD 7200 RPM 16 MB Cache
Seagate 750 GB HD 7200 RPM 16 MB Cache
Lite-On CD-RW 52x32x52
NEC 8x ND-2500A DVD+/-RW
Nvidia GeForce 6800 128MB AGP 8x
Creative Sound Blaster Audigy MP3+
Ubuntu Linux 6.10
tsunam's Avatar
Senior Member with 1,246 posts.
 
Join Date: Sep 2003
Experience: Linux~su
03-Oct-2005, 07:22 PM #2
http://uranus.it.swin.edu.au/~jn/linux/ext2ifs.htm <--is the link for the driver. Might I suggest you look into samba, which is actually quite easy to work with, so that you can use the linux machine as a file server for the other boxes? (seems to be what you are trying to do)
__________________
Gentoo Developer, and 64bit os user

"In feeding Mother Nature, you are fed in return" - Tsunam (2005). Concerning water conservation, and raising water tables.
starwolf39's Avatar
Member with 280 posts.
 
Join Date: Jan 2001
Location: New York, USA
03-Oct-2005, 07:25 PM #3
Great, that link was exactly what I wanted. And yes, I forgot to mention I would be using Samba to network the machines together.

So basically, the best way to use make all my partitions ext3 and install this driver on all the WinXP machines?

Also, are there any file limitations in ext3 that are allowable in NTFS? Like 4 GB file size barrier, etc?
__________________
Intel P4 2.8c GHz 800 MHz FSB with HT
Corsair 1024 MB PC3200 DDRAM
Asus P4C800 Deluxe Mobo
Seagate 160 GB HD 7200 RPM 8 MB Cache
WD 180 GB HD 7200 RPM 8 MB Cache
Maxtor 300 GB HD 7200 RPM 16 MB Cache
Seagate 750 GB HD 7200 RPM 16 MB Cache
Lite-On CD-RW 52x32x52
NEC 8x ND-2500A DVD+/-RW
Nvidia GeForce 6800 128MB AGP 8x
Creative Sound Blaster Audigy MP3+
Ubuntu Linux 6.10
tsunam's Avatar
Senior Member with 1,246 posts.
 
Join Date: Sep 2003
Experience: Linux~su
03-Oct-2005, 07:33 PM #4
The windows machines don't need ext3 support if you are using samba, its the nice thing about samba for file sharing . Not sure about file limitations in ext3. i've not run into any, but then I don't grab 5-6 gig files often or at all (think i did once without problem)
__________________
Gentoo Developer, and 64bit os user

"In feeding Mother Nature, you are fed in return" - Tsunam (2005). Concerning water conservation, and raising water tables.
starwolf39's Avatar
Member with 280 posts.
 
Join Date: Jan 2001
Location: New York, USA
03-Oct-2005, 07:53 PM #5
Well having ext3 support is necessary for me to at least be able to move files from my backup media back onto my new ext3 partitions. I found a driver listed on the page on the bottom of the link that you sent me which grants read AND write access to WinXP on ext3 drives and it works beautifully. Thanks for your fast reply tsunam.
__________________
Intel P4 2.8c GHz 800 MHz FSB with HT
Corsair 1024 MB PC3200 DDRAM
Asus P4C800 Deluxe Mobo
Seagate 160 GB HD 7200 RPM 8 MB Cache
WD 180 GB HD 7200 RPM 8 MB Cache
Maxtor 300 GB HD 7200 RPM 16 MB Cache
Seagate 750 GB HD 7200 RPM 16 MB Cache
Lite-On CD-RW 52x32x52
NEC 8x ND-2500A DVD+/-RW
Nvidia GeForce 6800 128MB AGP 8x
Creative Sound Blaster Audigy MP3+
Ubuntu Linux 6.10
tsunam's Avatar
Senior Member with 1,246 posts.
 
Join Date: Sep 2003
Experience: Linux~su
03-Oct-2005, 09:20 PM #6
not a problem, its what we're here for
jiml8's Avatar
Senior Member with 2,612 posts.
 
Join Date: Jul 2005
Experience: I've been at this for too long.
03-Oct-2005, 11:00 PM #7
Quote:
Originally Posted by starwolf39
Great, that link was exactly what I wanted. And yes, I forgot to mention I would be using Samba to network the machines together.

So basically, the best way to use make all my partitions ext3 and install this driver on all the WinXP machines?

Also, are there any file limitations in ext3 that are allowable in NTFS? Like 4 GB file size barrier, etc?
Be very careful about using this utility to write to an ext2 or ext3 file system. Unless it has been improved since I played with it a couple of years ago, it can badly hose the file system.

Samba implements the Windows SMB file system sharing in other operating systems, including Linux. You don't need any ext2/ext3 drivers on any system that is accessing an ext2/ext3 fs via samba.
Reply

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Search Tech Support Guy

Find the solution to your
computer problem!




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.
Thread Tools



Facebook Facebook Twitter Twitter TechGuy.tv TechGuy.tv Mobile TSG Mobile
You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 10:53 AM.
Copyright © 1996 - 2011 TechGuy, Inc. All rights reserved.

Powered by Cermak Technologies, Inc.