Announcement

Collapse
No announcement yet.

Mount cdrom

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Mount cdrom

    How can I mount and unmout cdrom?
    What is command?

    #2
    Re: Mount cdrom

    Strangely enough, the command is "mount".
    Try "man mount".
    For external use only.

    Comment


      #3
      Re: Mount cdrom

      My command is:

      mount media/cdrom0
      mount: not such directory media/cdrom0 в /etc/fstab or /etc/mtab

      Comment


        #4
        Re: Mount cdrom

        You need to specify a device node, e.g. /dev/hda. Try "sudo mount /dev/cdrom /media/cdrom0". Hopefully, /dev/cdrom is a symlink to your real CD drive.
        For external use only.

        Comment


          #5
          Re: Mount cdrom

          And, you *must* have a cdrom disc in the drive before mounting. You can't mount it without a disc already inserted.
          Windows no longer obstructs my view.
          Using Kubuntu Linux since March 23, 2007.
          "It is a capital mistake to theorize before one has data." - Sherlock Holmes

          Comment


            #6
            Re: Mount cdrom

            Thanks, done.

            Can I change command line in etc/fstab for automount option?
            My is: /dev/scd0 /media/cdrom0 auto user,atime,noauto,rw,dev,exec,suid 0 0
            What I need change here?

            Comment


              #7
              Re: Mount cdrom

              Originally posted by voln
              Can I change command line in etc/fstab for automount option?
              You do not want to do this. The reason that cdroms and floppy disk drives are not set to automount is because to do so, there must be a disk in the device at boot. If there isn't one, then having an automount setting will create problems. Having cdroms and floppy drives set to noauto is the proper setup.
              Windows no longer obstructs my view.
              Using Kubuntu Linux since March 23, 2007.
              "It is a capital mistake to theorize before one has data." - Sherlock Holmes

              Comment


                #8
                Re: Mount cdrom

                /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,iocharset=utf8 0 0
                Is it proper?

                Comment


                  #9
                  Re: Mount cdrom

                  It might work, but it's better to leave it as it was.
                  For external use only.

                  Comment

                  Working...
                  X