I gave up on trying to find my networked drive so I have plugged in the drive to the Pi directly. It is a 2TB WD USB-powered drive with its own power supply. Power supply is good (5v 3amp), test on other devices.
sudo blkid shows me
/dev/mmcblk0p1: SEC_TYPE=“msdos” LABEL=“MUSICBOX” UUID=“C522-EA52” TYPE=“vfat”
/dev/mmcblk0p2: UUID=“62ba9ec9-47d9-4421-aaee-71dd6c0f3707” TYPE=“ext4”
/dev/sda1: LABEL=“Music” UUID=“01D37B6FC0A0DB30” TYPE=“ntfs”
… so I am assuming the Pi can see my drive ok.
sudo fdisk -l gives me this:
Disk /dev/mmcblk0: 64.2 GB, 64222134272 bytes
4 heads, 16 sectors/track, 1959904 cylinders, total 125433856 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00014d34
_ Device Boot Start End Blocks Id System_
/dev/mmcblk0p1 8192 122879 57344 c W95 FAT32 (LBA)
/dev/mmcblk0p2 122880 125433855 62655488 83 Linux
Disk /dev/sda: 2000.4 GB, 2000365289472 bytes
255 heads, 63 sectors/track, 243197 cylinders, total 3906963456 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0916422b
_ Device Boot Start End Blocks Id System_
/dev/sda1 2048 3906961407 1953479680 7 HPFS/NTFS/exFAT
I then followed some instructions on the modmypi forum on how to auto mount the drive at start-up. My fstab file has the line:
/dev/sda1 /mnt ntfs defaults 0 0
I’m assuming I have done all this correctly and have rebooted the Pi. Musicbox is set to scan always at start-up but when I log into Musicbox (I’m using putty on Windows to log in and then using an Android phone to access via browser), no music is found. The hard drive light is not flashing, except at initial boot. It remains constantly on so is not being read.
Any pointers?
[Edit] For the record I have attached a USB stick (exfat) with one track on it and this is not being picked up either, even though the Pi can see it.