PDA

View Full Version : [SOLVED] DVD mount point


melrom
June 3rd, 2008, 09:34 AM
I am attempting to burn a DVD iso via the command line, but after checking fstab, I can't find where it's located, but graphically, it appears that the DVD mounted. Here is the output of fstab:


/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0




Note: I'm doing this in CentOS 5.1.

-MelRom

hermes0710
June 3rd, 2008, 09:42 AM
what are the contents of your /media folder?

melrom
June 3rd, 2008, 09:43 AM
it's empty.

melrom
June 3rd, 2008, 10:14 AM
but if I right-click on it, it gives me the option to unmount it??

bapoumba
June 3rd, 2008, 04:51 PM
Moved to "Other OS Talk".

Bungo Pony
June 3rd, 2008, 11:28 PM
There are certain things that cannot be mounted:

- blank media
- audio CDs
- Drive with no disk

You'll have to write directly to the device. Put in a data disc and see where it gets mounted. Then you'll know the device to write to.

melrom
June 4th, 2008, 08:13 AM
yeah, i sort of fixed it in a roundabout way. thanks for your input.