root partition space

Posted by: toolman

root partition space - 31/05/2005 00:42

Hey guys;

2 Questions:

1) is the root partition the flash memory (ie not on hd[a|b]) ?

2) If this was full, could it be the cause of sync issues etc?

I have started having weird sync issues after trying out jemplode, so I assumed it was something to do with that, but I just realised that I installed all of my extrnsions in the /usr folder to avoid the locking issues etc.

Umm 2.00 final, hijack 417 not that it should matter
Posted by: wfaulk

Re: root partition space - 31/05/2005 01:24

The root partition is on disk. I don't immediately see why a full root partition would cause fsck problems, especially since it should be mounted read-only, but full root partitions have caused weirder problems before.
Posted by: Roger

Re: root partition space - 31/05/2005 06:04

Quote:
1) is the root partition the flash memory (ie not on hd[a|b]) ?


The root partition is on disk. /dev/hda5, to be exact.

Quote:
If this was full, could it be the cause of sync issues etc?


Unlikely. As Bitt says, it's mounted read-only during synchronisation.

Quote:
I installed all of my extrnsions in the /usr folder


IIRC, you can use /dev/hda2, which is 32M, for extra stuff. Mount it under /opt, or something. Alternatively, if you've got two disks, you can use /dev/hd[b|c]5 (the root partition on the second disk).

Also, if you're tight for space, you can keep your shell utils and scripts in /drive0, and symlink them into the filesystem. It's only the things that run alongside the player (and hence might interfere with synchronisation) that shouldn't be on the music partitions.