jamesbond wrote: ↑Wed Jun 26, 2024 3:54 pm@pp4mnklinux, you can do it in /etc/rc.d/rc.local.
Edit the file to insert manual mount command like this:Code: Select all
mkdir -p /mnt/sdc3 mount /dev/sdc3 /mnt/sdc3
Thanks, Should I do this for each partition I wanna mount at boot?
mkdir -p /mtn/sdX
mount /dev/sdcX/mnt/sdcX
X 1,2,3...... ?? Both lines?