Hi,
Just got my `RT-AX88U` and I flashed the `Asuswrt-Merlin` v384.15 firmware. I've installed `entware` too.
So, I have an 8T external disk with 5 HFS partitions attached to the front USB port of the router.
For some reason it doesn't use the volume labels as mount points but the device paths.
This is what I get with `blkid`:
This is what I get with a `df -Th`:
I have to mention that, I also have a USB drive attached to the back USB port for `swap` file and `entware` (both partitions are ext4).
Using disk labels is important to me because I've noticed that when I reboot the router the device paths change between disks. It can be `sda` and `sdb`, `sdb` and `sda`, `sda` and `sdc`, etc.
Is there any way to force the router recognise the HFS volume labels? This was not happening with my `DSL-AS68U` and `asuswrt`.
Just got my `RT-AX88U` and I flashed the `Asuswrt-Merlin` v384.15 firmware. I've installed `entware` too.
So, I have an 8T external disk with 5 HFS partitions attached to the front USB port of the router.
For some reason it doesn't use the volume labels as mount points but the device paths.
This is what I get with `blkid`:
Code:
/dev/sda1: LABEL="EFI" UUID="…"
/dev/sda2: LABEL="Torrents" UUID="…"
/dev/sda3: LABEL="TimeMachine" UUID="…"
/dev/sda4: LABEL="Music" UUID="…"
/dev/sda5: LABEL="Movies" UUID="…"
/dev/sda6: LABEL="Shows" UUID="…"
This is what I get with a `df -Th`:
Code:
Filesystem Type Size Used Available Use% Mounted on
/dev/sda2 thfsplus 186.1G 288.8M 185.9G 0% /tmp/mnt/sda2
/dev/sda3 thfsplus 745.1G 86.7G 658.3G 12% /tmp/mnt/sda3
/dev/sda4 thfsplus 2.1T 1.1T 1.1T 50% /tmp/mnt/sda4
/dev/sda5 thfsplus 2.3T 921.6M 2.3T 0% /tmp/mnt/sda5
/dev/sda6 thfsplus 2.0T 589.3G 1.4T 29% /tmp/mnt/sda6
I have to mention that, I also have a USB drive attached to the back USB port for `swap` file and `entware` (both partitions are ext4).
Using disk labels is important to me because I've noticed that when I reboot the router the device paths change between disks. It can be `sda` and `sdb`, `sdb` and `sda`, `sda` and `sdc`, etc.
Is there any way to force the router recognise the HFS volume labels? This was not happening with my `DSL-AS68U` and `asuswrt`.