Re: [opensuse] Ugly names for disks
On 10/04/13 22:03, Basil Chupin wrote:
Well, what do you know...a coincidence or what? :-)
Today there happens to be a new moon and I just applied the "fix" which Patrick provided to have USB devices when connected to mount in /media -- and the fix also works in udisks2 :-) .
Slightly tangential, but since somebody's actively fixing things in this department, could you take a look at a related bug I raised a few weeks ago? On openSUSE 12.2, following some online update a while back (I think related to udisks but I may be wrong), a USB hard drive I have listed in the fstab no longer gets mounted at the location I specified and instead finds itself at /run/media/[username]/[device name]. I raised the issue on the forums (https://forums.opensuse.org/english/get-technical-help-here/applications/483...) and according to a couple of folk there this is a bug / regression that should be raised as such, since what is specified in the fstab should never be overridden by desktop settings. I opened a bug report last month but so far no response at all, and I've not seen any fix come through in the updates (haven't checked for a few days). Here's the bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=809805 This bug occurs on a 12.2 machine running xfce with the device set to automount. On my laptop with 12.3 and KDE, I have the same device in my fstab but set to noauto, and when I plug it in I can access it at the location specified in fstab. Whether that's a fix in 12.3 or a difference in KDE's handling I'm not sure. Cheers, Peter -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
* Peter <gumb@linuxmail.org> [04-10-13 09:13]:
On 10/04/13 22:03, Basil Chupin wrote:
Well, what do you know...a coincidence or what? :-)
Today there happens to be a new moon and I just applied the "fix" which Patrick provided to have USB devices when connected to mount in > /media -- and the fix also works in udisks2 :-) .
Slightly tangential, but since somebody's actively fixing things in this department, could you take a look at a related bug I raised a few weeks ago?
On openSUSE 12.2, following some online update a while back (I think related to udisks but I may be wrong), a USB hard drive I have listed in the fstab no longer gets mounted at the location I specified and instead finds itself at /run/media/[username]/[device name].
I created: /etc/udev/rules.d/99-correct-media-mount-point.rules including: ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{UDISKS_FILESYSTEM_SHARED}="1" that's a one liner and it works-for-me on 12.3 :^) BUT: This concerns devices not listed in fstab. I have a usb3 drive shared via nfs that is in fstab and it has/did not change(d). Have you tried using "yast disk" to reassign it's mountpoint in fstab? -- (paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 http://en.opensuse.org openSUSE Community Member Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Patrick Shanahan said the following on 04/10/2013 09:35 AM:
I created:
/etc/udev/rules.d/99-correct-media-mount-point.rules including: ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{UDISKS_FILESYSTEM_SHARED}="1"
that's a one liner
and it works-for-me on 12.3 :^)
And for me for both 12.3 and another machine running 12.2 -- Friends help you move. Real friends help you move bodies. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 10/04/13 23:14, Peter wrote:
On 10/04/13 22:03, Basil Chupin wrote:
Well, what do you know...a coincidence or what? :-)
Today there happens to be a new moon and I just applied the "fix" which Patrick provided to have USB devices when connected to mount in > /media -- and the fix also works in udisks2 :-) .
Slightly tangential, but since somebody's actively fixing things in this department, could you take a look at a related bug I raised a few weeks ago?
On openSUSE 12.2, following some online update a while back (I think related to udisks but I may be wrong), a USB hard drive I have listed in the fstab no longer gets mounted at the location I specified and instead finds itself at /run/media/[username]/[device name].
I raised the issue on the forums (https://forums.opensuse.org/english/get-technical-help-here/applications/483...) and according to a couple of folk there this is a bug / regression that should be raised as such, since what is specified in the fstab should never be overridden by desktop settings. I opened a bug report last month but so far no response at all, and I've not seen any fix come through in the updates (haven't checked for a few days). Here's the bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=809805
This bug occurs on a 12.2 machine running xfce with the device set to automount. On my laptop with 12.3 and KDE, I have the same device in my fstab but set to noauto, and when I plug it in I can access it at the location specified in fstab. Whether that's a fix in 12.3 or a difference in KDE's handling I'm not sure.
Cheers, Peter
See Patrick's response to your question. I have an external USB HDD and I just tried that - and it mounts in /media, but I don't have it in fstab. So, you choices are: remove the HDD from fstab and do the "fix"; or do what Patrick suggests by using YaST to give it a different mount point. BC -- Using openSUSE 12.3 x86_64 KDE 4.10.2 & kernel 3.8.6-2 on a system with- AMD FX 8-core 3.6/4.2GHz processor 16GB PC14900/1866MHz Quad Channel Corsair "Vengeance" RAM Gigabyte AMD3+ m/board; Gigabyte nVidia GTX550Ti 1GB DDR5 GPU -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Wed, Apr 10, 2013 at 9:57 AM, Basil Chupin <blchupin@iinet.net.au> wrote:
On 10/04/13 23:14, Peter wrote:
On 10/04/13 22:03, Basil Chupin wrote:
Well, what do you know...a coincidence or what? :-)
Today there happens to be a new moon and I just applied the "fix" which Patrick provided to have USB devices when connected to mount in > /media -- and the fix also works in udisks2 :-) .
Slightly tangential, but since somebody's actively fixing things in this department, could you take a look at a related bug I raised a few weeks ago?
On openSUSE 12.2, following some online update a while back (I think related to udisks but I may be wrong), a USB hard drive I have listed in the fstab no longer gets mounted at the location I specified and instead finds itself at /run/media/[username]/[device name].
I raised the issue on the forums (https://forums.opensuse.org/english/get-technical-help-here/applications/483...) and according to a couple of folk there this is a bug / regression that should be raised as such, since what is specified in the fstab should never be overridden by desktop settings. I opened a bug report last month but so far no response at all, and I've not seen any fix come through in the updates (haven't checked for a few days). Here's the bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=809805
This bug occurs on a 12.2 machine running xfce with the device set to automount. On my laptop with 12.3 and KDE, I have the same device in my fstab but set to noauto, and when I plug it in I can access it at the location specified in fstab. Whether that's a fix in 12.3 or a difference in KDE's handling I'm not sure.
Cheers, Peter
See Patrick's response to your question.Whi
I have an external USB HDD and I just tried that - and it mounts in /media, but I don't have it in fstab.
So, you choices are:
remove the HDD from fstab and do the "fix"; or
do what Patrick suggests by using YaST to give it a different mount point.
BC
You're assuming the back port of a udisks2 feature was backported to 12.2. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 11/04/13 00:01, Greg Freemyer wrote:
On Wed, Apr 10, 2013 at 9:57 AM, Basil Chupin <blchupin@iinet.net.au> wrote:
On 10/04/13 23:14, Peter wrote:
On 10/04/13 22:03, Basil Chupin wrote:
Well, what do you know...a coincidence or what? :-)
Today there happens to be a new moon and I just applied the "fix" which Patrick provided to have USB devices when connected to mount in > /media -- and the fix also works in udisks2 :-) . Slightly tangential, but since somebody's actively fixing things in this department, could you take a look at a related bug I raised a few weeks ago?
On openSUSE 12.2, following some online update a while back (I think related to udisks but I may be wrong), a USB hard drive I have listed in the fstab no longer gets mounted at the location I specified and instead finds itself at /run/media/[username]/[device name].
I raised the issue on the forums (https://forums.opensuse.org/english/get-technical-help-here/applications/483...) and according to a couple of folk there this is a bug / regression that should be raised as such, since what is specified in the fstab should never be overridden by desktop settings. I opened a bug report last month but so far no response at all, and I've not seen any fix come through in the updates (haven't checked for a few days). Here's the bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=809805
This bug occurs on a 12.2 machine running xfce with the device set to automount. On my laptop with 12.3 and KDE, I have the same device in my fstab but set to noauto, and when I plug it in I can access it at the location specified in fstab. Whether that's a fix in 12.3 or a difference in KDE's handling I'm not sure.
Cheers, Peter
See Patrick's response to your question.Whi
I have an external USB HDD and I just tried that - and it mounts in /media, but I don't have it in fstab.
So, you choices are:
remove the HDD from fstab and do the "fix"; or
do what Patrick suggests by using YaST to give it a different mount point.
BC You're assuming the back port of a udisks2 feature was backported to 12.2.
No assuming being done because this problem does not exist in 12.2 and only appeared in 12.3. And just to make sure, I just attached an USB memory stick AND an external HDD and both were mounted in /media. But your response did make me aware of what his original post was all about which is that he is talking about 12.2 where he has the USB showing in fstab. From *my* perspective the only reason why you would you would have a USB device listed in fstab is if it is always switched ON when the computer is booted. If he connects the USB when he really needs it then removing it from fstab would make it mount in /media which is what always happens in 12.2 (as I just proved). BC -- Using openSUSE 12.3 x86_64 KDE 4.10.2 & kernel 3.8.6-2 on a system with- AMD FX 8-core 3.6/4.2GHz processor 16GB PC14900/1866MHz Quad Channel Corsair "Vengeance" RAM Gigabyte AMD3+ m/board; Gigabyte nVidia GTX550Ti 1GB DDR5 GPU -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
El 10/04/13 12:10, Basil Chupin escribió: From *my* perspective the only reason why you would
you would have a USB device listed in fstab is if it is always switched ON when the computer is booted. If he connects the USB when he really needs it then removing it from fstab would make it mount in /media which is what always happens in 12.2 (as I just proved).
BC
He could also use mount it in fstab with noauto,comment=systemd.automount and the mount point will come up automatically when needed ("needed" == mount point accessed) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Wed, Apr 10, 2013 at 11:10 AM, Basil Chupin <blchupin@iinet.net.au> wrote:
On 11/04/13 00:01, Greg Freemyer wrote:
On Wed, Apr 10, 2013 at 9:57 AM, Basil Chupin <blchupin@iinet.net.au> wrote:
On 10/04/13 23:14, Peter wrote:
On 10/04/13 22:03, Basil Chupin wrote:
Well, what do you know...a coincidence or what? :-)
Today there happens to be a new moon and I just applied the "fix" which Patrick provided to have USB devices when connected to mount in > /media -- and the fix also works in udisks2 :-) .
Slightly tangential, but since somebody's actively fixing things in this department, could you take a look at a related bug I raised a few weeks ago?
On openSUSE 12.2, following some online update a while back (I think related to udisks but I may be wrong), a USB hard drive I have listed in the fstab no longer gets mounted at the location I specified and instead finds itself at /run/media/[username]/[device name].
I raised the issue on the forums
(https://forums.opensuse.org/english/get-technical-help-here/applications/483...) and according to a couple of folk there this is a bug / regression that should be raised as such, since what is specified in the fstab should never be overridden by desktop settings. I opened a bug report last month but so far no response at all, and I've not seen any fix come through in the updates (haven't checked for a few days). Here's the bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=809805
This bug occurs on a 12.2 machine running xfce with the device set to automount. On my laptop with 12.3 and KDE, I have the same device in my fstab but set to noauto, and when I plug it in I can access it at the location specified in fstab. Whether that's a fix in 12.3 or a difference in KDE's handling I'm not sure.
Cheers, Peter
See Patrick's response to your question.Whi
I have an external USB HDD and I just tried that - and it mounts in /media, but I don't have it in fstab.
So, you choices are:
remove the HDD from fstab and do the "fix"; or
do what Patrick suggests by using YaST to give it a different mount point.
BC
You're assuming the back port of a udisks2 feature was backported to 12.2.
No assuming being done because this problem does not exist in 12.2 and only appeared in 12.3.
And just to make sure, I just attached an USB memory stick AND an external HDD and both were mounted in /media.
But your response did make me aware of what his original post was all about which is that he is talking about 12.2 where he has the USB showing in fstab. From *my* perspective the only reason why you would you would have a USB device listed in fstab is if it is always switched ON when the computer is booted. If he connects the USB when he really needs it then removing it from fstab would make it mount in /media which is what always happens in 12.2 (as I just proved).
Basil, AIUI, the issue with /run/media/<user>/ as a mount point is caused by udisk2. In openSUSE 12.2, Gnome uses udisk2 and kde uses udisk1. Greg -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 11/04/13 06:32, Greg Freemyer wrote:
On Wed, Apr 10, 2013 at 11:10 AM, Basil Chupin<blchupin@iinet.net.au> wrote:
On 11/04/13 00:01, Greg Freemyer wrote: [pruned]
You're assuming the back port of a udisks2 feature was backported to 12.2. No assuming being done because this problem does not exist in 12.2 and only appeared in 12.3.
And just to make sure, I just attached an USB memory stick AND an external HDD and both were mounted in /media.
But your response did make me aware of what his original post was all about which is that he is talking about 12.2 where he has the USB showing in fstab. From *my* perspective the only reason why you would you would have a USB device listed in fstab is if it is always switched ON when the computer is booted. If he connects the USB when he really needs it then removing it from fstab would make it mount in /media which is what always happens in 12.2 (as I just proved). Basil,
AIUI, the issue with /run/media/<user>/ as a mount point is caused by udisk2.
In openSUSE 12.2, Gnome uses udisk2 and kde uses udisk1.
As I stated in another list, <sarcastic mode engaged> there is nothing like consistency between distros. And it's even better when it occurs within the same distro. <sarcastic mode disengaged> The OP didn't mention that he was using Gnome. And I never used it except as an experiment many many years ago. So it is interesting to learn what you just mentioned. Another "gotcha" to clear when someone asks a question: ask them if they are using KDE or Gnome. BC -- Using openSUSE 12.3 x86_64 KDE 4.10.2 & kernel 3.8.6-2 on a system with- AMD FX 8-core 3.6/4.2GHz processor 16GB PC14900/1866MHz Quad Channel Corsair "Vengeance" RAM Gigabyte AMD3+ m/board; Gigabyte nVidia GTX550Ti 1GB DDR5 GPU -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Wed, Apr 10, 2013 at 9:14 AM, Peter <gumb@linuxmail.org> wrote:
On 10/04/13 22:03, Basil Chupin wrote:
Well, what do you know...a coincidence or what? :-)
Today there happens to be a new moon and I just applied the "fix" which Patrick provided to have USB devices when connected to mount in > /media -- and the fix also works in udisks2 :-) .
Slightly tangential, but since somebody's actively fixing things in this department, could you take a look at a related bug I raised a few weeks ago?
On openSUSE 12.2, following some online update a while back (I think related to udisks but I may be wrong), a USB hard drive I have listed in the fstab no longer gets mounted at the location I specified and instead finds itself at /run/media/[username]/[device name].
I raised the issue on the forums (https://forums.opensuse.org/english/get-technical-help-here/applications/483...) and according to a couple of folk there this is a bug / regression that should be raised as such, since what is specified in the fstab should never be overridden by desktop settings. I opened a bug report last month but so far no response at all, and I've not seen any fix come through in the updates (haven't checked for a few days). Here's the bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=809805
This bug occurs on a 12.2 machine running xfce with the device set to automount. On my laptop with 12.3 and KDE, I have the same device in my fstab but set to noauto, and when I plug it in I can access it at the location specified in fstab. Whether that's a fix in 12.3 or a difference in KDE's handling I'm not sure.
You may want to review: https://bugzilla.novell.com/show_bug.cgi?id=809837 It required a back port from the latest upstream to resolve. That may not be appropriate for 11.2, but I would add a reference to that bug in your bug. Greg -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (6)
-
Anton Aylward
-
Basil Chupin
-
Cristian Rodríguez
-
Greg Freemyer
-
Patrick Shanahan
-
Peter