You are not logged in.

#1 2009-06-28 12:27:17

jp12345
Member
Registered: 2009-06-27
Posts: 25

Problem with mounting cdrom

Solved im install gnomebaker cd dvd writer:)

hi im have problem with a mounting cdrom.cdrom not see cd dvd plate..

bash-3.2# cat /etc/fstab
# 
# /etc/fstab: static file system information
#
# <file system>        <dir>         <type>    <options>          <dump> <pass>
none                   /dev/pts      devpts    defaults            0      0
none                   /dev/shm      tmpfs     defaults            0      0

#/dev/cdrom            # /media/cd   auto    ro,user,noauto,unhide   0      0
#/dev/dvd              # /media/dvd  auto    ro,user,noauto,unhide   0      0
#/dev/fd0               /media/fl   auto    user,noauto             0      0

UUID=56a3824a-8c71-4d7a-bb13-ad54a320990e /home ext3 defaults 0 1
UUID=ac3543a1-eca0-40d4-abfa-a8c1a24b83ed swap swap defaults 0 0
UUID=af87823b-a990-4991-95ea-7aedd3518a4f / ext3 defaults 0 1
UUID=d66eaa7d-07d2-46ab-aa10-e07ea6df954a /boot ext2 defaults 0 1
cat /etc/PolicyKit/PolicyKit.conf

<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
<config version="0.1">
<match action="org.freedesktop.hal.storage.mount-removable">
<return result="yes" />
</match>
<match action="org.freedesktop.hal.storage.eject-removable">
<return result="yes" />
</match>
<match action="org.freedesktop.hal.storage.eject">
<return result="yes" />
</match>
<match action="org.freedesktop.hal.storage.mount-fixed">
<return result="yes"/>
</match>
<match action="hal-storage-mount-fixed-extra-options">
<return result="yes"/>
</match>
<match action="hal-storage-mount-removable-extra-options">
<return result="yes"/>
</match>
</config>

thunar-volume,xfce4,acer aspire 6930
helpp plz:))

Last edited by jp12345 (2009-06-29 05:21:52)

Offline

#2 2009-06-28 13:43:18

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: Problem with mounting cdrom

You was trying to mount it manually?


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#3 2009-06-28 20:31:12

jp12345
Member
Registered: 2009-06-27
Posts: 25

Re: Problem with mounting cdrom

how?:D ziomek napisz na gg 13887445 prosba!@

Offline

#4 2009-06-28 21:18:48

nmodlin
Member
From: Outer Banks North Carolina USA
Registered: 2009-04-15
Posts: 97

Re: Problem with mounting cdrom

Do this to see location of drive

wodim -devices

Mine turned back

/dev/scd0

So i set fstab to correspond


And God created the Open Source Programming Community, and it was good. Satan retaliated with its evil twin, Windows and thus the battle for good and evil has begun.

Offline

#5 2009-06-28 21:22:27

jp12345
Member
Registered: 2009-06-27
Posts: 25

Re: Problem with mounting cdrom

bash-3.2# wodim -devices

bash: wodim: command not found

Offline

#6 2009-06-28 21:36:32

nmodlin
Member
From: Outer Banks North Carolina USA
Registered: 2009-04-15
Posts: 97

Re: Problem with mounting cdrom

Sorry you need to install it first than run it

pacman -S wodim

Last edited by nmodlin (2009-06-28 21:37:02)


And God created the Open Source Programming Community, and it was good. Satan retaliated with its evil twin, Windows and thus the battle for good and evil has begun.

Offline

#7 2009-06-28 21:49:50

jp12345
Member
Registered: 2009-06-27
Posts: 25

Re: Problem with mounting cdrom

pacman -S wodim i no have in repo wodim:/ and im try yaourt -S wodim and also no have:/

Offline

#8 2009-06-28 22:12:22

nmodlin
Member
From: Outer Banks North Carolina USA
Registered: 2009-04-15
Posts: 97

Re: Problem with mounting cdrom

maybe its part of the package 

pacman -Sy cdrkit

if not than just look for it not sure how or where i got it from but it works

Last edited by nmodlin (2009-06-28 22:15:14)


And God created the Open Source Programming Community, and it was good. Satan retaliated with its evil twin, Windows and thus the battle for good and evil has begun.

Offline

#9 2009-06-28 22:20:19

jp12345
Member
Registered: 2009-06-27
Posts: 25

Re: Problem with mounting cdrom

ok im install wodim and what now?

bash-3.2# wodim -devices
wodim: Overview of accessible drives (1 found) :
-------------------------------------------------------------------------
 0  dev='/dev/scd0'    rwrw-- : 'Optiarc' 'BD ROM BC-5500S'
-------------------------------------------------------------------------

Offline

#10 2009-06-28 22:29:53

