Re: Root filesystem full

From: Sean (smalone_at_sbcglobal.net)
Date: 03/30/04


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



Relevant Pages

  • Re: Where are the symbolic link(s) to the file
    ... (BTW I am talking about linux; I had looked a little struct inode ... get the list of symbolic link to the file; if there is maybe I will ... > A symbolic link can be in any file system, ...
    (comp.unix.shell)
  • Re: Root filesystem full
    ... Sean writes: ... > Filesystem Size Used Avail Capacity Mounted on ... Perhaps /home isn't a symbolic link to another file system and you've ...
    (comp.unix.bsd.freebsd.misc)
  • Re: Delete Sub directory under /Service
    ... I mean, when we define any variable in USS using SET command, then in which file system store these values. ... Delete Sub directory under /Service ... Symbolic Link Attributes ...
    (bit.listserv.ibm-main)
  • Re: Reproducing du/ls in Java
    ... > return the proper length of directories (whether on a FAT or reiserfs ... > file system) or a symbolic link in UNIX. ... The length of a UNIX ...
    (comp.lang.java.programmer)
  • Thttpd web server and symbolic links
    ... I'm running thttpd to do some basic web serving, ... the various web pages and files in the home directory. ... So if a user opens his web browser and types in: ... I found this definition and example of a symbolic link: ...
    (comp.os.linux.misc)