Re: [techtalk] Mounted drive

2000-01-29 Thread Dan McGarry
- Original Message - From: Gustavo Sudre <[EMAIL PROTECTED]> To: techtalk <[EMAIL PROTECTED]> Sent: Saturday, January 29, 2000 8:17 AM Subject: [techtalk] Mounted drive > Hi guys! > Well, when i executed #df -m, i was surprised with the little space that > left after my installations. S

Re: [techtalk] Mounted drive

2000-01-29 Thread Andre Pang
On Sat, Jan 29, 2000 at 11:17:51AM -0200, Gustavo Sudre wrote: > Hi guys! > Well, when i executed #df -m, i was surprised with the little space that > left after my installations. So, i created hda5, linux native, with 1gb (my > main linux partitions are hdb1 and hdb2 -> swap). But i've a doubt:

Re: [techtalk] Mounted drive

2000-01-29 Thread Phil V Savoie
Hi Gustavo, Perhaps what you may want to do is create an empty directory off of / and mount your newly created device there. Or, if you want create a directory /usr2 then mv all of /usrs files into /usr2 then rm /usr then rename /usr2 back to /usr. Sounds a bit confusing but if you are very car