hi,
On Sun, Jan 27, 2002 at 12:19:47AM -0600, pac@xxxxxxxxxxxxxx wrote:
> ...
> Linux bart.marx 2.4.17-preempt-fspatch-alsa #1 Fri Jan 25 21:45:36 CST 2002
> i686 unknown
> ...
>
> I also get some errors when I try to make a new xfs filesystem on either
> /dev/hda10 and /dev/hda9:
> ------------------------------------------------------------------------
> mkfs.xfs -f /dev/hda10
> mkfs.xfs: warning - cannot set blocksize on block device /dev/hda10:
> Input/output error
> meta-data=/dev/hda10 isize=256 agcount=8, agsize=16064 blks
> data = bsize=4096 blocks=128512, imaxpct=25
> = sunit=0 swidth=0 blks, unwritten=0
> naming =version 2 bsize=4096
> log =internal log bsize=4096 blocks=1200
> realtime =none extsz=65536 blocks=0, rtextents=0
> ------------------------------------------------------------------
>
The device driver you're using (for /dev/hda10) doesn't support
the BLKBSZSET ioctl. This ioctl was introduced in 2.4.10-pre3
& should be supported now - so this is a device driver problem,
not an XFS problem.
cheers.
--
Nathan
|