Author Topic: Runnig Out Of Space  (Read 3347 times)

prahs

  • Newbie
  • *
  • Posts: 25
    • View Profile
Runnig Out Of Space
« on: March 06, 2006, 03:59:39 am »
 

Folks,

I have a SL-C3100 running Sharp Rom - i do not want to change to PDAXROM as it is currently causing some issues with CF wireless cards e.g. DLINK model.

I don't see the advantage of changing to Cacko (maybe my ignorance).

I am running Apache, PRBOOM, XQT (meanie's IPK), MYSQL with Mambo, PHPBB, PostNuke, Powervision, TKCPLAYER, TREEEXPLORER, Firefox, ABIWord, Wireless sniffng, LBreakout and LUSScreensaver.

I followed Meanie's guide on Apache to create symbolic links for web pages.

Works great - BUT...

The home folder is now 91% full, my HDD3 holds all my music (1.8gb) - i cannot create an ln -s as HDD3 is FAT and of course the other partitions are not.  

I can't install anything else..

I'm not that familar with Linux, any ideas would be greatly appreciated.

bluedevils

  • Hero Member
  • *****
  • Posts: 1284
    • View Profile
    • http://
Runnig Out Of Space
« Reply #1 on: March 06, 2006, 09:08:55 am »
I'm not sure, but for your dilemma I think the cacko rom will only help if you use programs installed with the full cacko rom.  I believe if the program is part of the rom it is compressed on the file system giving a little more room.
I'm now an iphone user and use my zaurii as serial terminals, perl and shell scripting and when I need 640x480 screens

sl-c3100/pda cacko 1.23 | sl-6000l/needs battery | sl-c760/server pdaxrom rc12 | Former sl-5500/tkcrom owner (sister's birthday gift)

DoTheDog

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
Runnig Out Of Space
« Reply #2 on: March 15, 2006, 09:44:19 pm »
I had the same problem but I found if I removed Firefox it opened up a ton of room. I run Firefox in Pocketworkstation now. The other thing is that the /home directory is jffs and will compress the files so your 9% will actually hold a lot more than you think.
Z sl-c3100, Planex GW-CF11X Wifi, Home made docking station (4 port powered hub, 60GB 2.5" HD, Belkin Wired USB 10/100 Ethernet card), Belkin F8T003 ver 2.11 BT USB Dongle
Stock Sharp ROM, Tetsu's special kernel v18b, Lots of stuff gleaned off of Meanie's Incredible Site! Debian PocketWorkstation.
Z2 sl-c1000, OZ 3.5.4.1 GPE - Trying to make it a PlutoHome Orbiter

DaemonsGR

  • Full Member
  • ***
  • Posts: 237
    • View Profile
Runnig Out Of Space
« Reply #3 on: March 16, 2006, 02:32:31 am »
You should make an ext3 part on HDD. Delete FAT part and make one 2,5g and one 1G ext3. Read mainie's page if you need help.
Then edit /etc/ipkg.conf and add "dest hdd /hdd4" and use ipkg -d hdd install package.

PS: you need to remount rw the / to do mkdir hdd4 (or use a dir in /mnt)

-Tasos
Tasos Varoudis (Tech)
Tasos Varoudis (Architecture)

Zaurus sl-c3100 + Wlan, Lan ,BT ,etc
NOW running... pdaXrom 1.1.0beta3 + OOo + custom apps/setup + debian +.. not yet installed OpenBSD snapshot

WAS:Cacko 1.23 + X/QT + debian

Home-Net
Debian WIFI Router ,OpenBSD Bridge Firewall ,Win 2k Domain Server , :) Sun Fire v120 , :) Gentoo Main Server: Dual PIII

prahs

  • Newbie
  • *
  • Posts: 25
    • View Profile
Runnig Out Of Space
« Reply #4 on: March 16, 2006, 02:56:25 am »
This is what i did

# su
# dd if=/dev/zero of=/hdd3/expansion.ext2 bs=1048576 count=128
# echo y|/sbin/mke2fs /hdd3/expansion.ext2
# mkdir -p /home/expansion
# mount -o loop -t ext2 /hdd3/expansion.ext2 /home/expansion
# echo "/hdd3/expansion.ext2 /home/expansion ext2 loop,rw,noatime 0 0" >> /etc/fstab

and then

# mkdir -p /home/expansion/my new directory
# cd /directory under home i want to copy e.g. doom

used treeexplorer to move dreictory

# ln -s /home/expansion/new directory /home/moved directory name