Hi,
For some reason, I am unable to mount any exfat volumes, even though I have the exfat-utils and exfat-fuse packages installed...
I get this message:
The dmseg command gives me this:
And finally, when I run fdisk, I get this message:
I'm not sure what the size mismatch means, and why it is present on any exfat volume that I try to mount. I have tried it with three different volumes, and with the same result. I can the the same volumes fine in Windows, MacOS, and the QNAP version of linux.
Does anyone have any ideas what I'm missing?
Thank you!
For some reason, I am unable to mount any exfat volumes, even though I have the exfat-utils and exfat-fuse packages installed...
I get this message:
Code:
root@Ancalagon:~# mount /dev/sdh /mnt/testing/
mount: wrong fs type, bad option, bad superblock on /dev/sdh,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
The dmseg command gives me this:
Code:
[79307.020064] usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
[79307.046061] usb 4-2: New USB device found, idVendor=1058, idProduct=25e2
[79307.046062] usb 4-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[79307.046063] usb 4-2: Product: My Passport 25E2
[79307.046064] usb 4-2: Manufacturer: Western Digital
[79307.046065] usb 4-2: SerialNumber: 57584D3145363632545A3050
[79307.046455] usb-storage 4-2:1.0: USB Mass Storage device detected
[79307.046611] scsi host13: usb-storage 4-2:1.0
[79308.047966] scsi 13:0:0:0: Direct-Access WD My Passport 25E2 4004 PQ: 0 ANSI: 6
[79308.048135] scsi 13:0:0:1: Enclosure WD SES Device 4004 PQ: 0 ANSI: 6
[79308.048963] sd 13:0:0:0: Attached scsi generic sg7 type 0
[79308.049067] scsi 13:0:0:1: Attached scsi generic sg8 type 13
[79308.049730] sd 13:0:0:0: [sdh] Spinning up disk...
[79308.087259] sd 0:0:0:0: Embedded Enclosure Device
[79308.087594] sd 0:0:0:0: Wrong diagnostic page; asked for 1 got 67
[79308.087598] sd 0:0:0:0: Failed to get diagnostic page 0x1
[79308.087600] sd 0:0:0:0: Failed to bind enclosure -19
[79308.087718] scsi 13:0:0:1: Wrong diagnostic page; asked for 1 got 8
[79308.087720] scsi 13:0:0:1: Failed to get diagnostic page 0x1
[79308.087722] scsi 13:0:0:1: Failed to bind enclosure -19
[79308.087736] ses 13:0:0:1: Attached Enclosure device
[79309.072031] .
[79310.096055] .
[79311.120067] .
[79312.143708] .
[79313.167749] .
[79314.192102] .
[79315.216195] .
[79315.216304] ready
[79315.216422] sd 13:0:0:0: [sdh] Very big device. Trying to use READ CAPACITY(16).
[79315.216540] sd 13:0:0:0: [sdh] 7813969920 512-byte logical blocks: (4.00 TB/3.64 TiB)
[79315.216541] sd 13:0:0:0: [sdh] 4096-byte physical blocks
[79315.216738] sd 13:0:0:0: [sdh] Write Protect is off
[79315.216739] sd 13:0:0:0: [sdh] Mode Sense: 47 00 10 08
[79315.216938] sd 13:0:0:0: [sdh] No Caching mode page found
[79315.216942] sd 13:0:0:0: [sdh] Assuming drive cache: write through
[79315.217306] sd 13:0:0:0: [sdh] Very big device. Trying to use READ CAPACITY(16).
[79315.407563] sdh: sdh1 sdh2
[79315.407978] sd 13:0:0:0: [sdh] Very big device. Trying to use READ CAPACITY(16).
[79315.408501] sd 13:0:0:0: [sdh] Attached SCSI disk
And finally, when I run fdisk, I get this message:
Code:
root@Ancalagon:~# fdisk -l /dev/sdh
GPT PMBR size mismatch (4294967294 != 7813969919) will be corrected by w(rite).
Disk /dev/sdh: 3.7 TiB, 4000752599040 bytes, 7813969920 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 59A554D4-0D32-479F-B2FF-C146F2DE5DC5
I'm not sure what the size mismatch means, and why it is present on any exfat volume that I try to mount. I have tried it with three different volumes, and with the same result. I can the the same volumes fine in Windows, MacOS, and the QNAP version of linux.
Does anyone have any ideas what I'm missing?
Thank you!