Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] Automount USB without GVFS?  (Read 3140 times)

TabletHater

  • Guest
[EN] Automount USB without GVFS?
« 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.

arno911

  • Guest
Automount USB without GVFS?
« Reply #1 on: 2012/11/10, 11:27:20 »
you could mount it via fstab entry, use label.

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.842
Automount USB without GVFS?
« Reply #2 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

TabletHater

  • Guest
RE: Automount USB without GVFS?
« Reply #3 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?

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.939
RE: Automount USB without GVFS?
« Reply #4 on: 2012/11/11, 09:36:29 »
Why to hell should boot run a script in /usr/local/bin?
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

TabletHater

  • Guest
RE: Automount USB without GVFS?
« Reply #5 on: 2012/11/11, 09:48:59 »
No idea! Have found that googling.

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.842
RE: Automount USB without GVFS?
« Reply #6 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

TabletHater

  • Guest
RE: Automount USB without GVFS?
« Reply #7 on: 2012/11/11, 10:23:20 »
Thanks.