Results 1 to 8 of 8
Hi,
I mustn't umount the cdrom and eject, the message error:
umount: only ivman can unmount /dev/hda from /media/cdrom0
Why? I need to join on the group o add the ...
- 10-16-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 11
Umount failed
Hi,
I mustn't umount the cdrom and eject, the message error:
umount: only ivman can unmount /dev/hda from /media/cdrom0
Why? I need to join on the group o add the permission?
- 10-16-2009 #2Just Joined!
- Join Date
- Sep 2008
- Posts
- 7
hi max246
are you running this command as root?
if not, the root user should have access.
you can use the "sudo" command:
sudo umount /dev/cdrom
hope that helps,
Kris
- 10-17-2009 #3Just Joined!
- Join Date
- Oct 2009
- Posts
- 11
- 10-17-2009 #4Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,935
If you are not logged in the GUI as root it won't work. You could easily open a terminal and do it, use 'su' or 'sudo' to get to root depending on your distribution.No, when click "umount" on file manger ( gnome ) I can't and return this error.
- 10-18-2009 #5Just Joined!
- Join Date
- Oct 2009
- Posts
- 11
- 10-19-2009 #6Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,935
Here's an explanation you could try:
Linux Headquarters: Using Your CD-ROM Drive
- 10-19-2009 #7
Post the contents of /etc/fstab file here.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-19-2009 #8Just Joined!
- Join Date
- Oct 2009
- Posts
- 11
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda3 / ext3 errors=remount-ro 0 1
/dev/sda1 /media/sda1 ntfs-3g defaults,locale=en_US.UTF-8 0 0
/dev/sda5 /media/sda5 ntfs-3g defaults,locale=en_US.UTF-8 0 0
/dev/sda4 none swap sw 0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0


Reply With Quote

