LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-06-2006, 07:37 AM   #1
TurboChicken
Member
 
Registered: Aug 2004
Posts: 44

Rep: Reputation: 15
4.7GB files and shared linux windows partition


got a slight problem....

i am trying to extract a DVD iso image from a series of .rar files...

after looking at rarlabs' knowledgebase i understand that in order to have a file of greater than 4GB you need to use NTFS which obviously linux can't use.

i need the drive i use for this to be shared between linux and windows...

is there a solution to this?
 
Old 03-06-2006, 08:24 AM   #2
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
well, linux can READ ntfs and you can uses "captive NTFS" if you have a windows partition on your disc(s). (see google). basically captive ntfs uses driver data on a windows partition to write to ntfs. like i said ntfs reading is native in the windows kernel (if added at compile time).

hope that helps - maybe go for captive
 
Old 03-06-2006, 08:26 AM   #3
TruongAn
Member
 
Registered: Dec 2004
Location: Vietnam (Việt Nam)
Distribution: Gentoo (desktop), Arch linux (laptop)
Posts: 728

Rep: Reputation: 33
Is it really true that NTFS is the only way to handle 4+GB file?
I think ext can store with that size easily
 
Old 03-06-2006, 08:36 AM   #4
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
well yes and no. obviously linux file systems can handle files bigger than 4 gig... BUT - he said he wants a shared area that linux and windows can both access. that means FAT32 and that means no large files...

obviously either ntfs or ext3 (or <insert your files system>) would work fine, but they can't be used by both OS's

that said, i think you can get ext2 file browsers for windoze now....
 
Old 03-06-2006, 08:39 AM   #5
TurboChicken
Member
 
Registered: Aug 2004
Posts: 44

Original Poster
Rep: Reputation: 15
dammit....

we need NTFS read write in linux...

anyone know if it's possible in the forseeable future?
 
Old 03-06-2006, 08:51 AM   #6
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
i believe this area is moving along quite well... i dont have any windows parititions so personally i have no need of it...

NTFS is a dreadful outdated file system. But i guess for the dual booters, more support would be better - doubtless this will come in time... but, like i said, it's a stinker!
 
Old 03-06-2006, 11:46 AM   #7
biledaemon
Member
 
Registered: Mar 2003
Location: Somewhere between Hell and Limbo
Distribution: Slack 10.2; Debian
Posts: 57

Rep: Reputation: 15
Samba alternative

I also unrar 4.7 DVD's and have them shared over the network with my roommates. One of them uses winxp pro and the other one win98. The easiest thing to do was have them shared using samba in my ext3 hd. That way I could unrar it on ext3 hd and have windows access those files bigger than 4.0 over the network. PLUS, you could always write to an NTFS partition USING Samba in case they wanted it on their own personal hd's.
 
Old 03-06-2006, 06:19 PM   #8
TurboChicken
Member
 
Registered: Aug 2004
Posts: 44

Original Poster
Rep: Reputation: 15
yeah that is the long way that i was going to do it...

was looking for a quick way...

what i'm doing is re partitioning my 200GB drive... 40GB FAT32 Shared drive... 50GB NTFS and 110GB linux one but i don't know what type to make the linux one.
 
Old 03-06-2006, 08:00 PM   #9
TurboChicken
Member
 
Registered: Aug 2004
Posts: 44

Original Poster
Rep: Reputation: 15
okay... i hopefully this will be the last question i need to ask you guys...

i used partition Magic in windoze to create some partitions on a 200GB drive i have...

way it works... got a fat32 partition as primary 40GB... NTFS 50GB as extended... and a 110GB ext2 partition

now...

added the entry to fstab

Code:
/dev/hda6               /movies                 ext2    defaults,umask=000      0 0
Code:
[root@localhost sbin]# mount -a
mount: wrong fs type, bad option, bad superblock on /dev/hda6,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
but if i umount it and then do mount -a again it's fine... but then i can't write to it...

any ideas?

P.S. i did post this in Hardware section buy mistake first
 
Old 03-06-2006, 08:57 PM   #10
TurboChicken
Member
 
Registered: Aug 2004
Posts: 44

Original Poster
Rep: Reputation: 15
ok another update...

i've tried the linux fdisk... i've deleted all the partitions... started again..

created 3 primary partitions...

40GB hda1
50GB hda2
110GB hda3

i used the mkfs command to make the filesystem

first time i did mkfs -t ext2 /dev/hda3 seemed to work fine...

tried mount -t ext2 /dev/hda3 /movies

now i can't seem to write to it...

so did the same with ext3... and got the same problem.

i have no idea what is going on...

i'm new to these filesystems so could someone help me out here....

or is there nice GUI program that will do it all for me?
 
Old 03-06-2006, 09:23 PM   #11
TurboChicken
Member
 
Registered: Aug 2004
Posts: 44

Original Poster
Rep: Reputation: 15
okay... now i feel like a prick...

Code:
chmod 777 movies/
/me hears a call in the distance "Taxi for TurboChicken?"

gtg guys
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
File visibility problem in Linux / Windows shared FAT32 partition dineshshah Linux - General 2 01-03-2006 08:13 PM
How can I access files in my Windows 98 partition from my Linux partition, /w BASH? Fabyfakid Linux - Newbie 4 09-17-2004 11:05 PM
Need assitance in creating a shared partition accessible by both Linux and Windows XP cajunaggie Linux - Newbie 5 09-14-2004 06:41 PM
Shared Windows and Linux Partition chrisfirestar Linux - Hardware 7 12-11-2003 07:58 PM
Viewing Shared Windows files in linux natesch Linux - Software 7 06-12-2003 11:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration