Quote:
mount -t ext3 /dev/hda2/mnt/win
|
didn't you say you're trying to mount your second hd?
also, you would need to use '-t vfat' to mount windows (unless its ntfs).
lastly, I think you mean to have a space between /dev/hda2 (the partition) and /mnt/win (the mount point)
maybe if you give the exact command you issue and the errors you get, someone can help you out more. also, this seems to be a fairly common question...maybe a search would help.