I am not able to mount a 4Tb NTFS GPT USB drive.
I followed an existing thread : LibreELEC - to no avail.
The NTFS is not dirty , drive was disconnected correctly and safely and I followed the advice in above thread to the letter.
Still my problem seems to be different as I do not even have sda1 device:
Code
/dev/mmcblk0p1: LABEL="RECOVERY" UUID="18E3-3E13" TYPE="vfat" PARTUUID="00061c84-01"
/dev/mmcblk0p5: LABEL="SETTINGS" UUID="376358d8-f966-4b85-92a0-32ea2a77d318" TYPE="ext4" PARTUUID="00061c84-05"
/dev/mmcblk0p6: SEC_TYPE="msdos" UUID="3596-EEA2" TYPE="vfat" PARTUUID="00061c84-06"
/dev/mmcblk0p7: UUID="fde44bb3-a8d4-4ab0-af8b-1bc3bcc8d6a8" TYPE="ext4" PARTUUID="00061c84-07"
/dev/loop0: TYPE="squashfs"
/dev/mmcblk0: PTUUID="00061c84" PTTYPE="dos"
/dev/sda: PTUUID="c5af94da-d851-4d74-8a52-9ae70e6bc82e" PTTYPE="gpt"
And here is dmesg
Code
usb 1-1.3: USB disconnect, device number 4
[ 1284.202368] usb 1-1.3: new high-speed USB device number 6 using dwc_otg
[ 1284.296538] usb 1-1.3: New USB device found, idVendor=13fd, idProduct=1e40
[ 1284.296552] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1284.296558] usb 1-1.3: Product: WD40EZRX-00SPEB0
[ 1284.296564] usb 1-1.3: Manufacturer: DMI
[ 1284.296570] usb 1-1.3: SerialNumber: 0010101E40200D8F
[ 1284.297086] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[ 1284.297251] scsi host1: usb-storage 1-1.3:1.0
[ 1285.299861] scsi 1:0:0:0: Direct-Access DMI WD40EZRX-00SPEB0 1.06 PQ: 0 ANSI: 4
[ 1285.303367] sd 1:0:0:0: [sda] 3519069872 512-byte logical blocks: (1.80 TB/1.64 TiB)
[ 1285.303833] sd 1:0:0:0: [sda] Write Protect is off
[ 1285.303855] sd 1:0:0:0: [sda] Mode Sense: 00 26 00 00
[ 1285.304255] sd 1:0:0:0: [sda] No Caching mode page found
[ 1285.304272] sd 1:0:0:0: [sda] Assuming drive cache: write through
[ 1285.393849] sda:
[ 1285.397009] sd 1:0:0:0: [sda] Attached SCSI disk
[ 1597.390097] fuse init (API version 7.23)
[ 1597.503877] sda:
Display More
The drive I am trying to mount is sda but ... I can not mount it as it seems that the volumes are not recognised only the drive.
The drive works fine under windows.
I am on Raspberry PI 3 using the latest (updated today) version.
Is there an fdisk or something else available on this install?
Any advice?