When it tried to write 5120 bytes, only 4096 bytes
are written.
That is due to blksize_size[][] array.
mount sets the field with 4096 and the last
sector became inaccessible in mke2fs.
When I tried after ioctl(.., BLKBSGSET, 1024),
mke2fs did work properly.
So should mke2fs use ioctl to set the block
or use get last sector ioctl?
Or is setting that back in umount a proper fix?
If anyone has faced this or is it well known,
please let me know.
Thanks,
Prasanna.
__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/