Find the answer to your Linux question:
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 ...
  1. #1
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958

    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

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Code:
    $ln -s /windows /path/to/some/dir

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...