Quote:
Originally posted by durden2.0
thanks, but I have another question. Is windows 2k always NTFS, and if not how do I find out what mine is without having to boot it up? Also what filesystem type do I try to mount it as? Thanks and I will search the board for more info.
|
Well I know for sure you can most likely use:
fdisk -l
That should list all your partitions and the filesystem type. And no, Win2k isn't always NTFS, it can be formatted as FAT32 which you'd probably much rather prefer if you want to write to it from within Linux, as that is totally safe to do.
mount -t ntfs /dev/hda1 /mnt/windows <-- if its ntfs, if its fat32, you'd mount replace ntfs with vfat. Search the forums as this has been asked and answered all the time.