I have an USB stick that I am using to install optional packages.
My problem is that sometime gets mounted as sda1 other times as sdb1.
This is a bit of a problem and I am trying to use the fstab.add feature of Merlin's version to mount the usb stick by UUID.
I've created a /jffs/config/fstab.add file, with the content below, but it does not seem to solve my problem. I suppose that my fstab.add file is not correct.
Beside this, I have another USB HDD with 2 partitions that also gets switched sometimes. Since I am using this HDD for my transmission download, this is quite problematic.
The UUIDs are:
Please advice.
My problem is that sometime gets mounted as sda1 other times as sdb1.
This is a bit of a problem and I am trying to use the fstab.add feature of Merlin's version to mount the usb stick by UUID.
I've created a /jffs/config/fstab.add file, with the content below, but it does not seem to solve my problem. I suppose that my fstab.add file is not correct.
Code:
UUID=c6062286-5f15-4aaa-a142-580f9441ce92 /mnt/sda1 ext2 default,umask=077,gid=46 0 0
Beside this, I have another USB HDD with 2 partitions that also gets switched sometimes. Since I am using this HDD for my transmission download, this is quite problematic.
The UUIDs are:
Code:
admin@RT-N66U:/tmp/etc# blkid
/dev/sdc5: LABEL="SAMSUNG" UUID="01CCAADD89839CA0"
/dev/sdc1: LABEL="SAMSUNG" UUID="01CCAADD84C35570"
/dev/sdb1: UUID="c6062286-5f15-4aaa-a142-580f9441ce92"
Please advice.
Last edited: