Would it be possible to move /var/lib/nethserver content to me /data directory and symboliclink /var/lib/nethserver to /data????
Process I am thinking about doing --
cp -p -r /var/lib/nethserver /data
Move the original /var/lib/nethserver directory to a safe place:
mv /var/lib/nethserver /root/
Create the symlink:
ln -s /data/nethserver /var/lib/nethserver
Does this stand any chance of working? Let me know.
Thanks,
-SF-