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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-18-2004, 03:57 PM
|
#1
|
Member
Registered: May 2004
Location: Rome, Italy
Distribution: slackware-current
Posts: 454
Rep:
|
Problems making files bigger than 4Gb in fat.
I have SuSE 9.1 (which needs its own forum),
and have started video editing. I would like to dump the whole video to a file,
but it always (regardless of the program I use) stops at 4Gb (4096mb).
This happens with only Fat.
Please help!
-Riddick
Last edited by Riddick; 08-18-2004 at 04:29 PM.
|
|
|
08-18-2004, 04:42 PM
|
#2
|
Member
Registered: Oct 2003
Posts: 58
Rep:
|
A FAT16 system has a limit of 2GB per file = 2^16 - 1
A FAT32 system has a limit of 4GB per file = 2^32 - 2
So, you will need to use a 64-bit FS in order to pass the 4GB limit. You can dump the raw data to some other FS (ext2/3, reiserfs, xfs, jfs, ...), then split it up and move it to the FAT partition.
Regards,
zakaluka2.
|
|
|
08-18-2004, 05:03 PM
|
#3
|
LQ Guru
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672
Rep:
|
why are you using FAT !!!!
use ajournalling filesystem....
NTFS (for windows), or EXT3 / ReiserFS / XFS / JFS / for linux.
the file size limit on journalling file systems is in the thousands of terrabytes,,, plenty 
|
|
|
08-19-2004, 05:13 AM
|
#4
|
Member
Registered: May 2004
Location: Rome, Italy
Distribution: slackware-current
Posts: 454
Original Poster
Rep:
|
Thanks very much! I'll now see how NTFS support is on Linux...
Because I'm dumping the files and I think my dad wants to work on them through windows...
-Riddick
|
|
|
08-19-2004, 05:18 AM
|
#5
|
LQ Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
hi
for NTFS u need to compile ur kernel for NTFS read write support
also see out for other options in ur kernel where u need to have the
HUGE FILESYSTEM SUPPORT
enabled
what is its value by default i do not know in case ur system does not works for files greater than 4 Gb then try compile ur kernel too
regards
gaurav
|
|
|
08-19-2004, 11:16 AM
|
#6
|
LQ Guru
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672
Rep:
|
[qiote]also see out for other options in ur kernel where u need to have the
HUGE FILESYSTEM SUPPORT
[/quote]
only if you have a few terrabyes on your hard disk...
anyways.. Linux write support to NTFS is crap....
and windows suppotr for linux filesystems is ZERO.....
have a look on sourceforge.... some1 wrote a windows ext3 driver.. try using that, and format the disk as ext3.
|
|
|
08-19-2004, 11:39 AM
|
#7
|
LQ Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
hi qwijibow
thanx for correcting me
but why have u mentiond thts
"anyways.. Linux write support to NTFS is crap...."
regards
gaurav
|
|
|
08-19-2004, 12:12 PM
|
#8
|
LQ Guru
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672
Rep:
|
he wants to do video editing in linux...
last time i read the kernel source documentation (when 2.6.7 came out) linux could not write to NTFS very well.
it can not change file sizes, delete files or make new files... only overwrite files of the exact size... which is almost useless.
the only way i can see both windows and linux writing to the same disk with files larger than 4GB is to use ext3, and attmept to install the ext3 windows driver.
but ofcource i could be wrong.
|
|
|
08-19-2004, 12:22 PM
|
#9
|
LQ Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
hi
so do we have a option for that
what about the linux ntfs driver from sourceforge.net
does it works????i mean writing to NTFS drives
regards
gaurav
|
|
|
08-20-2004, 09:27 AM
|
#10
|
LQ Guru
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672
Rep:
|
the ntfs driver comes with the newish kernels, i believe the sourceforge driver is the same as the one in the kernel.
like i said.. it will read ntfs, but write support is limited to over-writing files of the exact same size...
you cannot create new files. you cannot delete files, you cannot increace of decreace the files of files...
write support is almost useles.
|
|
|
All times are GMT -5. The time now is 08:00 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|