gatorback
Regular Contributor
I believe my device automatically mounts a USB drive to:
/dev/sdb1 on /tmp/mnt/HOSTNAME type ext2 (rw,nodev,relatime,errors=continue,user_xattr)
I believe this was configured by an entware script. I'd like to change it /tmp/mnt/sda1
I tried to find fstab:
but it was not found. How is the mounting point assigned?
/dev/sdb1 on /tmp/mnt/HOSTNAME type ext2 (rw,nodev,relatime,errors=continue,user_xattr)
I believe this was configured by an entware script. I'd like to change it /tmp/mnt/sda1
I tried to find fstab:
find . | grep fstab
but it was not found. How is the mounting point assigned?