Re: Root filesystem full
From: Sean (smalone_at_sbcglobal.net)
Date: 03/30/04
- Next message: Ben Crowell: "problem compiling lablgl"
- Previous message: Sean: "Re: Root filesystem full"
- In reply to: Tim Singletary: "Re: Root filesystem full"
- Next in thread: Aaron Baugher: "Re: Root filesystem full"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 29 Mar 2004 22:02:47 GMT
Tim Singletary wrote:
> Sean <smalone@sbcglobal.net> writes:
>
>>Filesystem Size Used Avail Capacity Mounted on
>>/dev/ad0s1a 248M 246M -18.4M 108% /
>>devfs 1.0K 1.0K 0B 100% /dev
>>/dev/ad0s1e 248M 84M 144M 37% /tmp
>>/dev/ad0s1f 17G 3.6G 12G 23% /usr
>>/dev/ad0s1d 248M 20M 208M 9% /var
>
>
> Perhaps /home isn't a symbolic link to another file system and you've
> got too much stuff in your home directory.
>
> Run
>
> # ls -ld /home
>
> and look at the output. If it's something like:
>
> lrwxr-xr-x 1 root wheel 11 Dec 29 17:34 /home -> usr/home
>
> then I'm wrong and your problem is elsewhere. But if it's more
> like:
>
> drwxrwxr-x 16 root wheel 512 Mar 3 12:19 home
>
> then I'm probably right. I'd fix it by moving /home to /usr/home and
> then creating a symbolic link from /home to /usr/home.
>
> First make sure you don't already have /usr/home. Run:
>
> # ls -ld /usr/home
>
> and make sure it says:
>
> ls: /usr/home: No such file or directory
>
> (If you've already got /usr/home then what follows won't work)
>
> Move /home to /usr/home:
>
> # mv /home /usr/home
>
> Create the symbolic link:
>
> # ln -s /usr/home /home
>
> tim
>
>
>
>
>
>
Thank you for your reply. I've excuted that commmand and below is the
output:
olo9500# ls -ld /home
lrwxrwxrwx 1 root wheel 9 Feb 22 12:57 /home -> /usr/home
solo9500#
I know that my home directory does have alot of files but when I execute
the command df -h the root directory stays the same no matter what I
have in /usr/home/smalone.
Thanks.
Sean
- Next message: Ben Crowell: "problem compiling lablgl"
- Previous message: Sean: "Re: Root filesystem full"
- In reply to: Tim Singletary: "Re: Root filesystem full"
- Next in thread: Aaron Baugher: "Re: Root filesystem full"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|