NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: install/47756: Not enough inodes to extract the pkgsrc tree with sysinst
The following reply was made to PR install/47756; it has been noted by GNATS.
From: 7heo <7heo%7heo.tk@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: install/47756: Not enough inodes to extract the pkgsrc tree with
sysinst
Date: Sun, 21 Apr 2013 22:43:12 +0200
On 04/21/2013 09:25 PM, Martin Husemann wrote:
> The following reply was made to PR install/47756; it has been noted by GNATS.
>
> From: Martin Husemann<martin%duskware.de@localhost>
> To: gnats-bugs%NetBSD.org@localhost
> Cc:
> Subject: Re: install/47756: Not enough inodes to extract the pkgsrc tree
> with sysinst
> Date: Sun, 21 Apr 2013 21:22:57 +0200
>
> I don't think this should be solved at the sysinst level - if you manually
> create a 1 GB FS (w/o any special newfs options), can you extract pkgsrc
> on that fs?
No, same problem, I've tried that a few weeks ago, but if my memory is
good, specifying the density of the inodes was required to have enough
inodes, with the exact option you are mentioning directly below (this
man was, if it wasn't the guide, where I found the information
concerning that inode density).
> Note that you can deal with more inode in the partiton options menu by
> selecting a different "avg file size" which translates to the -i option
> of newfs:
>
> -i bytes-per-inode
> This specifies the density of inodes in the file system.
> If
> fewer inodes are desired, a larger number should be used;
> to
> create more inodes a smaller number should be given. The
> default is to create an inode for every (4 * frag-size)
> bytes
> of data space:
>
> file system size bytes-per-inode
> < 20 MB 2 KB
> < 1000 MB 4 KB
> < 128 GB 8 KB
> >= 128 GB 16 KB
>
>
> Martin
>
Home |
Main Index |
Thread Index |
Old Index