A new 2TB USB drive was mounted with FAT32 via a 10-port Hub first and worked fine until approx 1TB filled after approx 4 months. Then i could not create new directories but i could copy 3GB files into existing directories. When i tried to umount the device i got
dmesg revealed several lines of error 5 in clusters of the lines
I rebooted the machine after doing latest updates and when i try to mount the device again with
I searched bugreports and forum and found some g_vfs_done related reports. I'm ashamed that i didn't test the new drive for badblocks before. I'll do that as soon as i have space to backup that drive. Until then i noticed that my offset is negative while all other reports here have positiv values. Because of the possilbe hardware failure i'll hold back a bugreport. I failed to find the list of error codes for g_vfs_done, man or apropos didn't reveal anything and www searches didn't link to a list.
Could you please point me to a list that explains what the errors 5, 6, 30 and (all?) others are?
(And if you think the negative offset is worth a bugreport regardless of a possible hardware failure please let me know.)
umount: unmount of /media/2 failed: Input/output error
.dmesg revealed several lines of error 5 in clusters of the lines
Code:
g_vfs_done():da2s1[WRITE(offset=-989045458944, length=32768)]error = 5
g_vfs_done():da2s1[WRITE(offset=-1098390013952, length=32768)]error = 5
g_vfs_done():da2s1[WRITE(offset=-1082101827584, length=32768)]error = 5
g_vfs_done():da2s1[WRITE(offset=-1082078693376, length=32768)]error = 5
g_vfs_done():da2s1[WRITE(offset=-1082078660608, length=32768)]error = 5
g_vfs_done():da2s1[WRITE(offset=-1082078627840, length=32768)]error = 5
g_vfs_done():da2s1[WRITE(offset=-1082078595072, length=32768)]error = 5
g_vfs_done():da2s1[WRITE(offset=-1082078562304, length=32768)]error = 5
g_vfs_done():da2s1[WRITE(offset=-1079526656000, length=32768)]error = 5
g_vfs_done():da2s1[WRITE(offset=-1079526623232, length=32768)]error = 5
g_vfs_done():da2s1[WRITE(offset=-1079526590464, length=32768)]error = 5
I rebooted the machine after doing latest updates and when i try to mount the device again with
mount -t msdosfs -o noatime /dev/da2s1 /media/2
i got no error but again if i try to create a new directory it failed and dmesg now shows a single line of: g_vfs_done():da2s1[WRITE(offset=-985294178304, length=32768)]error = 5
I searched bugreports and forum and found some g_vfs_done related reports. I'm ashamed that i didn't test the new drive for badblocks before. I'll do that as soon as i have space to backup that drive. Until then i noticed that my offset is negative while all other reports here have positiv values. Because of the possilbe hardware failure i'll hold back a bugreport. I failed to find the list of error codes for g_vfs_done, man or apropos didn't reveal anything and www searches didn't link to a list.
Could you please point me to a list that explains what the errors 5, 6, 30 and (all?) others are?
(And if you think the negative offset is worth a bugreport regardless of a possible hardware failure please let me know.)