C650:arris69 wrote: just if somebody will check (maybe on c-series)Code: Select all
cd /mtd_rwarea # or where you have write permission and 16mb free space dd if=/dev/zero of=vusb bs=1M count=16 mkfs.xfs -f -d name=vusb mkdir tt mount -t xfs -o loop vusb tt ln -s /etc/passwd tt/pass ls -l tt/
mount
/dev/loop0 on /dtv/usb/sda1/SamyGO/opt/privateer/usr/bin/tt type xfs (rw,ikeep,noquota)
ls -l tt/
lrwxrwxrwx 1 root 0 11 Jan 1 00:59 pass -> /etc/passwd