LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   How to Mount windows-xp partion in linux (https://www.linuxquestions.org/questions/linux-networking-3/how-to-mount-windows-xp-partion-in-linux-407312/)

jayaramk 01-24-2006 05:38 AM

How to Mount windows-xp partion in linux
 
hi,

can anyone help me with the commands required to mount a drive onto the linux.i have windows xp and FC-4 and i want to mount a partition from my windows to the linux.

acid_kewpie 01-24-2006 06:28 AM

You've written this like a local question (e.g dual boot), yet posted it in the networking forum. which is it? Assuming it's networking then you'd use a command like "mount -t smbfs //xpserver/share /mnt/windows" then check the mount options for smbfs (run "man mount") for details on specifiying passwords etc... if required.

guduke 01-24-2006 07:16 AM

How to Mount windows-xp partion in linux
 
mount -t vfat /dev/sdan( your windows partition) /mnt


All times are GMT -5. The time now is 02:56 AM.