kamoj
Very Senior Member
Ok, thanks for fast response.I'm rocking a R7800 with FW:V1.0.2.83.2SF (Voxel). Kamoj Add-on:5.4b26.
Code:Found the following usable USB devices: sda5 mounted as /tmp/mnt/sda5 (ext4). Label:optware. Model:SanDisk-Ultra Fit. Size:30.8GB sdb5 mounted as /tmp/mnt/sdb5 (ext4). Label:storage. Model:SanDisk-Ultra Fit. Size:30.8GB -------------------------------------------------------------------------------- Creating and installing SSH keys in router and writing tar-backup to USB at:/tmp /mnt/sda5
View attachment 33112
For the sake of keeping this short I'll provide info from USB1 only.
Code:CONNECTED_USB_DEVICES='sda sdb' USB_BUS='2' USB_CAT='3.20' USB_DEV='sda' USB_DEVID='/dev/sda5' USB_FILESYS='ext4' USB_FREEMEM='26.792 GB' USB_IVL='0ms' USB_LABEL='optware' USB_MANUF='SanDisk' USB_MODEL='Ultra Fit' USB_MOUNTID='sda5' USB_MOUNTING='/tmp/mnt/sda5' USB_PARTITION_NO='1' USB_PORT='USB1' USB_PROD='Ultra Fit' USB_PWR='224mA' USB_SERIAL='0501a204158f77fb3dbb4559a229ef97e6a52764ee1092f344b1ce8dee1ba4078c780000000000000000000088019cc2ff96' USB_SPEED='5000 Mbps' USB_TOTMEM='28.289' USB_TOTMEM_B='29662852.000' USB_USEDMEM='0.064' USB_USEDMEM_B='66964.000' USB_USEDPCT='0%' USB_UUID='780542cb-9f46-9bb2-5525-3c522cb9740e' USB_VENDOR='SanDisk' USB_VOLUME='optware'
The ISSUE is with resetting MOUNT points. Entware script seems to be bound to sda1 and fails for some reason if I run it with one USB flash drive attached (mounted as sda5). Since I have NO slightest clues on how to reset sda5 -> sda1, I'm stuck.
@R.Gerrits really did help me A LOT with information and shell code for manually renaming share names (which cannot be done from GUI), I'm still thankful for that.![]()
If you cant change sda5, you can always add another mounting point sda1 that becomes an alternative to sd5. If you need /tmp/mnt/sda1 of some reason.:
Code:
mkdir -p /tmp/mnt/sda1
mount /dev/sda5 /tmp/mnt/sda1