Subject: No mor inodes but no file (Problems with Quantum LPS240S on Apollo 425t)
To: 'Net-BSD Mailingliste Port 300' <port-hp300@NetBSD.ORG>
From: Torsten Schlueter <t.schlueter@uni-duisburg.de>
List: port-hp300
Date: 03/16/1998 07:48:26
Hi there,
a few days ago i told you about my problems with a quantum lp240s =
harddisk on my hp apollo 425t using NetBSD 1.3. To prepare it for using =
i made the following steps (screenoutput is shown on the bottom of this =
mail):
1. disklabel (after getting the correct values of the disk i relabeld =
it)
2. newfs sd1a
3. mount /dev/sd1a /mnt
4. touch /mnt/test
5. df -i

Did I forget something? I found nothing in the dokumentation:-(

Greetings Torsten

---------------Outputs after step 1, 4, 5-----------------
Output 1:
t-rex# disklabel sd1
# /dev/rsd1c:
type: SCSI
disk: LPS 240 S
label:
flags:
bytes/sector: 512
sectors/track: 38
tracks/cylinder: 7
sectors/cylinder: 266
cylinders: 1802
total sectors: 479332
rpm: 4300
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0           # milliseconds
track-to-track seek: 0  # milliseconds
drivedata: 0

8 partitions:
#        size   offset    fstype   [fsize bsize   cpg]
  a:   479066      266      4.2BSD     1024  8192    16   # (Cyl.    1 - =
1801)
  c:   479332        0        boot                        # (Cyl.    0 - =
1801)=20

Output 4:
t-rex# touch /mnt/test

/mnt: create/symlink failed, no inodes free
touch: /mnt/test: No space left on device

Output 5:
t-rex# df -i
Filesystem  1K-blocks     Used    Avail Capacity iused   ifree  %iused  =
Mounted
on
/dev/sd0a       24059    10395    12461    45%     761    5573    12%   =
/
/dev/sd0g      147027   137749     1926    99%   10817   26877    29%   =
/usr
/dev/sd1a      230475        1   218950     0%       1   57853     0%   =
/mnt

---------------END OF OUTPUTS------------