[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 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

cat /sys/class/block/sda/size also reports block size of 15601664

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


[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||hsela...@freebsd.org

--- Comment #2 from Hans Petter Selasky hsela...@freebsd.org ---
Hi,

The following series of digits indicate the location of the disk access 00 ee
4f ff. Assuming the block size is 512 bytes, this is location

0xee4fff*512 = 7.9964e+09

which is below 8GB. Can you extract information about how many 512-byte blocks
the disk has under Linux and what the block size is?

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


[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 and first sector as 63

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


[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 windows and use R-Studio it lists the following
partition info:

Disk 
Start: 0
Size: 15601664 Secorts

1st Partition:
Name: Partition2
Paritition Number: 0
Type: Unknown (0x8e) 
Offset: 1026048 Sectors
Size: 14575616 Sectors

2nd Partition:
Name: g:
Type: Ext2FS/XIAFS
Partition Number: 1
Offset: 2048 Sectors
Size: 1024000 Sectors

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


[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 SizeType File system  Flags
 1  1049kB  525MB   524MB   primary  xfs  boot
 2  525MB   7988MB  7463MB  primary   lvm


from FreeBSD installation shell gpart show gives the following
6315617985 da0 MBR (7.4G)
631985 - free - (993K)
2048  10240001 linux-data [active] (500M)
1026048   14575616   2 linux-lvm (7.0G)
15601664  16384- free - (8.0M)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


[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

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org