LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   mount xp on lunux 8.0 (https://www.linuxquestions.org/questions/linux-general-1/mount-xp-on-lunux-8-0-a-37573/)

sm6kst 12-07-2002 09:52 AM

mount xp on lunux redhat 8.0
 
Is there anybody who want to share his knowledge in how we perform to be able to mount xp (ntfs) on a linuix system.

happy for any answer

sm6kst
:confused:

mhearn 12-07-2002 10:32 AM

lunix? Is that a deliberate misspelling or some wacko distro i've never heard of.

well no matter. Lunix 8 doesn't exist afaik, neither does Linux 8, please specify what distro you're on in future. i'll assume redhat 8.

if so then go to linux-ntfs.sf.net and follow the instructions there

zLinuxz 12-07-2002 01:25 PM

I just answered to a thread that is asking the very same question. Try to search the website before posting a repeating question.

Anyway...what distro are you using?

...if everything was configured correctly...then what you have to do is this.

Make a folder in /mnt

mkdir /mnt/Winxp

then type the following command
but before...you need to know which partition your Winxp is.
maybe it's /dev/hda1..but you need to find out.
So, if it was /dev/hda1 then you would type the command like this:

mount -t ntfs /dev/hda1 /mnt/Winxp

type this as root. then the drive ought be mounted in the folder /mnt/Winxp

good luck.

bulliver 12-07-2002 01:31 PM

Another tip:

Put that same line in /etc/fstab if you want XP mounted automatically at boot time.

zLinuxz 12-07-2002 01:40 PM

yeah, that's a good tip. but don't forget to make the folder first, :D

sm6kst 12-07-2002 06:03 PM

Thanks for the quick replay

linux8 should be linux redhat 8.0
and lunix ofcourse linux.

I have been browsing arround on the net and did not found any solusion.
thanks again
:D

bulliver 12-07-2002 06:15 PM

>I have been browsing arround on the net and did not found any solusion.


Not to be rude but you must not have looked very hard. I know for a fact that mounting partitions is dealt with quite extensively in the Redhat docs. (www.redhat.com)

zLinuxz 12-08-2002 01:45 AM

besides the fact, that we just gave you the solution right on this, very thread!!!


All times are GMT -5. The time now is 09:12 PM.