I forgot to mention but are bluray external powered USB drives.
Hi People (and the rest of you)
Having trouble mounting sr1 as user but not sr0. It's clearly a perm problem but I'm at a loss to figure it out as both have the same perms.
When trying to mount from media:/ for example I get:
Unable to mount this device. Potential reasons include: Improper device and/or user privilege level Corrupt data on storage device Technical details: org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.UDisks2.Filesystem” on object at path /org/freedesktop/UDisks2/block_devices/sr1
My user belongs to all the right groups. sr0 works as expected.
Any ideas?
Kate
--------------------------------------------------------------------- To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On Thursday 09 July 2020 23:40:10 BorgLabs - Kate Draven wrote:
I forgot to mention but are bluray external powered USB drives.
Hi People (and the rest of you)
Having trouble mounting sr1 as user but not sr0. It's clearly a perm problem but I'm at a loss to figure it out as both have the same perms.
When trying to mount from media:/ for example I get:
Unable to mount this device. Potential reasons include: Improper device and/or user privilege level Corrupt data on storage device Technical details: org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.UDisks2.Filesystem” on object at path /org/freedesktop/UDisks2/block_devices/sr1
My user belongs to all the right groups. sr0 works as expected.
Any ideas?
Kate
Hi Kate!
I assume that you have already dug into fstab and mtab,
You might be able to adapt one of the two methods given in this page. I use them to automount external HDDs, because then I can just flick a switch on a power strip, rather than running mount commands. If you don't worry about other people using your stuff and messing up everything, this might work okay for you, if you adapt the appropriate lines to your needs.
https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-automount-...
When I want to shut off those external drives, them I run a umount command that unmounts all external drives at once.
An optical drive (CD/DVD/BD) is a little different, I think, because you aren't mounting the disc image, but rather trying to get the system to recognize your DVD-drive itself. But since it's an external USB drive, this seems like it might work in the same way.
Bill
--------------------------------------------------------------------- To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On Thursday 09 July 2020 23:40:10 BorgLabs - Kate Draven wrote:
I forgot to mention but are bluray external powered USB drives.
Hi People (and the rest of you)
It's good to be recognized. purrrr
Having trouble mounting sr1 as user but not sr0. It's clearly a perm problem but I'm at a loss to figure it out as both have the same perms.
When trying to mount from media:/ for example I get:
Unable to mount this device. Potential reasons include: Improper device and/or user privilege level Corrupt data on storage device Technical details: org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.UDisks2.Filesystem” on object at path /org/freedesktop/UDisks2/block_devices/sr1
My user belongs to all the right groups. sr0 works as expected.
Any ideas?
Kate
Hi Kate!
I assume that you have already dug into fstab and mtab,
You might be able to adapt one of the two methods given in this page. I use them to automount external HDDs, because then I can just flick a switch on a power strip, rather than running mount commands. If you don't worry about other people using your stuff and messing up everything, this might work okay for you, if you adapt the appropriate lines to your needs.
https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-automount-...
When I want to shut off those external drives, them I run a umount command that unmounts all external drives at once.
An optical drive (CD/DVD/BD) is a little different, I think, because you aren't mounting the disc image, but rather trying to get the system to recognize your DVD-drive itself. But since it's an external USB drive, this seems like it might work in the same way.
Bill
P.S. Also this link, from the bottom of the web link given above: https://www.linuxquestions.org/questions/linux-newbie-8/can%27t-get-autofs-t...
--------------------------------------------------------------------- To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
BorgLabs - Kate Draven wrote:
org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.UDisks2.Filesystem” on object at path /org/freedesktop/UDisks2/block_devices/sr1
looks like you try to mount empty disk that has not registered in udisks2
can you mount from the command line?
does same disk mounts in the other device?
do all disks in sr1 not mount? you mention specific as user
--------------------------------------------------------------------- To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
looks like you try to mount empty disk that has not registered in udisks2
The dvdr has data on it.
can you mount from the command line?
only as root and I need to specify a mount point. the other doesn't need root or a mount point.
does same disk mounts in the other device?
Yes.
do all disks in sr1 not mount? you mention specific as user
Yes.
If I reverse the order. For example, turn on optical drive "a" second, make it "b" (sr1), it exhibits the same behavior (can't mount).
sr0, always works as expected. sr1 doesn't.
Kate
--------------------------------------------------------------------- To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Anno domini 2020 Fri, 10 Jul 05:18:17 -0400 BorgLabs - Kate Draven scripsit:
looks like you try to mount empty disk that has not registered in udisks2
The dvdr has data on it.
can you mount from the command line?
only as root and I need to specify a mount point. the other doesn't need root or a mount point.
does same disk mounts in the other device?
Yes.
do all disks in sr1 not mount? you mention specific as user
Yes.
If I reverse the order. For example, turn on optical drive "a" second, make it "b" (sr1), it exhibits the same behavior (can't mount).
sr0, always works as expected. sr1 doesn't.
what's in /et/fstab?
Kate
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Dr. Nikolaus Klepp wrote:
what's in /et/fstab?
+1
--------------------------------------------------------------------- To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Ok humans (eck) AIs and other...
It occurred to me, last night, upon a midnight dreary, while I pondered, weak and weary, Over many a quaint and curious volume of forgotten lore—
that, because I used hibernate to save my exact session, the system couldn't properly add the new usb bluray drive.
So I did the unthinkable.
I actually rebooted (GASP)!
And now all is well.
I shall see this error msg...
nevermore!
Kate The (D)Raven
--------------------------------------------------------------------- To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Friday, July 10, 2020 2:02 PM, BorgLabs - Kate Draven borglabs4@gmail.com wrote:
Ok humans (eck) AIs and other...
It occurred to me, last night, upon a midnight dreary, while I pondered, weak and weary, Over many a quaint and curious volume of forgotten lore—
that, because I used hibernate to save my exact session, the system couldn't properly add the new usb bluray drive.
So I did the unthinkable.
I actually rebooted (GASP)!
And now all is well.
I shall see this error msg...
nevermore!
Kate The (D)Raven
I have heard you never 'have' to reboot, I always look for ways to accomplish this, I do not always succeed...this looks promising ?
man systemd-hwdb
gregm
Anno domini 2020 Thu, 16 Jul 22:04:55 +0000 gregm scripsit:
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Friday, July 10, 2020 2:02 PM, BorgLabs - Kate Draven borglabs4@gmail.com wrote:
Ok humans (eck) AIs and other...
It occurred to me, last night, upon a midnight dreary, while I pondered, weak and weary, Over many a quaint and curious volume of forgotten lore—
that, because I used hibernate to save my exact session, the system couldn't properly add the new usb bluray drive.
So I did the unthinkable.
I actually rebooted (GASP)!
And now all is well.
I shall see this error msg...
nevermore!
Kate The (D)Raven
I have heard you never 'have' to reboot, I always look for ways to accomplish this, I do not always succeed...this looks promising ?
man systemd-hwdb
That's one of the things I espectially love the GNOMEs and Potterings of this world for.
Nik
gregm