satimis
06-30-2006, 10:38 AM
Hi folks,
FC5_64
Is it possible to repartition an existing HD of of 80G with following setup;
# fdisk -l
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 1734 13823932+ 83 Linux
/dev/sda3 1735 3008 10233405 83 Linux
/dev/sda4 3009 4283 10241437+ 5 Extended
/dev/sda5 3009 3262 2040223+ 82 Linux swap / Solaris
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 9.5G 5.1G 4.0G 57% /
/dev/sda1 99M 14M 81M 15% /boot
tmpfs 500M 0 500M 0% /dev/shm
/dev/sda2 13G 3.6G 8.6G 30% /home
Steps to be performed as follows;
1) run "mkfs.ext3 /dev/sda4" to make filesystem
2) move /home from /dev/sda2 to /dev/sda4
3) delete /dev/sda2 with fdisk
4) re-create following partitions;
/dev/sda2 logical 5G
/dev/sda6 ext 10G
/dev/sda7 ext 10G
/dev/sda8 ext remaining size
Which runlevel will be more suitable to do the job, starting "init 1" or "init 3" at boot?
Please advise. TIA
B.R.
satimis
FC5_64
Is it possible to repartition an existing HD of of 80G with following setup;
# fdisk -l
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 1734 13823932+ 83 Linux
/dev/sda3 1735 3008 10233405 83 Linux
/dev/sda4 3009 4283 10241437+ 5 Extended
/dev/sda5 3009 3262 2040223+ 82 Linux swap / Solaris
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 9.5G 5.1G 4.0G 57% /
/dev/sda1 99M 14M 81M 15% /boot
tmpfs 500M 0 500M 0% /dev/shm
/dev/sda2 13G 3.6G 8.6G 30% /home
Steps to be performed as follows;
1) run "mkfs.ext3 /dev/sda4" to make filesystem
2) move /home from /dev/sda2 to /dev/sda4
3) delete /dev/sda2 with fdisk
4) re-create following partitions;
/dev/sda2 logical 5G
/dev/sda6 ext 10G
/dev/sda7 ext 10G
/dev/sda8 ext remaining size
Which runlevel will be more suitable to do the job, starting "init 1" or "init 3" at boot?
Please advise. TIA
B.R.
satimis