Quote:
Originally Posted by cmnorton
Does any part of the re-partitioning process require being at a run level other than 5? I am not counting rebooting the system. As long as people are logged off, and I shut down main daemons, is that OK?
|
IDK about RAID 10 so this information may not be relevant if RAID 10 can be used to circumvent it.
Most file system types cannot be re-sized while they are mounted, including ext3; un-mounting most file systems is not do-able in run level 5. If you need to resize / you need to boot something other than the OS on / so it cannot be done in any of your usual OS' run levels.
Quote:
Originally Posted by cmnorton
Can parted use un-partitioned space, or should I be creating a partition out of what remains and let parted deal with that?
|
If un-partitioned space (or swap -- you can run without, at least while re-sizing) is available adjacent to the full partitions then you can re-size the partitions into the un-partitioned space and then extend the file system to use all the space in the enlarged partition, otherwise you can use un-partitioned space to make a new partition, make a file system in it, copy the files to it and delete the old partition. This may, of course, create un-partitioned space adjacent to a partition you want to enlarge.