public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] fully automount usb stick
@ 2014-04-30 15:43 Kfir Lavi
  2014-04-30 23:18 ` [gentoo-user] " James
  2014-05-01  8:58 ` [gentoo-user] " Neil Bothwick
  0 siblings, 2 replies; 5+ messages in thread
From: Kfir Lavi @ 2014-04-30 15:43 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

Hi,

autofs require me to supply UUID of the partition, but I need it fully
automatic, without user intervention.
I need to implement a generic mounting of usb drive.
Maybe putting icon on xfce4 desktop.
Is there a quick way or package that can do that?

Regards,
Kfir

[-- Attachment #2: Type: text/html, Size: 417 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-user] Re: fully automount usb stick
  2014-04-30 15:43 [gentoo-user] fully automount usb stick Kfir Lavi
@ 2014-04-30 23:18 ` James
  2014-05-01  7:38   ` Kfir Lavi
  2014-05-01  8:58 ` [gentoo-user] " Neil Bothwick
  1 sibling, 1 reply; 5+ messages in thread
From: James @ 2014-04-30 23:18 UTC (permalink / raw
  To: gentoo-user

Kfir Lavi <lavi.kfir <at> gmail.com> writes:


> autofs require me to supply UUID of the partition, but I need it fully   
> automatic, without user intervention.I need to implement a generic 
> mounting of usb drive.

http://wiki.gentoo.org/wiki/AutoFS

https://wiki.archlinux.org/index.php/USB_Storage_Devices


> Is there a quick way or package that can do that?

sys-fs/udisks

???


hth,
James



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Re: fully automount usb stick
  2014-04-30 23:18 ` [gentoo-user] " James
@ 2014-05-01  7:38   ` Kfir Lavi
  2014-05-01 13:43     ` Jc García
  0 siblings, 1 reply; 5+ messages in thread
From: Kfir Lavi @ 2014-05-01  7:38 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 728 bytes --]

On Thu, May 1, 2014 at 2:18 AM, James <wireless@tampabay.rr.com> wrote:

> Kfir Lavi <lavi.kfir <at> gmail.com> writes:
>
>
> > autofs require me to supply UUID of the partition, but I need it fully
> > automatic, without user intervention.I need to implement a generic
> > mounting of usb drive.
>
> http://wiki.gentoo.org/wiki/AutoFS
>
> https://wiki.archlinux.org/index.php/USB_Storage_Devices
>
>
> > Is there a quick way or package that can do that?
>
> sys-fs/udisks
>
> ???
>
>
> hth,
> James
>
>
> I don't understand from your links how to mount a usb drive without any
setup?!
autofs requires uuid.
usbdisk - I don't understand how it will help me automount or auto discover
a usb drive.
Can you explain?

Thanks,
Kfir

[-- Attachment #2: Type: text/html, Size: 1571 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] fully automount usb stick
  2014-04-30 15:43 [gentoo-user] fully automount usb stick Kfir Lavi
  2014-04-30 23:18 ` [gentoo-user] " James
@ 2014-05-01  8:58 ` Neil Bothwick
  1 sibling, 0 replies; 5+ messages in thread
From: Neil Bothwick @ 2014-05-01  8:58 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 510 bytes --]

On Wed, 30 Apr 2014 18:43:56 +0300, Kfir Lavi wrote:

> I need to implement a generic mounting of usb drive.
> Maybe putting icon on xfce4 desktop.
> Is there a quick way or package that can do that?

I'm not familiar with XFCE but there is probably an automounter package
for either the desktop or the file manager.

eix -c -A xfce | grep mount

For a generic solution, try sys-apps/uam


-- 
Neil Bothwick

Walking on water and writing software to specification is easy if they're
frozen.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Re: fully automount usb stick
  2014-05-01  7:38   ` Kfir Lavi
@ 2014-05-01 13:43     ` Jc García
  0 siblings, 0 replies; 5+ messages in thread
From: Jc García @ 2014-05-01 13:43 UTC (permalink / raw
  To: gentoo-user

2014-05-01 1:38 GMT-06:00 Kfir Lavi <lavi.kfir@gmail.com>:
>
>
>
> On Thu, May 1, 2014 at 2:18 AM, James <wireless@tampabay.rr.com> wrote:
>>
>> Kfir Lavi <lavi.kfir <at> gmail.com> writes:
>>
>>
>> > autofs require me to supply UUID of the partition, but I need it fully
>> > automatic, without user intervention.I need to implement a generic
>> > mounting of usb drive.
>>
>> http://wiki.gentoo.org/wiki/AutoFS
>>
>> https://wiki.archlinux.org/index.php/USB_Storage_Devices
>>
>>
>> > Is there a quick way or package that can do that?
>>
>> sys-fs/udisks
>>
>> ???
>>
>>
>> hth,
>> James
>>
>>
> I don't understand from your links how to mount a usb drive without any
> setup?!
> autofs requires uuid.
> usbdisk - I don't understand how it will help me automount or auto discover
> a usb drive.
> Can you explain?
>
> Thanks,
> Kfir

I think what you want if using xfce is 'xfce-extra/thunar-volman'
(http://goodies.xfce.org/projects/thunar-plugins/thunar-volman), it
provides handling(not only automount) for removable devices from
thunar, and is configurable with clicks.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-05-01 13:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-30 15:43 [gentoo-user] fully automount usb stick Kfir Lavi
2014-04-30 23:18 ` [gentoo-user] " James
2014-05-01  7:38   ` Kfir Lavi
2014-05-01 13:43     ` Jc García
2014-05-01  8:58 ` [gentoo-user] " Neil Bothwick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox