lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 27 Sep 2011 17:36:49 +0530
From:	Amit Sahrawat <amit.sahrawat83@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: USB HDD: Write Cache always shown as Disabled

Why is Write Cache always shown as Disabled (Function:
sd_revalidate_disk(), File: drivers/scsi/sd.c)  – even though there is
write cache in USB HDD and which is enabled. This is verified by
enabling/disabling the cached using ‘hdparm’ and then checking the
performance.

I have few USB Hard disks – for all of them it is shown to be

Default Message:
“Assuming drive cache: Write Through”

If I change the condition in sd_read_cache_type(),
if (sdp->skip_ms_page_8){
        //      goto defaults;
}
Sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn’t
support DPO or FUA.


Can anyone provide any hint to this?  Or am I missing something in this?

Thanks & Regards,
Amit Sahrawat
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