Jump to content

mounting help


teh_sAbEr
 Share

Recommended Posts

i tried to mount the Cd-Rom. i type mount and it says this.

/dev/ide/host0/bus0/target1/lun0/part1 on / type ext3 (rw)
none on /proc type proc (rw)
none on /proc/bus/usb type usbdevfs (rw)
none on /dev type devfs (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,mode=0620)
/dev/ide/host0/bus0/target1/lun0/part6 on /home type ext3 (rw)
none on /mnt/cdrom type supermount  //(rw,noexec,dev=/dev/hdd,fs=ext2,--,umask=0,iocharset=iso8859-1,codepage=850)
none on /mnt/cdrom2 type supermount (ro,noexec,nosuid,nodev,dev=/dev/hdc,fs=ext2,--,umask=0,iocharset=iso8859-1,codepage=850)
none on /mnt/floppy type supermount (rw,sync,dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,codepage=850)
none on /mnt/hd type supermount (rw,dev=/dev/hda1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,codepage=850)

so i try "mount -t vfat /dev/hdd /mnt/cdrom".

and it gives me a "permisison denied" error. how do i get permission to "mount" and yes, i am running as root in the CLI. thanks a lot!

 

edit: heres the harddrake info

Bus: ‎ide

Drive capacity: ‎burner 

Channel: ‎secondary

New devfs device: ‎/dev/ide/host0/bus1/target1/lun0/cd

Old device file: ‎/dev/hdd

Media class: ‎cdrom

Edited by teh_sAbEr
Link to comment
Share on other sites

My fstab entry on CD-RW (cdrom) and CD-ROM (cdrom2):

/dev/hda /mnt/cdrom auto umask=0,user,iocharset=iso8859-2,codepage=852,noauto,ro,exec 0 0
/dev/hdd /mnt/cdrom2 auto umask=0,user,codepage=852,iocharset=iso8859-2,noauto,ro,exec 0 0

 

i get sometimes trouble getting the next cd mounted (when switch them one to other), but it usually is my fault - i take the first one out before i close all programs using its mount

 

when this happends i just do as root this line:

umount /mnt/cdrom; mount /mnt/cdrom

 

all the config data for the mounting operation are in the fstab so i give no more swithech to the mount command

 

:) i hope i helped :)

MikeL

Edited by mikewho
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...