BTS

Issue1250

Title grml not automounting fstab entry
Priority bug Status resolved
Superseder Nosy List reschl
Assigned To Topics

Created on 2013-03-26.14:39:30 by reschl, last changed 2013-03-26.16:35:35 by mika.

Messages
msg4554 (view) Author: reschl Date: 2013-03-26.16:18:33
> mainly because it's (also) a rescue system where you usually don't wont such
automagic to take place

That is why i used the UUID, which is a second partition on my USB-drive and not
/dev/sdX.

> You could try mounting with boot option 'services=mountall.sh'
> Does this provide what you're searching for?

Sounds like a good solution, thanks!

regards,
Lukas
msg4553 (view) Author: mika Date: 2013-03-26.16:10:23
* Lukas Resch wrote in grml's BTS on 20130326 / 15:39:

> I added following entry to my fstab, but grml wont mount it on start up.

> UUID=da124a41-5233-49f1-954e-5c2c0d724db2 /mnt/point ext4 defaults,user,exec 0 0

> mount -a will mount it as expected. Why is it not mounted while start up?

Well, Grml doesn't claim to automount any stuff by itself (mainly
because it's (also) a rescue system where you usually don't wont
such automagic to take place). :)

You could try mounting with boot option 'services=mountall.sh'
Does this provide what you're searching for?

regards,
-mika-
msg4552 (view) Author: reschl Date: 2013-03-26.14:39:30
Hi!

I added following entry to my fstab, but grml wont mount it on start up.

UUID=da124a41-5233-49f1-954e-5c2c0d724db2 /mnt/point ext4 defaults,user,exec 0 0

mount -a will mount it as expected. Why is it not mounted while start up?

regards,
Lukas
History
Date User Action Args
2013-03-26 16:35:35mikasetstatus: chatting -> resolved
2013-03-26 16:18:33reschlsetmessages: + msg4554
2013-03-26 16:10:23mikasetstatus: unread -> chatting
messages: + msg4553
2013-03-26 14:39:30reschlcreate