* BLKBSZSET still not working on 2.4.18 ? [rescued]
@ 2003-01-10 18:33 Ludovic Drolez
0 siblings, 0 replies; only message in thread
From: Ludovic Drolez @ 2003-01-10 18:33 UTC (permalink / raw)
To: linux-kernel
I'm trying to backup a partition on an IDE drive which has an odd number
of sectors (204939). With a stock open/read you cannot access the last
sector, and that why I tried the BLKBSZSET ioctl to set the basic read
block size to 512 bytes. I verified the writen value with BLKBSZGET
ioctl, but I still cannot read this last sector !
I've tried also this:
- FreeBSD : works but it don't want to port all my software to it
- raw devices: can't read the last sector:
# raw /dev/raw1 /dev/hda2
# dd if=/dev/raw1 of=C bs=512
dd: reading `/dev/raw1': No such device or address
204938+0 records in
204938+0 records out
What can it do ? Wait for a patch in 2.5.xxx ?
TIA,
Ludovic Drolez.
-
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/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-01-10 18:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-10 18:33 BLKBSZSET still not working on 2.4.18 ? [rescued] Ludovic Drolez
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.