help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: accessing files larger than 2GB


From: Mulley, Nikhil
Subject: RE: accessing files larger than 2GB
Date: Sat, 2 Sep 2006 17:40:48 +0530

I guess it is more of to do with the operating system than the
application level. A search on 'file size limit linux' might help you.

Regards.

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of Peter Cloetens
Sent: Saturday, September 02, 2006 12:38 AM
To: address@hidden
Subject: accessing files larger than 2GB

Hello,
I have problems accessing files larger than 2GB with octave version  
2.1.71 under linux. Can there be something obviously wrong with our  
installation or is this a known issue?
Thanks,
Peter

Example:

 > ls -l Bufo_tschudi_10003.vol
-rw-r--r--    1 boller   sid19    4289040000 2006-08-05 01:31  
Bufo_tschudi_10003.vol
 > ls('Bufo_tschudi_10003.vol')
Bufo_tschudi_10003.vol
 > exist('Bufo_tschudi_10003.vol')
ans = 0
 > glob('Bufo_tschudi_10003.vol')
ans = {}

fopen works:
 > fid=fopen('Bufo_tschudi_10003.vol')
fid =
{
   id = 4
   name = Bufo_tschudi_10003.vol
   mode = rb
   arch = ieee_little_endian
   status = open
}

fread works

fseek does not work

_______________________________________________
Help-octave mailing list
address@hidden
https://www.cae.wisc.edu/mailman/listinfo/help-octave



reply via email to

[Prev in Thread] Current Thread [Next in Thread]