Find the answer to your Linux question:
Results 1 to 6 of 6
I've tried to mount my floppy & DVD drives onto my Slackware 10.1 system but it keeps saying permission denied, even though I'm logged in as Root. Can anybody help?...
  1. #1
    Just Joined!
    Join Date
    Dec 2004
    Location
    Cumbria, UK
    Posts
    42

    Problem with mounting drives



    I've tried to mount my floppy & DVD drives onto my Slackware 10.1 system but it keeps saying permission denied, even though I'm logged in as Root. Can anybody help?

  2. #2
    Linux Engineer
    Join Date
    Mar 2005
    Location
    Where my hat is
    Posts
    765
    Please list the contents of /etc/fstab.
    Registered Linux user #384279
    Vector Linux SOHO 6 / Vector Linux 7 RC 3.4

  3. #3
    Linux Engineer
    Join Date
    Oct 2004
    Location
    Vancouver
    Posts
    1,366
    you can also "chmod 777 /dev/fd0" for example, replacing fd0 with your floppy and cdrom drives respectively, that way permissions will be granted for all users to mount these devs
    Operating System: GNU Emacs

  4. #4
    Just Joined!
    Join Date
    Dec 2004
    Location
    Cumbria, UK
    Posts
    42
    Ah, thankyou. From what I've been able to gather my other accounts are working fine.

  5. #5
    Just Joined!
    Join Date
    Dec 2004
    Location
    Cumbria, UK
    Posts
    42
    Quote Originally Posted by retired1af
    Please list the contents of /etc/fstab.
    Thats another slight problem. When it says it dosen't exist even though when I "ls etc" it still shows up. Very strange. It also says that I am still not allowed access to /dev/cdrom even after chmod777 logged in as root. But I'm planning on saying balls to it for the moment & waiting until I've updated my machine before I try wreswtling with the problem, just incase its linked to hardware.

  6. #6
    Linux User Krendoshazin's Avatar
    Join Date
    Feb 2005
    Location
    London, England
    Posts
    362
    in fstab, change owner to user, for example
    Code:
    /dev/cdrom       /mnt/cdrom       iso9660     noauto,user,ro   0   0

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •