I'm very new to Solaris and only slightly less new to Unix in general. Be gentle. 
I installed Solaris 8 on this used Sparc that my employer picked up for me to play around with. I didn't change the default partition or filesystem layout when I installed it and now I find myself with a root filesystem that is out of space and this huge /export/home area that I'll never fill. I've got the box working like I need it to and I really, really don't want to have to start over. Can I move /usr to /export/home and then create a symbolic link to it?
This is what I was thinking of doing:
cp -rp /usr /export/home/
mv /usr /usr.old
ln -s /export/home/usr /usr
If things continued to work after I did this I would eventually remove /usr.old.
This seems too simple - will it work? I've already destroyed things once because I don't know what I'm doing. I'd rather not do it again.
If that process above will work, how can I get myself into some sort of minimal, command line, single user mode. Does it matter if all of the system services have started?
Thanks very much for any help.
-Dylan
I installed Solaris 8 on this used Sparc that my employer picked up for me to play around with. I didn't change the default partition or filesystem layout when I installed it and now I find myself with a root filesystem that is out of space and this huge /export/home area that I'll never fill. I've got the box working like I need it to and I really, really don't want to have to start over. Can I move /usr to /export/home and then create a symbolic link to it?
This is what I was thinking of doing:
cp -rp /usr /export/home/
mv /usr /usr.old
ln -s /export/home/usr /usr
If things continued to work after I did this I would eventually remove /usr.old.
This seems too simple - will it work? I've already destroyed things once because I don't know what I'm doing. I'd rather not do it again.
If that process above will work, how can I get myself into some sort of minimal, command line, single user mode. Does it matter if all of the system services have started?
Thanks very much for any help.
-Dylan