New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Copy file more than 4Gb with ssh possible???

Got problems with your B2 or B3? Share and get helped!
Post Reply
Puma
Posts: 230
Joined: 29 Sep 2008, 06:30

Copy file more than 4Gb with ssh possible???

Post by Puma »

Hello,

I tried to copy files via ssh to a mounted usb drive.

It worked well but i discovered it cannot copy files more than exactly 4096 MB!!

I have downloaded a file of 7Gb how can i copy that to an external drive??

I tried to copy it with windows explorer but again the 4Gb limit!!

Please help.

Puma
fnorlander
Posts: 3
Joined: 27 Oct 2008, 14:25

Post by fnorlander »

How are you copying the files? Using scp?

Do you get any error messages at all?
Eek
Posts: 372
Joined: 23 Dec 2007, 03:03
Location: the Netherlands

Post by Eek »

What is the filesystem of USB drive?
FAT32 perhaps?
cheers
Eek
Puma
Posts: 230
Joined: 29 Sep 2008, 06:30

Post by Puma »

The USB drive is FAT32

My desktop NTFS with XP pro.

Command in shell used : cp -r location destination

Error message file to large.

copied size is exact 4096 Mb!!!

Puma
cmcevoy
Posts: 23
Joined: 30 Oct 2008, 07:56

Post by cmcevoy »

This is a limitation of FAT32 : you will have to reformat the drive or split the file.
NTFS is (I understand) not a good idea for flash drives as it is a journaled FS and so rewrites the disk more often. ext2 would do and has drivers available for Win XP.
All the best,
Charles.
Post Reply