[Bug 89511] USB-storage mount error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.kernel.org/show_bug.cgi?id=89511

--- Comment #19 from Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> ---
Now I see the problem.  Your drive doesn't like the SYNCHRONIZE CACHE command;
it responds with an error "Illegal request, invalid operation code".  It does
this even though it claims to have a write cache and therefore to support
SYNCHRONIZE CACHE.

In short, the bug is in the drive or in its USB interface.  You may be able to
work around the bug by doing this before you mount it:

   echo 'temporary write through' >/sys/block/sdb/device/scsi_disk/*/cache_type

I don't know if that command will work with your kernel (it should work with
3.10 or later).  If it doesn't, try leaving out the word "temporary":

   echo 'write through' >/sys/block/sdb/device/scsi_disk/*/cache_type

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Reiser Filesystem Development]     [Ceph FS]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite National Park]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Media]

  Powered by Linux