i have below entries in /etc/fstab
both are mounting in desired place when unmounted and mounted again via web interface
but after reboot only sdb1 is mounting in /opt
sdb2 is not mounting at /tmp/mnt/usb, instead it is mounting at /tmp/mnt/sdb2
what could be wrong with it?
i've changed labels with e2label command as below:
sdb1 = opt
sdb2 = usb
now after reboot, system mounted sdb2 at desired...
usb partitions not mounting in desired locations
Code:
/dev/sdb1 /opt ext2 rw,noatime 1 1 /dev/sdb2 /tmp/mnt/usb ext2 rw,noatime 1 1
but after reboot only sdb1 is mounting in /opt
sdb2 is not mounting at /tmp/mnt/usb, instead it is mounting at /tmp/mnt/sdb2
what could be wrong with it?
i've changed labels with e2label command as below:
sdb1 = opt
sdb2 = usb
now after reboot, system mounted sdb2 at desired...
usb partitions not mounting in desired locations