@RoofingGuy
I don’t believe WD claims the drives are supported under any flavour of 'nix – just Win and Mac OS.
If that were the case, i would stop buying wd products right now. For WD “supported” means that they will
not give you instructions or know-how (well, maybe they will give you some advice). But the drives itself
should work with any sata controller as long as linux has drivers for that controller and the controller
supports that type of disk. (otherwise, they should be advertised as “win-disks” “winata” and the
green and black editions should turn blue when windows crashes :-) )
@bbbbb
Interesting, i do use linux and at some point in the future i may buy one of those…
which controller are you using? (the wd provided or the motherboard’s one?)
lspci -nn | grep SATA
check which drivers (kernel modules) are used for each card:
lspci -k | grep -vi subsys
Check /var/log/messages or dmesg for something like that:
scsi0 : ahci
ata1: SATA max UDMA/133 abar m8192@0xfbd7a000 port 0xfbd7a100 irq 40
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1.00: ATA-8: WDC WD1001FALS-00J7B1, 05.00K05, max UDMA/133
ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
ata1.00: configured for UDMA/133
sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
That is how linux sees my disk, compare (or post yours), look for how is it detected.
The messages may be out of order (they are not serialized)
If you are unsure post your dmesg rigth after booting.
Aternativelly, this is for my nvidia controller:
ahci 0000:00:09.0: version 3.0
ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 23
ahci 0000:00:09.0: PCI INT A → Link[LSA0] → GSI 23 (level, low) → IRQ 23
ahci 0000:00:09.0: irq 40 for MSI/MSI-X
ahci 0000:00:09.0: controller can’t do PMP, turning off CAP_PMP
ahci 0000:00:09.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
ahci 0000:00:09.0: flags: 64bit ncq sntf led clo pio boh
ahci 0000:00:09.0: setting latency timer to 64
Is is connected to a sata controller or to an usb enclosure?
Also post your kernel version:
uname -r