Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have a HP Pavilion ze4300 laptop (40G) and a Seagate external HD (160G). The external HD has the filesystem of ext3 and I would like to change this all.
I first want to partition the external HD into 2 different partitions - an ext3 filesystem and a fat32 or ntfs filesystem.
At the current point in time I am making backups of the information contained on the external HD, but will very shortly be ready to make these partition and filesystem changes.
My question is how do I go about doing all of this? I am using Breezy and am relatively new to linux, so detailed instructions would be very helpful. Also, which filesystem is better for the newly partitioned "windows" section? NTFS or Fat32?
[My reason for all this trouble: I'm going to be duel booting from my laptop, so I would like to still access all my music, pictures, and documents from Windows.]
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,697
Rep:
Fisrt I would make the two partitions using either fdisk or cfdisk. The make one ext2 and the other fat32. Make the first one fat32 as well. Reason is both linux and windows can read and write to fat fine. One can write to NTFS in linux but it is not gauranteed. There are many post here on that subject. Reading NTFS is fine, writting to one can totally trash the partition. Now once you made each partition and define the partition type from the fdisk command. mkfs.ext2 for ext2 and mkfs.vfat for fat32 partition.
Instead of reformatting my external HD, is it possible to install another driver in Windows that will allow me to read and write to my ext3 external HD?
I saw this link and am wondering if any of you have tried this or know if it works.
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,697
Rep:
I guess it work. I have never used it. Also if you do then make sure it is formatted as ext2 and not as ext3. One good thing in ext2 is if you delete a file at least you can recover it. Not very easily done in an ext3 filesystem if at all.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.