No sure why you can't move the directory. Did you login as root? You can try copy the directory, then remove the old one as follow:
/etc/init.d/squeezeboxserver stop (stop the daemon) cd /var/lib (navigate to the /var/lib directory) cp -R --preserve=mode,ownership,timestamps squeezeboxserver /DataVolume/cache/ ( copy /var/lib/squeezeboxserver to /DataVolume/cache/squeezeboxserver) rm -rf squeezeboxserver (remove the squeezeboxserver directory after copy) ln -s /DataVolume/cache/squeezeboxserver (make a "shortcut") /etc/init.d/squeezeboxserver start (start the daemon) -- ply3908 ------------------------------------------------------------------------ ply3908's Profile: http://forums.slimdevices.com/member.php?userid=38634 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