Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
NTFS to EXT3 Debian
Name: cyberfire Date: November 21, 2004 at 18:12:51 Pacific OS: Debian / Knoppix 3.3 CPU/Ram: 166MHz/ 64 sdram
Comment:
I have a very old system runnin Debian. It had two hard disks connected to it. One of them is EXT3 and the other is NTFS (has XP Pro installed on it.) I want to reformat the NTFS so that linux can read/write to it, mainly store mp3s. How can I do that through Debian??? Any help is appriciated
Name: TazG Date: November 22, 2004 at 05:15:51 Pacific
Reply:
The "parted" program is probably already installed, you can use that... or if you want a graphical program install QtParted.
Use the web the way it was meant to be used. Get Firefox.
0
Response Number 2
Name: 3Dave Date: November 22, 2004 at 06:27:35 Pacific
Reply:
cfdisk and fdisk are also alternatives allowing you to remove the partition, create another of type 83 and then format it with the mkfs command. You may find that you have have other options to run like mkfs.ext3, mkfs.reiserfs, mkfs.jfs etc.
Summary: I recently had an IBM Thinkpad 560z come my way and I want to put Debian on it. It currently is running Win98 This model doesn't have a CD drive on it, which makes putting the OS a little harder. A fr...