Quote:
|
Originally Posted by Void Main
No you don't need Partition Magic. 1st question, are you using LVM (Logical Volumes) or regular Linux (type 83) partitions with ext3 file systems? This task is actually quite simple if you aren't using LVM and it's not even that bad if you are using LVM (in fact LVM could actually be easier in this case considering your Windows partition is probably not right behind your / partition).
What is the output of:
# /sbin/fdisk -l
and
# mount
|
Disk /dev/hda: 30.0 GB, 30005821440 bytes
255 heads, 63 sectors/track, 3648 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 382 3068383+ 7 HPFS/NTFS
/dev/hda2 383 3647 26226112+ f W95 Ext'd (LBA)
/dev/hda5 383 2932 20482843+ b W95 FAT32
/dev/hda6 2933 2945 104391 83 Linux
/dev/hda7 2946 3533 4723078+ 83 Linux
/dev/hda8 3534 3647 915673+ 82 Linux swap
Results of Mount
/dev/hda7 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hda6 on /boot type ext3 (rw)
none on /dev/shm type tmpfs (rw)
/dev/hda5 on /mnt/Shared type vfat (rw,noexec,nosuid,nodev,umask=000)
/dev/hda1 on /mnt/windows type ntfs (ro,umask=0222)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)