1834430 Members
2852 Online
110067 Solutions
New Discussion

can't cp file

 
SOLVED
Go to solution
Igor Sovin
Super Advisor

can't cp file

hi!

when I try to cp one file to another directory, I
get the following message: File too large

how can I copy my file?
5 REPLIES 5
Stf
Esteemed Contributor

Re: can't cp file

hello,

check what is the size of your file and check the unuse size of the file system where you want to cp it...

Stf ;-)
Igor Sovin
Super Advisor

Re: can't cp file

Size of file system is enough, already checked that first of all
the problem still exists.
Alexander M. Ermes
Honored Contributor
Solution

Re: can't cp file

Hi there.
Did you check the size of the file ?
Perhaps it is larger than 2 GB and the destination filesystem has not been created with the largefile option.
Check it pls.

EXAMPLES
Convert a HFS file system from a nolargefiles file system to a
largefiles file system:

fsadm -F hfs -o largefiles /dev/vg02/lvol1

Display HFS relevant file system statistics:

fsadm -F hfs /dev/vg02/lvol1


This is an extract from the fsadm manpages.
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Naveej.K.A
Honored Contributor

Re: can't cp file

Hi,

Check this link,

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=48621

Regards,
Naveej
practice makes a man perfect!!!
Igor Sovin
Super Advisor

Re: can't cp file

thank you guys, the problem was in "large files" option.