PDA

View Full Version : partition question??


indy
10-22-2002, 03:12 PM
does linux read ntfs partion and fat32? if yes, how can i apply to read windows partion?
thankz anyone

laser_it
10-22-2002, 05:40 PM
Linux read/write fat32, read NT filesystem very well. Writing to NTFS is a bit dangerous.
Just mount your fat32 or nt partition and that's it.
mount -t fat32 /dev/hda# /your_mount_directory
where # is partion number on your primary/master ide drive
replace fat32 with ntfs