I'm trying to attach an external 3TB HDD via USB, but the disk doesn't get recognized properly. The disk was formatted as one ext3 partition and is recognized with no problems by my Ubuntu laptop. Here's what dmesg has to say:
usb 1-1: new high speed USB device using oxnas-ehci and address 4
usb 1-1: configuration #1 chosen from 1 choice
scsi4 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 4
usb-storage: waiting for device to settle before scanning
scsi 4:0:0:0: Direct-Access WD My Book 1130 1012 PQ: 0 ANSI: 6
sd 4:0:0:0: [sdb] 732558336 4096-byte hardware sectors (3000559 MB)
sd 4:0:0:0: [sdb] Write Protect is off
sd 4:0:0:0: [sdb] Mode Sense: 47 00 10 08
sd 4:0:0:0: [sdb] Assuming drive cache: write through
sd 4:0:0:0: [sdb] 732558336 4096-byte hardware sectors (3000559 MB)
sd 4:0:0:0: [sdb] Write Protect is off
sd 4:0:0:0: [sdb] Mode Sense: 47 00 10 08
sd 4:0:0:0: [sdb] Assuming drive cache: write through
sdb: sdb1
sd 4:0:0:0: [sdb] Attached SCSI disk
scsi 4:0:0:1: Enclosure WD SES Device 1012 PQ: 0 ANSI: 6
usb-storage: device scan complete
ufsd: failed to mount sdb1
EXT3-fs: Unrecognized mount option "gid=1000" or missing value
attempt to access beyond end of device
sdb1: rw=0, want=2929725448, limit=1565497344
JBD: IO error reading journal superblock
EXT3-fs: error loading journal.
attempt to access beyond end of device
sdb1: rw=0, want=2929725448, limit=1565497344
JBD: IO error reading journal superblock
EXT3-fs: error loading journal.
EXT2-fs warning (device sdb1): ext2_fill_super: mounting ext3 filesystem as ext2
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
attempt to access beyond end of device
sdb1: rw=0, want=1992032264, limit=1565497344
EXT2-fs error (device sdb1): ext2_get_inode: unable to read inode block - inode=62251009, block=249004032
Any idea what I can do to make it read the disk correctly?