Posted 14 February 2011 - 10:42 PM
Posted 15 February 2011 - 02:51 AM
ln -s /media/Windows/Users/BillyBob/Music /home/BillyBob/Music
Posted 15 February 2011 - 06:59 AM
“Every atom in your body came from a star that exploded and the atoms in your left hand probably came from a different star than your right hand. It really is the most poetic thing I know about physics...you are all stardust.”― Lawrence M. Krauss
A 1792 U.S. penny, designed in part by Thomas Jefferson and George Washington, reads “Liberty Parent of Science & Industry.”
Republican senators will DID approve of insurrection and attempted coup led by Trump.
Posted 15 February 2011 - 01:01 PM
Posted 15 February 2011 - 04:55 PM
My Arch System Specifications - https://termbin.com/lauw
-----------------------------------------------------------------------------
Posted 16 February 2011 - 08:23 PM
A slightly silly question, but what if I have a space in my windows link? My Music folder for example is 'C:/Windows/Users/BillyBob/My Music'.Windows can't read the Linux partition, but Linux can sure read Windows' partition. The easiest (I think) way would be to have the actual files and folders live on the Windows side and either access them directly from inside Linux or use Symbolic Links to make them look like they're located in your /home directory.
About Symbolic Links:
Say that you have all your music in C:\Users\BillyBob\Music and you want to be able to access it in Linux by just going to /home/BillyBob/Music. You would do this from the Linux command line:ln -s /media/Windows/Users/BillyBob/Music /home/BillyBob/Music
Posted 16 February 2011 - 09:12 PM
Not so silly. You'd need to escape the space using a backslash:A slightly silly question, but what if I have a space in my windows link? My Music folder for example is 'C:/Windows/Users/BillyBob/My Music'.
ln -s /media/Windows/Users/BillyBob/My\ Music /home/BillyBob/Music
Edited by Andrew, 16 February 2011 - 09:14 PM.
Posted 17 February 2011 - 01:58 PM
Posted 19 February 2011 - 08:20 AM
0 members, 0 guests, 0 anonymous users