nmodlin
Member
From: Outer Banks North Carolina USA
Registered: 2009-04-15
Posts: 97

Re: Problem with mounting cdrom

copy this into fstab

/dev/scd0           # /media/dvd  auto    ro,user,noauto,unhide   0      0

and that should fix it


And God created the Open Source Programming Community, and it was good. Satan retaliated with its evil twin, Windows and thus the battle for good and evil has begun.

Offline

#11 2009-06-28 22:59:21

nmodlin
Member
From: Outer Banks North Carolina USA
Registered: 2009-04-15
Posts: 97

Re: Problem with mounting cdrom

did it work


And God created the Open Source Programming Community, and it was good. Satan retaliated with its evil twin, Windows and thus the battle for good and evil has begun.

Offline

#12 2009-06-28 23:10:24

jp12345
Member
Registered: 2009-06-27
Posts: 25

Re: Problem with mounting cdrom

bash-3.2# cat /etc/fstab
#
# /etc/fstab: static file system information
#
# <file system>        <dir>         <type>    <options>          <dump> <pass>
none                   /dev/pts      devpts    defaults            0      0
none                   /dev/shm      tmpfs     defaults            0      0

#/dev/cdrom            # /media/cd   auto    ro,user,noauto,unhide   0      0
#/dev/dvd              # /media/dvd  auto    ro,user,noauto,unhide   0      0
#/dev/fd0                /media/fl   auto    user,noauto             0      0
#/dev/scd0              # /media/dvd  auto    ro,user,noauto,unhide   0      0


UUID=56a3824a-8c71-4d7a-bb13-ad54a320990e /home ext3 defaults 0 1
UUID=ac3543a1-eca0-40d4-abfa-a8c1a24b83ed swap swap defaults 0 0
UUID=af87823b-a990-4991-95ea-7aedd3518a4f / ext3 defaults 0 1
UUID=d66eaa7d-07d2-46ab-aa10-e07ea6df954a /boot ext2 defaults 0 1

not working;/

Last edited by jp12345 (2009-06-28 23:10:40)

Offline

#13 2009-06-28 23:12:06

nmodlin
Member
From: Outer Banks North Carolina USA
Registered: 2009-04-15
Posts: 97

Re: Problem with mounting cdrom

you need to uncomment the line i told you to add

#
# /etc/fstab: static file system information
#
# <file system>        <dir>         <type>    <options>          <dump> <pass>
none                   /dev/pts      devpts    defaults            0      0
none                   /dev/shm      tmpfs     defaults            0      0

/dev/scd0              # /media/dvd  auto    ro,user,noauto,unhide   0      0


UUID=56a3824a-8c71-4d7a-bb13-ad54a320990e /home ext3 defaults 0 1
UUID=ac3543a1-eca0-40d4-abfa-a8c1a24b83ed swap swap defaults 0 0
UUID=af87823b-a990-4991-95ea-7aedd3518a4f / ext3 defaults 0 1
UUID=d66eaa7d-07d2-46ab-aa10-e07ea6df954a /boot ext2 defaults 0 1

And God created the Open Source Programming Community, and it was good. Satan retaliated with its evil twin, Windows and thus the battle for good and evil has begun.

Offline

#14 2009-06-28 23:16:42

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: Problem with mounting cdrom

Lets be a little bit more specific and lets try to use better grammar so we can try to help you!

What exactly are you trying to do?

http://www.google.com/search?hl=en&q=mo … +rom+linux
^^Some of those results might help you solve your own problem


Website - Blog - arch-home
Arch User since March 2005

Offline

#15 2009-06-28 23:22:06

jp12345
Member
Registered: 2009-06-27
Posts: 25

Re: Problem with mounting cdrom

when im reboot and system loading i get error now /etc/fstab error line 8 whats is wrong?

Offline

#16 2009-06-28 23:25:20

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: Problem with mounting cdrom

Well as the error message tells you, there is an error with your fstab file.

Please, take the time to reread what you are writing or go back to whatever distro you came from.


Website - Blog - arch-home
Arch User since March 2005

Offline

#17 2009-06-28 23:35:18

jp12345
Member
Registered: 2009-06-27
Posts: 25

Re: Problem with mounting cdrom

bash-3.2# mount /dev/scd0

[mntent]: line 8 in /etc/fstab is bad
mount: can't find /dev/scd0 in /etc/fstab or /etc/mtab

or maybe my mtab is wrong plsss hellpp;ppp

cat /etc/mtab

