Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2000 21:36:06 -0400
From:      Alan Clegg <abc@bsdi.com>
To:        youlgok@attglobal.net
Cc:        FreeBSD-Questions <freebsd-questions@freebsd.org>
Subject:   Re: /: write failed, file system is full
Message-ID:  <20000905213606.A70550@diskfarm.firehouse.net>
In-Reply-To: <39B59E75.55CDE3A4@attglobal.net>; from youlgok@attglobal.net on Tue, Sep 05, 2000 at 09:31:34PM -0400
References:  <39B59784.12B92D1@attglobal.net> <20000905210600.G66030@diskfarm.firehouse.net> <39B59E75.55CDE3A4@attglobal.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Unless the network is lying to me again, youlgok@attglobal.net said: 
> Hi, AlanC:
> 
> This is the result of
> 
> df /zip
> 
> # df /zip
> Filesystem   1K-blocks     Used    Avail Capacity  Mounted on
> /dev/wd0s1a      37663    26102     8548    75%    /
> 
> As you said, I think /zip is not mounted.  How do I mount it?

Well, if it is in your /etc/fstab file, all you'd need to do is 'mount /zip'.

Otherwise, you will have to determine where the disk is located and then
mount that device.  

As an example, I have a Compact-Flash device, that when inserted, shows
up like this:

ad8: 342MB <IBM-DMDM-10340> [695/16/63] at ata4-master using BIOSPIO
ad9: 342MB <IBM-DMDM-10340> [695/16/63] at ata4-slave using BIOSPIO

and my entry in /etc/fstab reads as:

/dev/ad8s1              /udisk          msdos   rw,noauto       0       0

So, when I insert the drive, I can just 'mount /udrive'.  If I were to
do this manually, I'd do:

mount -t msdos /dev/ad8s1 /udisk

You won't (most likely) use ad8s1, but whatever device the Zip shows up
as in your 'dmesg' output.

AlanC


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000905213606.A70550>