ply3908;697994 Wrote: 
> Here is a simpler way to move the libary cache directory:
> 
> /etc/init.d/squeezeboxserver  stop                                     
> (stop the daemon)
> cd /var/lib                                                            
> (navigate to the /var/lib directory)
> mv squeezeboxserver  /DataVolume/cache/                          ( move
> /var/lib/squeezeboxserver to /DataVolume/cache/squeezeboxserver)
> ln -s /DataVolume/cache/squeezeboxserver                          (make
> a "shortcut")                   
> /etc/init.d/squeezeboxserver  start                                    
> (start the daemon)

The line 

Code:
--------------------
    mv squeezeboxserver  /DataVolume/cache/
--------------------

generates an error for me:


Code:
--------------------
    mv: inter-device move failed: `squeezeboxserver' to 
`/DataVolume/cache/squeezeboxserver'; unable to remove target: Is a directory
--------------------


-- 
Nasalhair
------------------------------------------------------------------------
Nasalhair's Profile: http://forums.slimdevices.com/member.php?userid=52383
View this thread: http://forums.slimdevices.com/showthread.php?t=84735

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to