/dev/sda3 / ext3 rw 0 0
none /dev ramfs rw,relatime 0 0
none /proc proc rw,relatime 0 0
none /sys sysfs rw,relatime 0 0
none /dev/pts devpts rw 0 0
none /dev/shm tmpfs rw 0 0
/dev/sda4 /home ext3 rw 0 0
/dev/sda1 /boot ext2 rw 0 0
rootfs / rootfs rw 0 0
/dev/root / ext3 rw,relatime,errors=continue,data=writeback 0 0
none /dev ramfs rw,relatime 0 0
none /proc proc rw,relatime 0 0
none /sys sysfs rw,relatime 0 0
none /dev/pts devpts rw,relatime,mode=600 0 0
none /dev/shm tmpfs rw,relatime 0 0
/dev/sda4 /home ext3 rw,relatime,errors=continue,data=writeback 0 0
/dev/sda1 /boot ext2 rw,relatime,errors=continue 0 0

Offline

#18 2009-06-28 23:39:30

nmodlin
Member
From: Outer Banks North Carolina USA
Registered: 2009-04-15
Posts: 97

Re: Problem with mounting cdrom

woops remove the # from line 8


And God created the Open Source Programming Community, and it was good. Satan retaliated with its evil twin, Windows and thus the battle for good and evil has begun.

Offline

#19 2009-06-28 23:49:17

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: Problem with mounting cdrom

With all due respect, I do not believe Arch Linux is the distribution for you at this stage in the game. Was there a reason why you decided to choose Arch? Maybe Fedora or OpenSuse might fit you better.


Website - Blog - arch-home
Arch User since March 2005

Offline

#20 2009-06-28 23:57:09

jp12345
Member
Registered: 2009-06-27
Posts: 25

Re: Problem with mounting cdrom

no i want archlinux!@:D still not working:(

Offline

#21 2009-06-28 23:59:53

nmodlin
Member
From: Outer Banks North Carolina USA
Registered: 2009-04-15
Posts: 97

Re: Problem with mounting cdrom

use what ever you want we are here to help ya.  I wish i would have started with arch linux instead of ubuntu.  I would be a cahamp by now LOL:cool:

Last edited by nmodlin (2009-06-29 00:04:56)


And God created the Open Source Programming Community, and it was good. Satan retaliated with its evil twin, Windows and thus the battle for good and evil has begun.

Offline

#22 2009-06-29 00:00:53

nmodlin
Member
From: Outer Banks North Carolina USA
Registered: 2009-04-15
Posts: 97

Re: Problem with mounting cdrom

ok show your fstab again

#
# /etc/fstab: static file system information
#
# <file system>        <dir>         <type>    <options>          <dump> <pass>
none                   /dev/pts      devpts    defaults            0      0
none                   /dev/shm      tmpfs     defaults            0      0

/dev/scd0               /media/dvd  auto    ro,user,noauto,unhide   0      0
UUID=061486f7-b9d8-47b3-87d3-76a6426f30c0 / ext4 defaults 0 1
UUID=20e9fe40-3a4f-4ed5-9a09-2e4c48f917ab /boot ext4 defaults 0 1
UUID=976fe439-ff77-453b-9ece-9295722a3d76 /home ext4 defaults 0 1
UUID=bdecf363-03a6-4250-8ea0-2839ff35ccc3 swap swap defaults 0 0

/dev/sdb1  /home/nathan/Mp3z_and_Tv  ntfs-3g  users,uid=1000,gid=100,fmask=0113,dmask=0002  0 0
/dev/sdc1  /home/nathan/Vidz  ntfs-3g  users,uid=1000,gid=100,fmask=0113,dmask=0002  0 0
/dev/sdd1  /home/nathan/Backup  ntfs-3g  users,uid=1000,gid=100,fmask=0113,dmask=0002  0 0

notice how my /dev/scd0 is yours should look the same
also do

sudo mkdir /media/dvd

Last edited by nmodlin (2009-06-29 00:02:39)


And God created the Open Source Programming Community, and it was good. Satan retaliated with its evil twin, Windows and thus the battle for good and evil has begun.

Offline

#23 2009-06-29 00:03:15

jp12345
Member
Registered: 2009-06-27
Posts: 25

Re: Problem with mounting cdrom

exactly nmodlin!@Ty:) but whattss wrong here!@?:)plsss helpp i must go to work a 3 hours:D

Offline

#24 2009-06-29 00:05:45

jp12345
Member
Registered: 2009-06-27
Posts: 25

Re: Problem with mounting cdrom

fstab

Last edited by jp12345 (2009-06-29 00:18:57)

Offline

#25 2009-06-29 00:06:00

nmodlin
Member
From: Outer Banks North Carolina USA
Registered: 2009-04-15
Posts: 97

Re: Problem with mounting cdrom

do you have a folder called /media/dvd and also show me your fstab


And God created the Open Source Programming Community, and it was good. Satan retaliated with its evil twin, Windows and thus the battle for good and evil has begun.

Offline

Board footer

Powered by FluxBB