|
setting unlimited filesize for a filesystem in
All,
How can I enable largefiles in one of the filesytems in Sun OS 5.9 ?
ls -l
-rw-r--r-- 1 oracle dba 2548163397 Dec 3 02:57 TT_TT_full.dmp.Z
cp -p TT_TT_full.dmp.Z /exports/tt/
cp: TT_TT_full.dmp.Z: File too large
ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 8192
coredump(blocks) unlimited
nofiles(descriptors) 8196
vmemory(kbytes) unlimited
The file is around 2.5 G althought ulimit says it's unlimited.
|