search for: secsize

Displaying 12 results from an estimated 12 matches for "secsize".

Did you mean: sectsize
2018 Apr 26
1
[PATCH] libldm: fix enumeration of partition table entries
...rgument which causes the described bug. --- src/ldm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ldm.c b/src/ldm.c index 4897de9..943f095 100644 --- a/src/ldm.c +++ b/src/ldm.c @@ -1345,7 +1345,7 @@ _read_privhead_gpt(const int fd, const gchar * const path, const guint secsize, for (uint32_t i = 0; i < gpt.pte_array_len; i++) { gpt_pte_t pte; - r = gpt_get_pte(h, 0, &pte); + r = gpt_get_pte(h, i, &pte); if (r < 0) { _map_gpt_error(r, path, err); gpt_close(h);
2008 Sep 17
1
floppy disk controller broken
Hello, when testing FreeBSD-7.1-BETA i discovered that the floppy disk controller doesn't work correctly. Trying to format a floppy (perhaps with bad blocks) i get: Processing fdformat: ioctl(FD_FORM): Device not configured instead of the normal E letter. I then checked the same problem is present on FreeBSD-6.3 and it has been reported by Beech Rintoul (*) in 2006! Of course the floppy disk
2008 Jan 06
1
How do I blank or overwrite DVD-RW disks in CentOS 5?
...x2 (CHECK CONDITION) Sense Bytes: F0 00 05 00 00 00 00 10 B6 00 00 0D 21 00 00 00 Sense Key: 0x5 Illegal Request, Segmant 0 Sense Code: 0x21 Qual 0x00 (logical block address out of range) Fru 0x0 Sense flags: Blk 0 (valid) cmd finished after 0.004 s timeout 40s Current Secsize: 2048 cdrecord.prodvd: Cannot set speed/dummy. ATIP start of lead in: -150 (00:00/00) I've had similar lack of success trying to blank or overwrite using cdrecord or growisofs. The disks I'm using are Sony 2X DVD-RW 4.7GB, which _should_ be compatible with the drive AFAICT. Th...
2012 Sep 24
20
cannot replace X with Y: devices have different sector alignment
Well this is a new one.... Illumos/Openindiana let me add a device as a hot spare that evidently has a different sector alignment than all of the other drives in the array. So now I''m at the point that I /need/ a hot spare and it doesn''t look like I have it. And, worse, the other spares I have are all the same model as said hot spare. Is there anything I can do with this or
2007 Dec 28
4
MOre on buring ISOs
...Driver flags : MMC-2 SWABAUDIO BURNFREE Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R Drive buf size : 1353728 = 1322 KB FIFO size : 4194304 = 4096 KB Track 01: data 48 MB Total size: 55 MB (05:32.48) = 24936 sectors Lout start: 56 MB (05:34/36) = 24936 sectors Current Secsize: 2048 cdrecord: Input/output error. read disk info: scsi sendcmd: cmd timeout after 9.040 (240) s CDB: 51 00 00 00 00 00 00 00 04 00 resid: 4 cmd finished after 9.040s timeout 240s cdrecord: Cannot get disk type. ========================== and in /var/log/messages Dec 27 21:11:11 nc4010 kernel:...
2015 Nov 10
2
[PATCH] mtools: Remove local xpread/xpwrite, use ones from syslxcom
...R) { - continue; - } else { - die(strerror(errno)); - } - } else { - bufp += rv; - offset += rv; - done += rv; - count -= rv; - } - } - - return done; -} - -/* * Version of the read function suitable for libfat */ int libfat_xpread(intptr_t pp, void *buf, size_t secsize, -- 2.6.2
2003 Apr 10
1
Writing a DVD
...flags : MMC-3 SWABAUDIO BURNFREE Supported modes: TAO PACKET SAO SAO/R96R RAW/R96R Drive buf size : 4194304 = 4096 KB FIFO size : 4194304 = 4096 KB Track 01: data 449 MB Total size: 516 MB (51:10.41) = 230281 sectors Lout start: 516 MB (51:12/31) = 230281 sectors Current Secsize: 2048 ATIP start of lead in: -150 (00:00/00) Disk type: unknown dye (reserved id code) Manuf. index: -1 Manufacturer: unknown (not in table) cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler cdrecord: Permission denied. WARNING: Cannot set priority using setpriority(). cdrec...
2003 Jul 05
2
NEC 1300A DVD-R writing
...ectors 41 00 00 14 00 00 00 00 41 01 00 10 00 00 00 00 41 01 01 10 00 00 02 00 41 AA 01 14 00 4F 14 1E Track 1 start 0 Track 2 start 356880 41 00 A0 00 00 00 00 01 00 00 00 00 41 00 A1 00 00 00 00 01 00 00 00 00 41 00 A2 00 00 00 00 79 20 30 00 00 41 00 01 00 00 00 00 00 02 00 00 00 Current Secsize: 2048 ATIP start of lead in: -150 (00:00/00) Disk type: unknown dye (reserved id code) Manuf. index: -1 Manufacturer: unknown (not in table) Blocks total: 2298496 Blocks current: 2298496 Blocks remaining: 1941616 Starting to write CD/DVD at speed 1 in write mode for single session. Last chanc...
2008 Mar 10
12
[RFC][PATCH] Use ioemu block drivers through blktap
When I submitted the qcow2 patch for blktap, suggestions came up that the qemu block drivers should be used also for blktap to eliminate the current code duplication in ioemu and blktap. The attached patch adds support for a tap:ioemu pseudo driver. Devices using this driver won''t use tapdisk (containing the code duplication) any more, but will connect to the qemu-dm of the domain. In
2013 Jul 15
21
[PATCH 00 of 21 RESEND] blktap3/drivers: Introduce tapdisk server.
This patch series copies the core of the tapdisk process from blktap2, with updates coming from blktap2.5. Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>
2006 Nov 17
1
gjournal on 6.x wont build
Hi all, I was intending on trying out gjournal on a new disk i've added in my desktop. I had a look to see what the most recent patch provided by Pawel and found http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch I created the directories as per Pawel's original post (http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html) and the patch succeeded with no failed
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *