vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, when I try to move file larger then 4GB from one jfs2 filesystem to another jfs2 filesystem message appear: mv /first/file.dbf /second/ file.dbf: Value too large to be stored in data type. But file is actually moved and size/sum is equal to the original file. I also tried cp command and it works normally without any error... Does anyone experienced same problem? Thanks in advance, Davor |
| |||
| Davor wrote: > Hi, > > when I try to move file larger then 4GB from one jfs2 filesystem to > another jfs2 filesystem message appear: > > mv /first/file.dbf /second/ > file.dbf: Value too large to be stored in data type. > > > But file is actually moved and size/sum is equal to the original file. > I also tried cp command and it works normally without any error... > > Does anyone experienced same problem? > > Thanks in advance, > Davor Interesting, I get the same thing: root@unxr1:/home/dbdumps/Daily>oslevel -s 5300-04-03 root@unxr1:/home/dbdumps/Daily>mount node mounted mounted over vfs date options -------- --------------- --------------- ------ ------------ --------------- /dev/ADSM1_lv /ADSM1 jfs2 Jul 30 10:18 rw,log=/dev/ADSM1_log_lv /dev/ADSM_lv /ADSM jfs2 Jul 30 10:18 rw,log=/dev/ADSM_log_lv /dev/dbdumps_lv /home/dbdumps jfs2 Jul 30 10:18 rw,log=/dev/dbdumps_log root@unxr1:/home/dbdumps/Daily>ll NISA_SQLP.ncss.02Aug2006.00:10.1 -rw-r--r-- 1 sybase system 6641717248 Aug 02 00:31 NISA_SQLP.ncss.02Aug2006.00:10.1 Note: 6 GB file root@unxr1:/home/dbdumps/Daily>mv "NISA_SQLP.ncss.02Aug2006.00:10.1" //ADSM NISA_SQLP.ncss.02Aug2006.00:10.1: Value too large to be stored in data type. root@unxr1:/home/dbdumps/Daily>mv "/ADSM/NISA_SQLP.ncss.02Aug2006.00:10.1" . /ADSM/NISA_SQLP.ncss.02Aug2006.00:10.1: Value too large to be stored in data type. root@unxr1:/home/dbdumps/Daily>ll "NISA_SQLP.ncss.02Aug2006.00:10.1" -rw-r--r-- 1 root system 6641717248 Aug 02 00:31 NISA_SQLP.ncss.02Aug2006.00:10.1 root@unxr1:/home/dbdumps/Daily> |
| ||||
| Davor wrote: > Hi, > > when I try to move file larger then 4GB from one jfs2 filesystem to > another jfs2 filesystem message appear: > > mv /first/file.dbf /second/ > file.dbf: Value too large to be stored in data type. > > > But file is actually moved and size/sum is equal to the original file. > I also tried cp command and it works normally without any error... > > Does anyone experienced same problem? > > Thanks in advance, > Davor I'm wondering if this could perhaps be: IY68126: MV COMMAND SHOWS EOVERFLOW ERROR FOR LARGE FILES You should consider logging a call with IBM to confirm, since the fix has not yet been released... Regards, Niel |