[quote author=muungwana link=topic=111276.msg950632#msg950632
if i followed the thread correctly,you are getting that when you create a file system using gparted,not when using "mkfs.ext4" straight.
Looking at "dmesg" output after that error could shed some light.
try to create a file system using gparted,when it fail,open the terminal and then run this command and post its result.
dmesg | grep -i sdb
where sdb is the device node address.
[/quote]
The output was huge - here is the first paragraph - the rest were similar..
sdb: sdb1
sd 57:0:0:0: [sdb] No Caching mode page present
sd 57:0:0:0: [sdb] Assuming drive cache: write through
sd 57:0:0:0: [sdb] Attached SCSI removable disk
scsi 57:0:0:0: [sdb] Unhandled error code
scsi 57:0:0:0: [sdb] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
scsi 57:0:0:0: [sdb] CDB: Read(10): 28 00 00 fe 4f 80 00 00 08 00
end_request: I/O error, dev sdb, sector 16666496
Buffer I/O error on device sdb1, logical block 2083056
Buffer I/O error on device sdb1, logical block 2083056
Buffer I/O error on device sdb1, logical block 2083070
Buffer I/O error on device sdb1, logical block 2083070
Buffer I/O error on device sdb1, logical block 0
Buffer I/O error on device sdb1, logical block 0
Buffer I/O error on device sdb1, logical block 1
Buffer I/O error on device sdb1, logical block 2083071
Buffer I/O error on device sdb1, logical block 1
Buffer I/O error on device sdb1, logical block 1
sd 58:0:0:0: [sdb] 31326208 512-byte logical blocks: (16.0 GB/14.9 GiB)
sd 58:0:0:0: [sdb] Write Protect is off
sd 58:0:0:0: [sdb] Mode Sense: 43 00 00 00
sd 58:0:0:0: [sdb] No Caching mode page present
sd 58:0:0:0: [sdb] Assuming drive cache: write through
sd 58:0:0:0: [sdb] No Caching mode page present
sd 58:0:0:0: [sdb] Assuming drive cache: write through
Anything stand out at all?