sabot105mm
Regular Contributor
my drive keeps changing mount points from ada2 to adb2 etc how do i force it to mount to a fixed mount point
Give it a name.
host # mount -U a1331d73-d640-4bac-97b4-cf33a375ae5b /directory/you/mount/this/disk/on
and you could instruct your system to mount this partition by UUID from within the fstab, as well. It works basically the same way that the LABEL keyword does:
host # cat /etc/fstab
...
UUID=a1331d73-d640-4bac-97b4-cf33a375ae5b /directory/you/mount/this/disk/on ext3fs defaults 1 1
We use essential cookies to make this site work, and optional cookies to enhance your experience.