LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 09-24-2008, 12:55 PM   #1
DB9
Member
 
Registered: Mar 2004
Location: Mississauga, Ontario, Canada
Distribution: Still looking..
Posts: 49

Rep: Reputation: 15
Question Newbie - CD/DVD auto mounts, but no access to user


Hello all,

I am running Gnome opensuse 10.3 - I have a Pioneer 111d DVD drive installed (this drive was used for the install).
When I put in a data DVD the icon shows up on the desktop when I try to access it I get the message

"Error org.freedesktop.DBus.Error.AccessDenied"

I also want the burning software to access the DVD (Gnomebaker or K3B) but they don't see the drive either.

anyone point me in the correct direction please, need more info just ask...

thanks for listening.

my fstab file is..

/dev/disk/by-id/scsi-SATA_ST380021A_3HV1Q7X3-part2 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/scsi-SATA_ST380021A_3HV1Q7X3-part3 /home ext3 acl,user_xattr 1 2
/dev/disk/by-id/scsi-SATA_ST380021A_3HV1Q7X3-part1 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/fd0 /media/floppy auto noauto,user,sync 0 0
/dev/md0 /local ext3 defaults 1 2

and if I run "mount" I get

/dev/sda2 on / type ext3 (rw,acl,user_xattr)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/sda3 on /home type ext3 (rw,acl,user_xattr)
/dev/md0 on /local type ext3 (rw)
securityfs on /sys/kernel/security type securityfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)

If I run "dmesg" part of the output is ..

ata_piix 0000:00:07.1: version 2.11
scsi0 : ata_piix
scsi1 : ata_piix
ata1: PATA max UDMA/33 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x0001ffa0 irq 14
ata2: PATA max UDMA/33 cmd 0x00010170 ctl 0x00010376 bmdma 0x0001ffa8 irq 15
ata1.00: ATA-5: ST380021A, 3.75, max UDMA/100
ata1.00: 156301488 sectors, multi 8: LBA
ata1.00: configured for UDMA/33
ata2.00: ATAPI: PIONEER DVD-RW DVR-111D, 1.29, max UDMA/66
ata2.00: configured for UDMA/33
scsi 0:0:0:0: Direct-Access ATA ST380021A 3.75 PQ: 0 ANSI: 5
scsi 1:0:0:0: CD-ROM PIONEER DVD-RW DVR-111D 1.29 PQ: 0 ANSI: 5
sata_promise 0000:00:0e.0: version 2.09
ACPI: PCI Interrupt 0000:00:0e.0[A] -> GSI 17 (level, low) -> IRQ 16
scsi2 : sata_promise
scsi3 : sata_promise
scsi4 : sata_promise
scsi5 : sata_promise
ata3: SATA max UDMA/133 cmd 0xf8816380 ctl 0xf88163b8 bmdma 0x00000000 irq 16
ata4: SATA max UDMA/133 cmd 0xf8816280 ctl 0xf88162b8 bmdma 0x00000000 irq 16
ata5: SATA max UDMA/133 cmd 0xf8816200 ctl 0xf8816238 bmdma 0x00000000 irq 16
ata6: SATA max UDMA/133 cmd 0xf8816300 ctl 0xf8816338 bmdma 0x00000000 irq 16
ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata3.00: ATA-7: ST3500320AS, SD04, max UDMA/133
ata3.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 0/32)
ata3.00: configured for UDMA/133
ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata4.00: ATA-7: ST3500320AS, SD04, max UDMA/133
ata4.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 0/32)
ata4.00: configured for UDMA/133
ata5: SATA link down (SStatus 0 SControl 300)
ata6: SATA link down (SStatus 0 SControl 300)
scsi 2:0:0:0: Direct-Access ATA ST3500320AS SD04 PQ: 0 ANSI: 5
scsi 3:0:0:0: Direct-Access ATA ST3500320AS SD04 PQ: 0 ANSI: 5
 
Old 10-25-2008, 02:31 AM   #2
Unknown_User
Member
 
Registered: Jan 2003
Location: EU (UK)
Distribution: Ubuntu 14.x, Raspbian, Kali
Posts: 226

Rep: Reputation: 30
Have you tried;

Code:
sudo /etc/init.d/dbus restart
gnome-volume-manager &
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
e2fsck auto runs on / upon startup after so many mounts acummings Slackware 8 04-04-2012 06:30 PM
can't access dvd drive as non root user Greebstreebling Debian 1 01-26-2008 12:40 PM
No access to NTFS mounts for regular user account lowpro2k3 Slackware 5 10-23-2005 05:21 PM
browse option for auto.master for yp mounts azhiker Linux - Networking 2 04-16-2005 11:13 AM
Cd mounts auto ch4s3r Linux - Software 1 02-26-2004 06:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 05:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration