You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Saw the PCI-e x1 socket on the mainboard to make the card fit. Note: This slot is pretty delicate, I don't recommend using a Dremel to saw it all the way through, better use an x-acto knife when you dremelled half-way through the slot to advoid sawing the pins. I almost messed mine up.
dmesg:
[ 5.527894] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 5.528387] ata1.00: ATA-8: APPLE SSD SM0128G, BXZ13A0Q, max UDMA/133
[ 5.528409] ata1.00: 236978176 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 5.529012] ata1.00: configured for UDMA/133
[ 5.529614] scsi 0:0:0:0: Direct-Access ATA APPLE SSD SM0128 3A0Q PQ: 0 ANSI: 5
[ 5.531879] sd 0:0:0:0: [sda] 236978176 512-byte logical blocks: (121 GB/113 GiB)
[ 5.531952] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 5.532147] sd 0:0:0:0: [sda] Write Protect is off
[ 5.532167] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 5.532472] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.583275] sda: sda1 sda2
[ 5.586143] sd 0:0:0:0: [sda] Attached SCSI disk
lspci:
$ lspci -v
[...]
01:00.0 SATA controller: Samsung Electronics Co Ltd Device a801 (rev 01) (prog-if 01 [AHCI 1.0])
Subsystem: Samsung Electronics Co Ltd Device a801
Flags: bus master, fast devsel, latency 0, IRQ 63
Memory at 600000000 (32-bit, non-prefetchable) [size=8K]
Capabilities: <access denied>
Kernel driver in use: ahci
Kernel modules: ahci
lsblk:
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 113G 0 disk
|-sda1 8:1 0 200M 0 part
`-sda2 8:2 0 112.8G 0 part
hdparm -tT /dev/sda:
/dev/sda:
Timing cached reads: 1568 MB in 2.00 seconds = 784.21 MB/sec
Timing buffered disk reads: 882 MB in 3.00 seconds = 293.92 MB/sec
I guess it works and it's cheap but that was way too much time and effort to get it working.
The text was updated successfully, but these errors were encountered:
htruong
added a commit
to htruong/raspberry-pi-pcie-devices
that referenced
this issue
Jun 26, 2021
the adapter linked to on amazon goes the wrong way. the one linked to is an adapter for installing a normal m.2 drive into a mac instead of a mac drive
dmesg
:lspci
:lsblk
:hdparm -tT /dev/sda
:I guess it works and it's cheap but that was way too much time and effort to get it working.
The text was updated successfully, but these errors were encountered: