LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mounting a windows drive (https://www.linuxquestions.org/questions/linux-newbie-8/mounting-a-windows-drive-196110/)

evannextel 06-21-2004 04:07 PM

mounting a windows drive
 
# mount -t ntfs /dev/hda1 /mnt/hda1
mount: mount point /mnt/hda1 does not exist


ok so how do i make the mount point again, i forgot

acid_kewpie 06-21-2004 04:11 PM

just make a directory.

tuxrules 06-21-2004 04:13 PM

you need to make a directory hda1 in /mnt...that will do.

whansard 06-21-2004 04:21 PM

mkdir /mnt/hda1


All times are GMT -5. The time now is 01:46 AM.