Siduction Forum

Siduction Forum => Software - Support => Topic started by: TabletHater on 2012/11/09, 20:11:11

Title: Automount USB without GVFS?
Post by: TabletHater on 2012/11/09, 20:11:11
To automount USB drive at boot time, I've put in /usr/local/bin/ this:

Quote#! /bin/bash
mount -t ext4 /dev/sdb1 /media/Backup

But it doesn't work. Only after the boot I can run it manually (calling from the Obmenu) and succesfully mount the USB drive. Any guidance?

By the way, am on Lubuntu now, after borking Siduction (probably because of Compton), but will be back with the Razor-Qt release.
Title: Automount USB without GVFS?
Post by: arno911 on 2012/11/10, 11:27:20
you could mount it via fstab entry, use label.
Title: Automount USB without GVFS?
Post by: devil on 2012/11/10, 11:40:54
USB-devices get automounted in Razor-qt. Make sure, that the devices manager is working in the panel.

greetz
devil
Title: RE: Automount USB without GVFS?
Post by: TabletHater on 2012/11/11, 09:31:12
Thanks for replies. (Haven't been notified vie email.)

Last time (a couple of weeks ago) I've tried Razor-qt it hasn't worked, but what I'd really like to have is a Qt-only Openbox system. So I remove all Razor things and use just Openbox.

Anyway I can live with the current glitch if fstab approach doesn't work well.

On a side note, when will Razor-qt edition be released?
Title: RE: Automount USB without GVFS?
Post by: towo on 2012/11/11, 09:36:29
Why to hell should boot run a script in /usr/local/bin?
Title: RE: Automount USB without GVFS?
Post by: TabletHater on 2012/11/11, 09:48:59
No idea! Have found that googling.
Title: RE: Automount USB without GVFS?
Post by: devil on 2012/11/11, 10:22:32
Quote
On a side note, when will Razor-qt edition be released?
Razor-qt will be released with our upcoming release cycle. Working on it, should not be long.

greetz
devil
Title: RE: Automount USB without GVFS?
Post by: TabletHater on 2012/11/11, 10:23:20
Thanks.