|
Home > Archive > Unix administration > June 2006 > can't mount var/ home/ ... directories
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
can't mount var/ home/ ... directories
|
|
|
| Hi All,
I have the SuSe Linux Server, which I could not mount after rebooting
it.
$mount -a <-- ## nothing happen
$mount /var <-- ## message: var/ already mounted or busy ### (but the
var/ directory is empty)
$umount /var <-- ### var is not mounted
$mount /home <-- ### messages: home is already mounted or busy ### but
it empty
The /etc/init.d/sshd restart don't work so I cannot do SSH.
becasue I can't mount var/ directory so I cannot read a log file.
Do you have any idea? Plese help. Thanks.
Regards,
Beta
| |
| Michael Tosch 2006-06-16, 7:20 pm |
| beta wrote:
> Hi All,
>
> I have the SuSe Linux Server, which I could not mount after rebooting
> it.
>
> $mount -a <-- ## nothing happen
> $mount /var <-- ## message: var/ already mounted or busy ### (but the
> var/ directory is empty)
> $umount /var <-- ### var is not mounted
> $mount /home <-- ### messages: home is already mounted or busy ### but
> it empty
>
> The /etc/init.d/sshd restart don't work so I cannot do SSH.
> becasue I can't mount var/ directory so I cannot read a log file.
>
> Do you have any idea? Plese help. Thanks.
>
> Regards,
> Beta
>
Do an
fuser /var
or
lsof /var
to see if a process holds it busy.
You can read a log file with the less command.
--
Michael Tosch @ hp : com
|
|
|
|
|