I'm using Kaloz's build and try to test the usb storage but I'm unable to mount. I tried two different usb thumb drive with one as hfsplus and the other one as exfat formatted.
By running "fdisk -l", here is the output.
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 8064 246546431 246538368 117.6G 7 HPFS/NTFS/exFAT
By running "sfdisk -l", here is the output.
Disk /dev/sda: 15346 cylinders, 255 heads, 63 sectors/track
Units: cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/sda1 * 0+ 15346- 15347- 123269184 7 HPFS/NTFS/exFAT
start: (c,h,s) expected (0,128,1) found (1023,254,63)
/dev/sda2 0 - 0 0 0 Empty
/dev/sda3 0 - 0 0 0 Empty
/dev/sda4 0 - 0 0 0 Empty
When running dmesg, I can see the device is detected and sda device is created under /dev.
[16171.005105] usb 1-1: new high-speed USB device number 2 using orion-ehci
[16171.187199] usb-storage 1-1:1.0: USB Mass Storage device detected
[16171.193679] scsi host2: usb-storage 1-1:1.0
[16172.195872] scsi 2:0:0:0: Direct-Access Patriot Memory PMAP PQ: 0 ANSI: 6
[16172.205564] sd 2:0:0:0: [sda] 246546432 512-byte logical blocks: (126 GB/117 GiB)
[16172.214051] sd 2:0:0:0: [sda] Write Protect is off
[16172.218897] sd 2:0:0:0: [sda] Mode Sense: 2b 00 00 08
[16172.225307] sd 2:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[16172.313454] sda: sda1
[16172.320053] sd 2:0:0:0: [sda] Attached SCSI removable disk
However, when trying to mount, I got this error and I don't see any error from dmesg output.
mount: mounting /dev/sda1 on /mnt/share failed: Invalid argument
Anyone know what the problem is? Maybe I need to use Lifehack's build.
(Last edited by LogicoZone on 6 Jan 2015, 05:49)