Author Topic: Extracting Files From Openoffice Cramfs  (Read 3585 times)

qx773

  • Full Member
  • ***
  • Posts: 219
    • View Profile
Extracting Files From Openoffice Cramfs
« on: January 02, 2006, 11:45:55 pm »
I am having trouble extracting the OpenOffice files from the cramfs file.  When I try to use the cp -R command from the mount point, I get error messages about links not being copied, or I get an out of space on destination error.  Has anyone here been able to do it?
« Last Edit: January 02, 2006, 11:46:27 pm by qx773 »

qx773

  • Full Member
  • ***
  • Posts: 219
    • View Profile
Extracting Files From Openoffice Cramfs
« Reply #1 on: January 07, 2006, 12:40:13 am »
I forgot that my SD card was formatted as FAT32, so of course symbolic links are not going to work on it.  I need something like an ext2 file system or a loop file with an ext2 file system on it.

qx773

  • Full Member
  • ***
  • Posts: 219
    • View Profile
Extracting Files From Openoffice Cramfs
« Reply #2 on: January 07, 2006, 08:21:53 pm »
I spent several hours getting everything unpacked and loaded onto an ext2 loop file, but OpenOffice seemed to run slower unpacked.  During this process I learned a few things, like:

* OpenOffice requires just under 10,000 inodes.  Not having the appropriate number of inodes results in a device out of space error, which can be puzzling if you have enough space left on the storage device.
* The BusyBox implementation of "cp -a" on the Sharp ROM does not preserve symbolic links.  I had to use "tar cvf" instead.
* You need about 350 megabytes of free storage space.