[Bug 198647] MX-ES USB Drive by Mach Xtreme ILLEGAL REQUEST asc:21, 0 (Logical block address out of range)

2015-03-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198647 --- Comment #3 from Chris Baker cmbake...@gmail.com --- on linux fdisk -l lists the following: Disk /dev/sdb: 7988 MB, 7988051968 bytes, 15601664 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512

[Bug 198647] MX-ES USB Drive by Mach Xtreme ILLEGAL REQUEST asc:21, 0 (Logical block address out of range)

2015-03-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198647 Hans Petter Selasky hsela...@freebsd.org changed: What|Removed |Added CC|

[Bug 198647] MX-ES USB Drive by Mach Xtreme ILLEGAL REQUEST asc:21, 0 (Logical block address out of range)

2015-03-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198647 --- Comment #7 from Chris Baker cmbake...@gmail.com --- gpart seems to be showing more sectors then it actually has, the first line from gpart: 6315617985 lists the sector size right? gpart list shows the last sector as 15618047

[Bug 198647] MX-ES USB Drive by Mach Xtreme ILLEGAL REQUEST asc:21, 0 (Logical block address out of range)

2015-03-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198647 --- Comment #6 from Chris Baker cmbake...@gmail.com --- The results from gpart seems strange, the last section of free space seems to start after the end of the disk if I am interpreting the results right. If i plug the drive into

[Bug 198647] MX-ES USB Drive by Mach Xtreme ILLEGAL REQUEST asc:21, 0 (Logical block address out of range)

2015-03-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198647 --- Comment #5 from Chris Baker cmbake...@gmail.com --- from within linux parted -l shows Model: MX MXUB3SES-8GB (scsi) Disk /dev/sdb: 7988MB Sector size (logical/physical): 512B/512B Partition Table: msdos Disk Flags: Number Start End

[Bug 198647] MX-ES USB Drive by Mach Xtreme ILLEGAL REQUEST asc:21, 0 (Logical block address out of range)

2015-03-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198647 --- Comment #4 from Hans Petter Selasky hsela...@freebsd.org --- Hi, dec2hex(15601664) = EE1000 The LBA=0xee4fff is then invalid. Did you check that the partition table and MBR is valid? Maybe you can dump them: gpart show /dev/daX