i have two usb sticks: one for entware in the usb-2 port, and one for data in the usb-3 port.
labelling the data stick with tune2fs -L worked out fine, but labelling the entware stick keeps breaking entware because whatever label i choose, a (1) gets appended to it at mount,
according to blkid the entware stick carries the label "dope":
/dev/sdc1: LABEL="dope" UUID="627423c9-bc0d-4237-b4c2-d7e4b4597d58"
/dev/sda: LABEL="rope" UUID="553067b7-fb0c-e5fa-5453-57b62e4f2136"
but according to the mount point, the (wrong) label is "dope(1)":
ls -l /tmp/mnt
drwxrwxrwx 5 adm1n root 4096 Mar 15 18:56 dope(1)
drwxrwxrwx 11 adm1n root 4096 Aug 1 2015 rope
can anyone please help me get rid of that "(1)" ?
labelling the data stick with tune2fs -L worked out fine, but labelling the entware stick keeps breaking entware because whatever label i choose, a (1) gets appended to it at mount,
according to blkid the entware stick carries the label "dope":
/dev/sdc1: LABEL="dope" UUID="627423c9-bc0d-4237-b4c2-d7e4b4597d58"
/dev/sda: LABEL="rope" UUID="553067b7-fb0c-e5fa-5453-57b62e4f2136"
but according to the mount point, the (wrong) label is "dope(1)":
ls -l /tmp/mnt
drwxrwxrwx 5 adm1n root 4096 Mar 15 18:56 dope(1)
drwxrwxrwx 11 adm1n root 4096 Aug 1 2015 rope
can anyone please help me get rid of that "(1)" ?