/dtv/usb/sdj - new partition as virtual XFS ??
Code: Select all
VDLinux#> mount /dtv/usb/sdb5 /dtv/usb/sdj
mount: mounting /dtv/usb/sdb5 on /dtv/usb/sdj failed: No such file or directory
Code: Select all
VDLinux#> mount /dtv/usb/sdb5 /dtv/usb/sdj
mount: mounting /dtv/usb/sdb5 on /dtv/usb/sdj failed: No such file or directory
Code: Select all
[sda]
Vendor : SamyGO
Product : Virt. USB
Serial : None
Devpath : 7-1
Lun : 0
ScsiDevicePath : /dev/sda
MountDir : /dtv/usb/sda
FileSystem : vfat
[sdb]
Vendor : USB 2.0
Product : USB Flash Drive
Serial : 6a44b7d7e1b1b9
Devpath : 1-1.4
Lun : 0
ScsiDevicePath : /dev/sdb5
MountDir : /dtv/usb/sdb5
FileSystem : ext4
Code: Select all
mount /dtv/usb/sda5 /dtv/usb/sdb/XFS
Code: Select all
mkdir /dtv/usb/sda/test
mount /dtv/usb/sdb5 /dtv/usb/sda/test
For example, or at the end of samba/nfs scripts if you're using one of them, or in any other late script (I mean a bit later than vusb to be sure physical drives have already been detected by TV, but probably vusb is fine, just try). Be careful that drive "letters" always remain the same...BorisAU wrote:you need to add the following lines in some sort of browser
/mnt/etc/init.d
for example at the very end 02_04_vusb.init
will in fact work??