hoyden wrote:
I think I'm in trouble.
Do I have to re-partition? (look at the home dir)
and if so, what do ya'll suggest for space divvying up?

/dev/sda2              19G  3.0G   15G  17% /
tmpfs                1007M     0 1007M   0% /lib/init/rw
varrun               1007M  112K 1007M   1% /var/run
varlock              1007M     0 1007M   0% /var/lock
udev                 1007M  168K 1007M   1% /dev
tmpfs                1007M     0 1007M   0% /dev/shm
lrm                  1007M  2.2M 1005M   1%
/lib/modules/2.6.28-15-generic/volatile
/dev/sda1              90M   26M   60M  31% /boot
/dev/sda3              22G   21G   40K 100% /home
/dev/sda6             465M   11M  431M   3% /tmp
/dev/sda7             4.6G  138M  4.3G   4% /usr/local
/dev/sda5             6.9G  3.7G  2.9G  57% /var

still learning...

thanks for thinks!
Dawn
_______________________________________________
PLUG-applications mailing list
[email protected]
http://lists.plug.phoenix.az.us/cgi-bin/mailman/listinfo/plug-applications

Reminder: All replies will go back to this mailing list. If you wish to send a reply to 
a specific person, please use the reply function and change the "To:" 
address to that person before sending.


You don't HAVE to repartition but you certainly can delete files you are not using, or move them to your root partition after creating a folder you have write permissions to. You could then create a symbolic link to that folder in your home directory.

Let's say you have a folder called Videos in your home dir,

you could do something like this in gnome-terminal or something similar...

sudo move ~/Videos /

then

sudo chown yourusername:yourusername /Videos -R

then

cd ~/

then

ln -s /Videos

which would create a symbolic link to your videos folder in your home directory

<<attachment: ryan.vcf>>

_______________________________________________
PLUG-applications mailing list
[email protected]
http://lists.plug.phoenix.az.us/cgi-bin/mailman/listinfo/plug-applications

Reminder: All replies will go back to this mailing list. If you wish to send a 
reply to a specific person, please use the reply function and change the 
&quot;To:&quot; address to that person before sending.

Reply via email to