Hello,
I'm kind of a newbie to AIX.
I have a 9113-550 Express IBM pSeries machine. I installed AIX 5.3 on it.
I expanded one of the LVs with the command : chfs -a size=+4G /tmp . I want to copy from a DVD a big file to the /tmp folder. The file is about 1.3 GB.
I mount the dvd with mount -rv cdrfs /dev/cd0 /mnt then I run the command cp /mnt/file.zip /tmp .
I can see it writing (I can look with topas and see HDD activity) but in the final I get the error from the subject.
When I do a ls -als /tmp the file has the size of 1073741312, which is 1GB (if I divide the number with 1024 for three times it is about 1GB).
The filesystem is JFS2.
Do you have any idea about this error? Am I doing something wrong?
Thanks.
I'm kind of a newbie to AIX.
I have a 9113-550 Express IBM pSeries machine. I installed AIX 5.3 on it.
I expanded one of the LVs with the command : chfs -a size=+4G /tmp . I want to copy from a DVD a big file to the /tmp folder. The file is about 1.3 GB.
I mount the dvd with mount -rv cdrfs /dev/cd0 /mnt then I run the command cp /mnt/file.zip /tmp .
I can see it writing (I can look with topas and see HDD activity) but in the final I get the error from the subject.
When I do a ls -als /tmp the file has the size of 1073741312, which is 1GB (if I divide the number with 1024 for three times it is about 1GB).
The filesystem is JFS2.
Do you have any idea about this error? Am I doing something wrong?
Thanks.