LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   How to view my windows partition in linux? (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/how-to-view-my-windows-partition-in-linux-690407/)

vibinlakshman 12-13-2008 07:27 PM

How to view my windows partition in linux?
 
Is there any file to be edited to obtain my windows partition in linux
I need to manually mount it all the time
Is there any way so that i can view it all the time

I found smewhere abt /etc/fstab
Can any body help me out !!!!!

jstephens84 12-13-2008 11:04 PM

yes you can mount it so that on boot up it will automount. All you need to do is create a mount point then in fstab add the entry
Code:

/dev/sda1 /mnt/WinHdd ntfs defaults 0 0
some modifications will need to be made. Like where your win partition is and where you want to mount it. Also you may have to change the mount options. I think you may be able to use cifs instead of ntfs also.

vibinlakshman 12-14-2008 03:19 AM

Thanks bro
 
I'l let u knw abt the output, let me try it and do experiments, so that next time others will be able to perform this unambigously


All times are GMT -5. The time now is 10:18 AM.