Results 1 to 2 of 2
I have a shared partition between windows and linux, it's mounted to /windows. I want to make a link to it from my linux desktop but can't figure out how ...
- 09-29-2007 #1
Link to partition
I have a shared partition between windows and linux, it's mounted to /windows. I want to make a link to it from my linux desktop but can't figure out how to do it. Thank you
- 09-29-2007 #2Code:
$ln -s /windows /path/to/some/dir


Reply With Quote