Mailinglist Archive: opensuse (3513 mails)
< Previous | Next > |
Re: [opensuse] How to Mount External Drives Manually?
- From: Josef Wolf <jw@xxxxxxxxxxxxx>
- Date: Tue, 13 Jan 2009 22:16:18 +0100
- Message-id: <20090113211618.GD11828@xxxxxxxxxxxxxx>
On Tue, Jan 13, 2009 at 04:56:29PM +0200, auxsvr@xxxxxxxxx wrote:
This is all one line, right?
In which file should this go?
Somewhere in the /etc/hal/fdi hierarchy?
This looks like it sends a command to the desktop to do the mount, so
it depends on an installed desktop?
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
I use the following for my backup disk:
UDI="/org/freedesktop/Hal/devices/volume_uuid_[UUID]"
dbus-send --system --print-reply --dest=org.freedesktop.Hal $UDI \
org.freedesktop.Hal.Device.Volume.Mount string:mount_point=[MOUNT
POINT] string:fstype=ext3 array:string:extra_options=""
This is all one line, right?
In which file should this go?
Somewhere in the /etc/hal/fdi hierarchy?
This looks like it sends a command to the desktop to do the mount, so
it depends on an installed desktop?
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
< Previous | Next > |