The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 12-07-2005
win_vin win_vin is offline
Registered User
 

Join Date: Aug 2005
Posts: 5
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.
Reply With Quote
Forum Sponsor