|
file format. The file system may not be compatible.
What does disk information say? Mounted or unmounted?
Can you view the disk properties in gparted? Copy them to here?
Is the disk encrypted
the disk is not partitioned at all. as i said in the first post in this thread, dmesg provides only two messages related to this disk:
- sd 0:0:0:0: [sda] Attached SCSI removable disk
- sd 0:0:0:0: Attached scsi generic sg0 type 0
Copy code
and i'm not able to run fdisk on this disk, i get this error:
- % fdisk /dev/sda
- fdisk: cannot open /dev/sda: No medium found
Copy code
however if i connect a usb/sata converter to the disk, and connect this using usb i see this in dmesg, and fdisk also works correctly:
- usb 2-2: new SuperSpeed Gen 1 USB device number 4 using xhci_hcd
- usb 2-2: New USB device found, idVendor=152d, idProduct=3569, bcdDevice= 1.17
- usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
- usb 2-2: Product: USB to ATA/ATAPI Bridge
- usb 2-2: Manufacturer: JMicron
- usb 2-2: SerialNumber: DB12345678AA6F
- scsi host3: uas
- scsi 3:0:0:0: Direct-Access Samsung SSD 860 PRO 512G 0117 PQ: 0 ANSI: 6
- sd 3:0:0:0: [sdb] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
- sd 3:0:0:0: [sdb] 4096-byte physical blocks
- sd 3:0:0:0: [sdb] Write Protect is off
- sd 3:0:0:0: [sdb] Mode Sense: 53 00 10 08
- sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
- sd 3:0:0:0: [sdb] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
- sd 3:0:0:0: [sdb] Attached SCSI disk
Copy code
so i suspect that there is a problem either with the rk3399 hardware sata support, or the official orangpi rk3399 kernel. |
|