Hi rafesl,
So next I did a reboot to test and still there after that. lovely.
I assume that you mean that the relevant nodes are now present in the folder /dev
BUT the strange thing is that the drive is not recognised in the "USB Disks" section of the firmware.
Please post the mount command output.
- Code: Select all
mount
I think I know the reason for this. As you have a USB hub disk, the udev rules handle it as an unsupported disk
To check this suggestion. unplug your disk and in putty, start syslog service:
- Code: Select all
syslogd
So now plug again your usb disk and post the file content : /var/log/messages.
If I am right, you should find lines with 'mrvlUdevdUnsupported'
Post also the output of
- Code: Select all
udevinfo -a -p /sys/block/sdb/sdb1
(I assume that sdb is the device name of your usb disk, you can see that with the command 'fdisk -l')
Note: other idea, if your disk is a gpt disk, version 15.0 doesn't mount the usb disk (it's now implemented in the next version 15.1). But I will see that in messages file...