I need to map my Windows C:\ drive in Ubuntu. How could I accomplish this?
feedback
|
migrated from stackoverflow.com Oct 8 '10 at 18:53
This question came from our site for professional and enthusiast programmers.
|
Right click your C drive then go to Properties > Sharing > Advanced Sharing and tick "Share this folder" On your Ubuntu pc:
(assuming that your windows machine has IP address 192.168.0.2 and you have chosen "c" as your share name) | |||
|
feedback
|
|
Try this link. It tells you how to install ntfs-config. Once you have that software, you can permanently mount your Windows partition. | |||||
feedback
|