jbraveman;378197 Wrote: 
> ... sudo ln -s smb://freenas/disk1/Music A-G
> /Filesystem/home/joshua/music/MusicAG
> ln: target `/Filesystem/home/joshua/music/MusicAG' is not a directory

You don't need to say 'Filesystem', just


Code:
--------------------
     /home/joshua/music/MusicAG 
--------------------


And I'd have expected the whole symlink definition to look more like
this:


Code:
--------------------
    ln -s //freenas/disk1/Music\ A-G /home/joshua/music/MusicAG
--------------------


assuming 'freenas' is the name of your drive (you can instead use its
IP, e.g. 192.168.1.10 or whatever).  You also need to indicate that
there's a space in 'Music A-G' by putting the 'escape' symbol before it
(the \ as in Music\ A-G), since GNU/linux does not like spaces in file
names.

HTH


-- 
Diana
------------------------------------------------------------------------
Diana's Profile: http://forums.slimdevices.com/member.php?userid=7463
View this thread: http://forums.slimdevices.com/showthread.php?t=57502

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to