HD Install :: Filesize > 2Gb



I've recently installed several different DSL's on my mini-itx machine (soon to be the family server), and have had assorted problems. Number two is that none of them see my swap partition. I can live with that, and try to fix it later.

I'm setting up this machine to back up some stuff before I clobber the current install on my duty machine. This includes a 2.5Gb tarball of my mp3's and a 3.5Gb tarball of my home directory. The problem is that after sending my big tarballs over to the DSL machine, they are only indicated as being 2.0Gb, even though I know they are much larger. The smaller ones are indicated as being the same.

Anyone have any ideas? I'd really like to use DSL on this cute damn small mobo machine, but I'm not willing to risk the integrity of my backups either.

Thanks,
Del

There are so many ways to install DSL, you need to say which one.
When you say 2GB limit, during which part of the process?

I am guessing that you may be experiencing an issue with fdisk.
Is this a standard or enhanced hard drive install?

If standard use enhanced to get gnu fdisk otherwise try sfdisk instead.

Sorry, forgot about different installs. It's just an enhanced dsl-hdinstall. Everything installs just fine, other than not recognizing the swap partition (which I just figured out, it's written as swap, but not formatted as swap *smacks self in forehead*

The problem is after installation, when I attempt to back up my large files from another PC. It sits there and moves stuff over, but when I 'ls -lh' it tells me the two big files are 2.0Gb, even though they were 2.5 and 3.5 on the other machine. It's like it stops transferring at 2.0Gb? Or maybe they really are 2.5 and 3.5, but ls doesn't show bigger than 2.0? I'm stumped.

Thanks for the quick reply roberts, one of the many things I love about this distro is the support.

Got a little more info now. 'ls -l' says;
ls: /mnt/hda6/mp3.tar.gz: Value too large for defined data type
So maybe it's just a problem with ls, not with DSL or the kernel.

(this was after swapping drives between machines. This is the drive the archives were created on)

I have the same problem so I must use Knoppix instead.  However, the file was copied correctly.  I copied a large tar file (>3GB) into one partition, did "ls -la" but could not see the file.  "ls -la filename" will give me "value too large" error message.  However, if I run "tar -xvf filename" to untar the file, then it worked.  The file was untar successfully.  No error while untaring, no error on the applications after untar.  My guess was it was just the ls command that could not read a large file.  The problem later is how to delete that tar file.   Then "rm" does not see the file either.  The only way to delete that file is "mkfs" the whole partition.
So maybe, it is not just the ls or rm commands.

Next Page...
original here.