| Hai,
To install a dual boot with WIN XP and linux,
PRIMARY
one NTFS / VFAT partition with XP
one "/" partition
one SWAP partition is enough. ( double the size of ram but not exceeding Max of 2 GB )
EXTENDED
you can have any number of VFAT/NTFS/LINUX partitions
Alternatively, you can have seperate partitions for /usr, /usr/local, /var, /tmp, /home etc. But, all that you install in linux during installation will go to /usr partition, where all your linux commands will be. It is not possible to access and write the linux partition from windows ( if it is a same harddisk ) but viceversa is possible. If you have a windows partition ( NTFS / VFAT ), from linux you can mount the windows partition and you can R/W in that.
Note: If it is a NTFS partition, your kernel should have support for writing NTFS fs, which older kernel don't have by default. So you have to recompile the kernel with NTFS RW support. If the XP is installed with VFAT then you can directly mount it in linux and access (read and write). |