I'm copying a file from a usb hdd (ntfs mounted read only with the FSWpart, 
FSWfsmisc installed) to my laptop's hdd, but I'm getting a "File too large" 
error:

# ls -la laptopBackup_080821.bkf 
-r-xr-xr-x   1 root     root     4294967295 Aug 21 22:45 laptopBackup_080821.bkf

# cp laptopBackup_080821.bkf /opt
laptopBackup_080821.bkf: File too large 

# df -k
Filesystem            kbytes    used   avail capacity  Mounted on
rpool/ROOT/opensolaris
                     55222272 2964764 25048210    11%    /
/devices                   0       0       0     0%    /devices
/dev                       0       0       0     0%    /dev
ctfs                       0       0       0     0%    /system/contract
proc                       0       0       0     0%    /proc
mnttab                     0       0       0     0%    /etc/mnttab
swap                 1881892     320 1881572     1%    /etc/svc/volatile
objfs                      0       0       0     0%    /system/object
sharefs                    0       0       0     0%    /etc/dfs/sharetab
/usr/lib/libc/libc_hwcap1.so.1
                     28012974 2964764 25048210    11%    /lib/libc.so.1
fd                         0       0       0     0%    /dev/fd
swap                 1881596      24 1881572     1%    /tmp
swap                 1881612      40 1881572     1%    /var/run
rpool/ROOT/opensolaris/opt
                     55222272  118516 25048210     1%    /opt
rpool/export         55222272      19 25048210     1%    /export
rpool/export/home    55222272 27021395 25048210    52%    /export/home
rpool                55222272      57 25048210     1%    /rpool
127.0.0.1:/          1953568000 1953568000       0   100%    /mnt/usb

It seems to get up to about 2G of transfer before giving up (doing an ls on the 
copied over file):
The last entry I get is:
#ls -la /opt/laptopBackup_080821.bkf 
-r-xr-xr-x   1 root     root     2123890688 Aug 25 15:47 
/opt/laptopBackup_080821.bkf

About a second later the copy fails...

Any ideas?
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to