LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   format hardisk on slackware (https://www.linuxquestions.org/questions/linux-newbie-8/format-hardisk-on-slackware-281026/)

jordy22 01-22-2005 07:39 PM

format hardisk on slackware
 
hi
i have a problem because i use for 1 week slackware
and before windows xp
i have 2 disk's in /mnt
named
D and E
the partitions are NTFS why did i to that because i have mp3's etc on that disk
and other stuff i dont wanna lose
the problem i have now is i can only read not write to the disks

/mnt/E is empty now how can i format it to ext2 or ext3 whatever ?
can anybody help me thanks

egag 01-22-2005 07:49 PM

first unmout it :

#umount /mnt/E

then format the partition

#mkfs.ext3 /dev/hdxx ( where hdxx ---->the partition you want to format )

then edit your fstab to change the filesystem of that part.

egag

slakmagik 01-22-2005 08:01 PM

If you have both Linux and Windows and want to handle files from either, you'd be better off making it a FAT32 partition rather than NTFS or a Linux-type fs. Windows has an even harder time with non-Windows partitions than Linux does with NTFS. FAT32 is kind of the demilitarized zone. ;)

jordy22 01-22-2005 08:25 PM

digiot
no am usin only slackware
don't use windows on this computer
:)

slakmagik 01-22-2005 08:52 PM

Oh, okay - then you definitely *don't* want FAT32. Not the best filesystem in the world. :)


All times are GMT -5. The time now is 10:19 PM.