* Rainer Dorsch [20-01/18=Sa 23:38 +0100]:
> ls: cannot access '/home/spatzen/Ablage/': Too many levels of symbolic links
Whenever I've seen this, it's been because some symlink is referring
(possibly indirectly) to itself. So
find ~/Ablage -type l
could be used to find all symlinks, and
fin
On Sat, 05 Mar 2016 20:57:40 +0100
Sven Arvidsson wrote:
> > always /media/label when automounted.
>
> Not using udisks2, or maybe you have entries in /etc/fstab?
Same behaviour for me, nothing in /etc/fstab but I remember I had to modify
something to get that behaviour.
Cheers,
Ron.
--
On Sat, 2016-03-05 at 11:28 +, Lisi Reisz wrote:
> I ask because I have _never_ seen it. I have also never used GNOME
> except on
> live CDs and, very occasionally, other people's computers. But it
> is
> always /media/label when automounted.
Not using udisks2, or maybe you have entries in
On Fri, 2016-03-04 at 14:42 -0300, Renaud OLGIATI wrote:
> Would a kind soul remind me the invocation needed to have removable
> drives automount to /media/label instead of /media/user/label ?
See https://wiki.archlinux.org/index.php/udisks#Mount_to_.2Fmedia_.28udisks2.29
Not sure why /media/user
On 05/03/16 06:28 AM, Lisi Reisz wrote:
On Saturday 05 March 2016 10:39:13 Renaud OLGIATI wrote:
On Sat, 5 Mar 2016 09:31:26 +
Lisi Reisz wrote:
Would a kind soul remind me the invocation needed to have removable
drives automount to /media/label instead of /media/user/label ?
Is this a
On Sat 05 Mar 2016 at 07:39:13 -0300, Renaud OLGIATI wrote:
> On Sat, 5 Mar 2016 09:31:26 +
> Lisi Reisz wrote:
>
> > > > Would a kind soul remind me the invocation needed to have removable
> > > > drives automount to /media/label instead of /media/user/label ?
>
> > > Is this a GNOME probl
On Saturday 05 March 2016 10:39:13 Renaud OLGIATI wrote:
> On Sat, 5 Mar 2016 09:31:26 +
>
> Lisi Reisz wrote:
> > > > Would a kind soul remind me the invocation needed to have removable
> > > > drives automount to /media/label instead of /media/user/label ?
> > >
> > > Is this a GNOME proble
On Sat, 5 Mar 2016 09:31:26 +
Lisi Reisz wrote:
> > > Would a kind soul remind me the invocation needed to have removable
> > > drives automount to /media/label instead of /media/user/label ?
> > Is this a GNOME problem??
> Or a systemd one?
Neither; non-systemd jessie, with XFCE.
I remem
On Saturday 05 March 2016 09:23:03 Lisi Reisz wrote:
> On Friday 04 March 2016 17:42:15 Renaud OLGIATI wrote:
> > Would a kind soul remind me the invocation needed to have removable
> > drives automount to /media/label instead of /media/user/label ?
> >
> > TIA
> >
> > Cheers,
> >
> > Ron.
>
> Is
On Friday 04 March 2016 17:42:15 Renaud OLGIATI wrote:
> Would a kind soul remind me the invocation needed to have removable drives
> automount to /media/label instead of /media/user/label ?
>
> TIA
>
> Cheers,
>
> Ron.
Is this a GNOME problem??
Lisi
On 04/03/16 12:42 PM, Renaud (Ron) OLGIATI wrote:
Would a kind soul remind me the invocation needed to have removable drives
automount to /media/label instead of /media/user/label ?
TIA
Cheers,
Ron.
I believe that if you have the drive identified in /etc/fstab to mount
where you want i
On Mon, 2016-01-11 at 10:01 -0300, Renaud OLGIATI wrote:
> Thanks, but I am not completely clear:
> Does this mean replace UDISKS_SYSTEM with UDISKS_SYSTEM_INTERNAL
> in the /etc/udev/rules.d/10-esata.rules ?
>
> I tried that, but it still does not work ;-3(
I thought it would, but it's possi
On Mon, 11 Jan 2016 13:35:40 +0100
Sven Arvidsson wrote:
> > Another way is marking the SATA port as external:
> > https://wiki.archlinux.org/index.php/udev#Mark_internal_SATA_ports_as
> > _eSATA
> Looks like this was changed between versions and is
> UDISKS_SYSTEM_INTERNAL in the version in wh
On Mon, 2016-01-11 at 11:31 +0100, Sven Arvidsson wrote:
> Another way is marking the SATA port as external:
> https://wiki.archlinux.org/index.php/udev#Mark_internal_SATA_ports_as
> _eSATA
Looks like this was changed between versions and is
UDISKS_SYSTEM_INTERNAL in the version in wheezy.
--
Ch
On Monday 11 January 2016 08:17:12 you wrote:
> > You can also add a x-systemd.automount option in /etc/fstab
> > See systemd.mount(5) for details
>
> Thanks; forgot to mention: Wheezy, no systemd.
On wheezy, you can try with udisk-glue.
HTH
--
https://github.com/dod38fr/ -o- http://search.c
On Mon, 2016-01-11 at 08:15 -0300, Renaud OLGIATI wrote:
> Thanks; forgot to mention: No systemd, Wheezy.
Wheezy would have udev and udisks so I think something similar should
be possible.
And I think the user flag isn't necessarily a systemd thing.
(Sorry for the vague answers, no wheezy system
On Mon, 11 Jan 2016 11:31:24 +0100
Sven Arvidsson wrote:
> Another way is marking the SATA port as external:
> https://wiki.archlinux.org/index.php/udev#Mark_internal_SATA_ports_as_eSATA
Tried this already, it does not work.
Would it be systemd dependent ?
Cheers,
Ron.
--
If any
On Mon, 11 Jan 2016 11:31:24 +0100
Sven Arvidsson wrote:
> > I have added an external Sata port on my box.
> > When I hot-plug a Sata HD into it it appears in dmesg as /dev/sdi1
> > How can I get the system to auto-mount whatever Sata HD I plug into
> > it to /media/eSata/ and this without havin
On Mon, 11 Jan 2016 11:53:28 +0100
Dominique Dumont wrote:
> > The simplest way is probably by adding it with the user flag in
> > /etc/fstab (and any other flags systemd needs to boot without it
> > present)
> You can also add a x-systemd.automount option in /etc/fstab
> See systemd.mount(5)
On Monday 11 January 2016 11:31:24 Sven Arvidsson wrote:
> The simplest way is probably by adding it with the user flag in
> /etc/fstab (and any other flags systemd needs to boot without it
> present)
You can also add a x-systemd.automount option in /etc/fstab
See systemd.mount(5) for details
HT
On Sat, 2016-01-09 at 18:42 -0300, Renaud OLGIATI wrote:
> I have added an external Sata port on my box.
>
> When I hot-plug a Sata HD into it it appears in dmesg as /dev/sdi1
>
> How can I get the system to auto-mount whatever Sata HD I plug into
> it to /media/eSata/ and this without having to
On 19/05/11 13:30, Matt Harrison wrote:
I recently did a base install and then installed a handful of packages
to get myself X and Openbox running on my system using XFE for my file
manager. I am running into an issue where when I plug my external
(NTFS) hard drive in to my machine, it is not au
On Thu, May 19, 2011 at 08:30:04AM -0400, Matt Harrison wrote:
> I recently did a base install and then installed a handful of packages
> to get myself X and Openbox running on my system using XFE for my file
> manager. I am running into an issue where when I plug my external
> (NTFS) hard drive i
On Thu 19 May 2011 at 08:30:04 -0400, Matt Harrison wrote:
> Is there a volume manager I can install outside of the DE environment
> to get this working again? I have been searching for a couple of days
> now but I have not found anything yet.
autofs has been mentioned. There is also thunar-volm
On Thu, May 19, 2011 at 7:10 AM, Camaleón wrote:
> On Thu, 19 May 2011 08:30:04 -0400, Matt Harrison wrote:
>
> (...)
>
>> Is there a volume manager I can install outside of the DE environment to
>> get this working again? I have been searching for a couple of days now
>> but I have not found any
On Thu, 19 May 2011 08:30:04 -0400, Matt Harrison wrote:
(...)
> Is there a volume manager I can install outside of the DE environment to
> get this working again? I have been searching for a couple of days now
> but I have not found anything yet.
If you don't want to manually deal with udev an
On Thu, May 13, 2010 at 09:41:50PM -0700, Marc Shapiro wrote:
> The map files specify what the mount point names will be. If you added the
> lines to the map files then you should know what the mount points are.
> Additionally, if you set it up so that all the mount points are under
> /mnt the
> From: Chris Bannister
> To: debian-user@lists.debian.org
>
Sent: Wed, May 12, 2010 2:55:18 AM
> Subject: Re: Automounting
problems.
>
> On Tue, May 11, 2010 at 10:54:47PM -0700,
Marc Shapiro wrote:
> I am now
> slapping myself on the
head for being so STUPID! Au
On Wed, May 12, 2010 at 01:30:40PM -0700, Bob McGowan wrote:
> On 05/12/2010 02:55 AM, Chris Bannister wrote:
> > On Tue, May 11, 2010 at 10:54:47PM -0700, Marc Shapiro wrote:
> >> I am now slapping myself on the head for being so STUPID! Automount is
> >> working just fine, and has been all alon
On Wed, May 12, 2010 at 01:30:40PM -0700, Bob McGowan wrote:
> On 05/12/2010 02:55 AM, Chris Bannister wrote:
> > On Tue, May 11, 2010 at 10:54:47PM -0700, Marc Shapiro wrote:
> >> I am now slapping myself on the head for being so STUPID! Automount is
> >> working just fine, and has been all alon
On 05/12/2010 02:55 AM, Chris Bannister wrote:
> On Tue, May 11, 2010 at 10:54:47PM -0700, Marc Shapiro wrote:
>> I am now slapping myself on the head for being so STUPID! Automount is
>> working just fine, and has been all along. Automount does its thing as
>> soon as a device is ACCESSED, not
On Tue, May 11, 2010 at 10:54:47PM -0700, Marc Shapiro wrote:
> I am now slapping myself on the head for being so STUPID! Automount is
> working just fine, and has been all along. Automount does its thing as
> soon as a device is ACCESSED, not plugged in. I was plugging the flash
> drives in
I am now slapping myself on the head for being so STUPID! Automount is
working just fine, and has been all along. Automount does its thing as
soon as a device is ACCESSED, not plugged in. I was plugging the flash
drives in and looking in /mnt to see if they were showing up. The
weren't. Th
On Tue, Sep 30, 2008 at 22:50:33 +0200, Hans Ekbrand wrote:
> On Tue, Sep 30, 2008 at 10:37:29AM -0500, Ron Johnson wrote:
> > On 09/30/08 10:08, Hans Ekbrand wrote:
> > >Hi fellow debian-user(s)
> > >
> > >My problem concerns auto-mounting of removable media on multi-user systems.
> > >
> > >What
On Tue, Sep 30, 2008 at 10:37:29AM -0500, Ron Johnson wrote:
Content-Description: original message before SpamAssassin
> Date: Tue, 30 Sep 2008 10:37:29 -0500
> From: Ron Johnson <[EMAIL PROTECTED]>
> To: debian-user@lists.debian.org
> Subject: Re: automounting removable dr
Spam detection software, running on the system "haggis.homelan", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system
On Saturday 23 August 2008 17:07, John O Laoi wrote:
> Thanks to everyone.
>
> Problem solved.
>
> Yes, I misunderstood "fdisk -l". I assumed that it would list
>
> the CD partition also.
I think that CD's don't have partitions. You mean filesystem.
>
> I never even tried to mount the CD, as I tho
On Wed,20.Aug.08, 21:43:30, John O Laoi wrote:
> Hi,
>
> I want to set up automounting on my etch system, which is using XFCE4.
>
> Basically, I want my CDs and flash devices to automount when I insert them.
>
>
> I have done some googeling, and it seems that I need to use Thunar's volume
> ma
John O Laoi wrote:
>
> I've tried some of these solutions.
>
> However, when I insert a CD say, and run
>
> # fdisk -l
>
> it does not even see the CD volume,
>
> so there is no device to mount.
>
>
> What could be causing that?
Hi John,
I'm pretty sure 'fdisk -l' only lists hard disk part
John O Laoi wrote:
>
>
> Thanks for the help.
>
>
> I am having problems installing the package thunar-volman.
>
> This is a package management problem, at which I am no expert!
>
>
> The package is not available on etch, but is on the list of packages for
> sid:
>
> http://packages.debian.
On Thu, Aug 21, 2008 at 07:22:46AM +0100, John O Laoi wrote:
> Thanks for the help.
I've looked into this a bit more. You're running etch. etch's thunar
does not depend on, and probably can't use
thunar-volman. http://packages.debian.org/etch/thunar tells us that it
suggests hal and pmount. This i
Andrew Sackville-West wrote:
> On Wed, Aug 20, 2008 at 09:43:30PM +0100, John O Laoi wrote:
>> Hi,
>>
>> I want to set up automounting on my etch system, which is using XFCE4.
>>
>> Basically, I want my CDs and flash devices to automount when I insert them.
>>
>>
>> I have done some googeling, and
On Wed, Aug 20, 2008 at 09:43:30PM +0100, John O Laoi wrote:
> Hi,
>
> I want to set up automounting on my etch system, which is using XFCE4.
>
> Basically, I want my CDs and flash devices to automount when I insert them.
>
>
> I have done some googeling, and it seems that I need to use Thunar
On Sat, May 17, 2008 at 10:44:12AM -0400, Frank McCormick wrote:
>
> Running Sid/Lenny and I don't use Gnome, so I am looking for the BEST
> automounting system, one that will mount a CD or DVD when I insert the
> disk. I have tried pmount but for some reason it doesn't work for me.
> Suggesti
On Fri, Apr 18, 2008 at 04:39:03PM +0100, John Talbut wrote:
> I have a small home network with nfs set up so that the computers can share
> files. Commonly only one of the computers is running, particularly at
> first. I would like the running computer(s) to automount the nfs shares
> from th
Cassiano Bertol Leal wrote:
> Also, would gnome-mount be a requirement for the kind of behaviour I am
> expecting? I didn't have the chance to check if I do have it installed,
> but it seems that it's not a dependency of gnome-volume-manager, so I
> might not have it.
I don't have gnome-mount inst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Bob Proulx escreveu:
> Cassiano Bertol Leal wrote:
>> Ron Johnson escreveu:
>>> Have you run "tail -n40 -f /var/log/syslog" while plugging in the pen
>>> drives? Or is that what you mean by "it will load the drivers and
>>> assign a /dev/sd* node"?
>>
Cassiano Bertol Leal wrote:
> Ron Johnson escreveu:
> > Have you run "tail -n40 -f /var/log/syslog" while plugging in the pen
> > drives? Or is that what you mean by "it will load the drivers and
> > assign a /dev/sd* node"?
>
> I will have a look at syslog when I get back home. I have monitored
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ron Johnson escreveu:
> On 07/02/07 09:35, Cassiano Bertol Leal wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Hi
>>
>> I have been having problems with automounting USB drives in GNOME. It
>> used to work flawlessly, but suddenly sto
On 07/02/07 09:35, Cassiano Bertol Leal wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
I have been having problems with automounting USB drives in GNOME. It
used to work flawlessly, but suddenly stopped (I know that 'suddenly
stopped' is a bit too vague, but that's what I've got...).
On Wed, Oct 04, 2006 at 21:37:23 +0200, Bernd Kloss wrote:
> Hello,
> I read the thread contributed by Florian e.al..
> I have the same/similar problem (etch/KDE3.5.4)
> Plugging in USB-device the automounter pops up with tree options:
> open in new window
> play with kaffeine
> do nothing
>
> Ch
Am Mittwoch, 4. Oktober 2006 21:55 schrieb Andrei Popescu:
> Bernd Kloss <[EMAIL PROTECTED]> wrote:
> > What can I do to let every user read its USB-stick?
> > Thank You!
>
> I'm guessing you need to add the users to the plugdev group. From a
> root console you need to do:
>
> #adduser myusername p
On Wednesday 04 October 2006 13:37, Bernd Kloss wrote:
> Hello,
> I read the thread contributed by Florian e.al..
> I have the same/similar problem (etch/KDE3.5.4)
> Plugging in USB-device the automounter pops up with tree options:
> open in new window
> play with kaffeine
> do nothing
>
> Choosin
Bernd Kloss <[EMAIL PROTECTED]> wrote:
> What can I do to let every user read its USB-stick?
> Thank You!
I'm guessing you need to add the users to the plugdev group. From a
root console you need to do:
#adduser myusername plugdev
HTH
Andrei
--
If you can't explain it simply, you don't underst
Indraveni wrote:
Hi All,
We are creating one Linux distribution based on
debian. Our distro is ready but the problem is : the
auto-mounting of the CD is not working. We need to
mount it externally. Which package we need to modify
in order to make our distro auto mount the CD.
Thankyou for any
Am Thu, 1 Jul 2004 11:25:43 -0500 (CDT) schrieb Cheryl Homiak <[EMAIL PROTECTED]> :
> So what do I do to get the module to load and autofs to be running without
> having to do it manually?thanks.
put "autofs4" on a new line in your /etc/modules. This loads it at boot time and is
probably all y
On Thu, 2004-07-01 at 08:56, Cheryl Homiak wrote:
> I want to be able to have my floppy and cdrom automount. I have enabled
> automount support in the kernel and have installed autofs. I have looked
> at and tried to follow the information in the autofs man page, the
> automount minihowto, http:
On Thu, 1 Jul 2004, Cheryl Homiak wrote:
> Ok, I sort of have automounting working. I'm using it with kernel 2.6.7,
> compiled in as a module and with the autofs package installed. However,
...
> So what do I do to get the module to load and autofs to be running without
> having to do it man
Ok, I sort of have automounting working. I'm using it with kernel 2.6.7,
compiled in as a module and with the autofs package installed. However,
even though during my bootup messages I get
starting automounter: /var/autofs/misc
and even though there's a probe line for it in /etc/modutils/autofs,
> cdrom is /dev/hdd and is what i want to automount at this point along with
> /dev/fd0. Where would /media have come from?
From discover, I think. I have it too, and at some point I answered "yes" to
a question to the effect of "do you want discover to manage your CD-ROM
symlinks for you auto
No, I wasn't automounting as root either; had already checked that. my
/etc/fstab is ok; tried putting in kudzu and it made no difference. Read
in
the README.debian for autofs that I needed to compile the kernel with
autofs support as a module; I did this but even though I see a "probe"
line f
On Wed, 30 Jun 2004, Cheryl Homiak wrote:
> I want to be able to have my floppy and cdrom automount. I have enabled
> automount support in the kernel and have installed autofs. I have looked
> at and tried to follow the information in the autofs man page, the
> automount minihowto, http://en.
Cheryl Homiak wrote:
I want to be able to have my floppy and cdrom automount. I have
enabled automount support in the kernel and have installed autofs. I
have looked at and tried to follow the information in the autofs man
page, the automount minihowto,
http://en.tldp.org/HOWTO/mini/automount.h
Mauricio wrote:
> which is currently a nis client of a Solaris 8 box. I would also
> like to be able to use, say, autofs to mount user partitions in the
> debian box. How to do that? I did not go very far besides
> installing the package (as in apt-get install autofs)
That is enough for host
* 030130 15:29 Jason Pepas <[EMAIL PROTECTED]>:
> On Wednesday 29 January 2003 01:41 pm, Johan Svedberg wrote:
> > Hi, everybody!
> >
> > I'm having some problems automounting Windows shares from my Debian
> > GNU/Linux system running unstable. However, mounting it manually with:
>
> 2 things:
>
On Wednesday 29 January 2003 01:41 pm, Johan Svedberg wrote:
> Hi, everybody!
>
> I'm having some problems automounting Windows shares from my Debian
> GNU/Linux system running unstable. However, mounting it manually with:
2 things:
1: From what you posted it appears you are trying to automount t
Hi.
Try specifying as much information as you can in the auto.misc file (in your
case auto.nisse). In my file I have the following:
betoshare
-fstype=smb,user,workgroup=,username=ronald,password="password(with
quotes)" ://192.168.0.2/shared
Good luck!
Ronald
On Wednesday 29 Janu
> Hi All,
> I'm trying to set up a small network and I'll be using NIS and NFS for
> home directories.
>
> I was wondering if it's possible to only mount a user's home directory
> when he tries to log in. This way I'll only have one home directory
> mounted on the box at a time and I can avoid put
hi andrew
normally... you want /home to be automounted so that
your home directory and look and feel is the same on
any machine you login on...
where you should put /home is a separate issue
/home
/export/home
/where_ever/home
where these paths are defined in yo
hi ya Nils
http://www.linux-consulting.com/Amd_AutoFS/autofs-HOWTO.html
have fun
alvin
> --4LwthZj+AV2mq5CX
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: quoted-printable
>
> On Mon, Sep 06, 1999 at 09:21:25PM -0400, Alec Smith wrote:
> > I've got a Debian 2.2 machi
On Mon, Sep 06, 1999 at 09:21:25PM -0400, Alec Smith wrote:
> I've got a Debian 2.2 machine running Samba 2.0.5a that I'd like to share
> a CD-ROM drive from. Basically I'd like to have the CD-ROM mount and
> unmount before and after usage. So far I can get the drive to mount
> automatically using
71 matches
Mail list logo