Craig Rodrigues wrote:
Hi,
I just noticed another problem with mkfs.xfs on FreeBSD,
with Nathan's latest patch and my modification.
mkfs.xfs /dev/ad0s4
meta-data=/dev/ad0s4 isize=256 agcount=16, agsize=570312 blks
= sectsz=512 attr=0
data = bsize=4096 blocks=9124992, imaxpct=25
= sunit=0 swidth=0 blks, unwritten=1
naming =version 2 bsize=4096
log =internal log bsize=4096 blocks=4455, version=1
= sectsz=512 sunit=0 blks
realtime =none extsz=65536 blocks=0, rtextents=0
mkfs.xfs: Inode allocation failed [28 - No space left on device]
What is this "Inode allocation failed" caused by?
where does your s4 partition start?
XFS puts it's superblock starting at block 0
but freebsd does not like that. (something about
protected blocks?)
I've been using partion d that starts a few blocks in.
# disklabel -r /dev/da1s1
# /dev/da1s1:
8 partitions:
# size offset fstype [fsize bsize bps/cpg]
c: 17848152 0 unused 0 0 # "raw" part,
don't edit
d: 17848142 10 4.2BSD 0 0 0
Try that and see if it work.
Otherwise there is something else amuck.
|