Linux - SoftwareThis 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.
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.
Distribution: approximately NixOS (http://nixos.org)
Posts: 1,900
Rep:
YES! Congratulations! You've just hit one more 2-in-a-strange-power limit!
I asked about filesystem, not distribution - it is the way how disk is formatted. Simply the size of the file is stored in some place with limited capacity. Some good soul stores it in signed type (never seen size -4096 bytes long, though; but sometimes -1 byte read can mean some special errors) - and the limit is 2GB-1 byte. In a nutshell - you have to do something rather big to overcome the restriction. Not sure if your programs can support it without some patching, at least...
Well would ext3 be the filesystem? Or would Fat and FAT32 be the filesytem. I believe I did FAT32 if I remember correctly. How would it be possible for me to find out?
Distribution: approximately NixOS (http://nixos.org)
Posts: 1,900
Rep:
cat /proc/mounts . See what entry has mountpoint being longest prefix of your path (/mnt/windows, for example). Next to mountpoint, you see fs type. vfat means fat32. It is not ext3 - 2049MB-file created well.
But there is no reasonable way to change fat32 behavior in that sense. So - be ready to look for workaround.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.