LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Mounting (https://www.linuxquestions.org/questions/linux-general-1/mounting-41631/)

Dumpsterm0uth 01-15-2003 05:03 PM

Mounting
 
What is the command to mount a winxp partition called hda1, that is a nfts partition type? I forget I am a newbie.. = /

BittaBrotha 01-15-2003 05:36 PM

As root, mount -t ntfs /dev/hda1 /mnt/winxp

You need to have XP filesystem compiled into your kernel and need a mount point, /mnt/winxp, as an example.

That should do it.

N_A_J_M 01-15-2003 05:37 PM

this is off hand just from memory
but i think it is:

mount -t ntfs /dev/yourntfsdrive /mnt/tmp

*where /mnt/tmp if the directory you created to mount the partition on

michaelk 01-15-2003 05:39 PM

mount :)

If you search the site you can find lots of info.

check out man mount or man fstab

What distro are you running and is NTFS supported.

trickykid 01-15-2003 10:04 PM

Some sort of mount type question is asked probably 2 to 3 times or more a day here. You can use our great search feature to find a great deal of information as well.


All times are GMT -5. The time now is 08:34 PM.