Page 1 of 1

Same mount point for porteus drive no matter the hardware?

Posted: 04 Sep 2017, 13:08
by LightningShock
Hello, I'm quite new to Linux in general and still wrapping my head around this awesome OS. I looked on the internet for solutions with no luck and I'm afraid that I'm gonna burst my drive in flames if I experiment by myself.

So my problem is the following: I've noticed that the mount point of the usb drive Porteus is installed on(FAT32 with save file) changes depending on the hardware I plug it in. This is causing me problems and I want a foolproof solution instead of using UUID or label adresses, weird additional mount points, or things of this sort. Usually it mounts as sdb1 but can I make it to always mount as dev/sda1?
Note: I tried nohd cheatcode however it doesn't mount my usb drive as well so Porteus doesn't start, and yes I want my hard drives to not automount.

Same mount point for porteus drive no matter the hardware?

Posted: 04 Sep 2017, 19:24
by Ed_P
LightningShock wrote:
04 Sep 2017, 13:08
This is causing me problems
What kind of problems?
but can I make it to always mount as dev/sda1?
If you remove the machine's hard drive(s). :D But I suspect you don't want to do that.

Same mount point for porteus drive no matter the hardware?

Posted: 04 Sep 2017, 21:31
by ncmprhnsbl
LightningShock wrote:
04 Sep 2017, 13:08
I want my hard drives to not automount.
cheatcode: noauto
will achieve this..
your usb will sdb1 if the machine has one hard drive, sdc1 if it has two... etc
at this time theres no (builtin) way to ignore hard drives completely and not usbs(apart from what Ed suggested) afaik
this is something that perhaps should be looked at implementing if its at all possible

Same mount point for porteus drive no matter the hardware?

Posted: 05 Sep 2017, 18:12
by LightningShock
So, I guess the only option is to make a separate mounting point for my usb drive, but how am I supposed to do that if I can't rely on fstab?