knubbze
Occasional Visitor
I am experiencing an annoying and seemingly random problem with my AC68P running Merlin's AsusWRT 378.55 (but the problem has persisted with every version that I've run so far).
The issue is that the USB HDD connected to the USB 2.0 port is sometimes mounted with '(1)' appended to the disk label. This results in my Entware setup not working due to the paths not being as specified in the configuration files.
Here is the output of 'df' in the shell:
I've been investigating this issue and trying to figure out what's going on, and it appears that during the boot process, this HDD is first mounted at /dev/sda1 as tmp/mnt/2TB, and then for some reason, it is unmounted and remounted at /dev/sdc1 as tmp/mnt/2TB(1). For example, if I log into the router via SSH and type 'df' as soon as the router has come online after a reboot, the HDD is correctly mounted as '2TB' (at /dev/sda1), but then if I wait a small while and type 'df' again, the HDD has not been remounted as '2TB(1)' at /dev/sdc1.
The syslog also shows information on this, but I am unable to understand most of what it reports. I have uploaded it here: http://pastebin.com/EwVwtQrQ
I have another drive connected to the USB 3.0 port, which is always mounted correctly.
The issue is that the USB HDD connected to the USB 2.0 port is sometimes mounted with '(1)' appended to the disk label. This results in my Entware setup not working due to the paths not being as specified in the configuration files.
Here is the output of 'df' in the shell:
Code:
/dev/sdc1 1953512444 1582981860 370530584 81% /tmp/mnt/2TB(1)
I've been investigating this issue and trying to figure out what's going on, and it appears that during the boot process, this HDD is first mounted at /dev/sda1 as tmp/mnt/2TB, and then for some reason, it is unmounted and remounted at /dev/sdc1 as tmp/mnt/2TB(1). For example, if I log into the router via SSH and type 'df' as soon as the router has come online after a reboot, the HDD is correctly mounted as '2TB' (at /dev/sda1), but then if I wait a small while and type 'df' again, the HDD has not been remounted as '2TB(1)' at /dev/sdc1.
The syslog also shows information on this, but I am unable to understand most of what it reports. I have uploaded it here: http://pastebin.com/EwVwtQrQ
I have another drive connected to the USB 3.0 port, which is always mounted correctly.
Last edited: