Quote:
|
Originally Posted by aerostarlegacy
Well,
1. The disk is blank, and that is why I want to use it, to put stuff on it.
|
Ok, right. Take note though that attempting to mount a blank disk will cause a bad superblock to be reported - the disc is -BLANK-. You need to use some third party CD burning app like K3B to burn stuff to disc - a disc is "mounted" only to READ from it in the case of an optical disc - it must be unmounted to be written to, using a third party app.
Quote:
|
2. I don't know what a custom compiled kernel is, nor do I know wether I have kernel level support for the DVD filing system.
|
Ok don't worry then. Most if not all kernels you get nowadays with a recent distro should have kernel-level support for DVD filing systems.
Quote:
|
3. It is recognized in windoze, and I acctuallly have not tried writing to it in windows (silly me, shoulda thought of that)
|
Ok then, try it, and see if it works?
This is the filing system I needed to specify in my older kernel setup on FC3 to get it to read DVD's.... its the old Win98 FAT32 filing system.
Quote:
|
5. "mount: mount point /mnt/cdrom0 does not exist" This is the error I get when I try that.
|
Ok, what you need to do then is to create a mountpoint. Become root (type su in a terminal and enter your root password) then type
mkdir /mnt/cdrom
now try
mount /dev/hdc /mnt/cdrom -t vfat
as root.
Note that this is sometimes distro dependant (i. e. it might be mount /dev/dvd /mnt/cdrom -t vfat or even mount /dev/cdrom /mnt/cdrom -t vfat)
Quote:
6. yes
The Disk shows up on the desktop, and I can open up a folder to see the contents (none) and then when I try to drag and drop, it says that I don't have permissions.
|
Note that the "drag and drop" functionality to write files to an optical disc might be dependent on how your system is set up. On mine, using FC3 and KDE, this won't work - I need to use K3B which is a CD / DVD burning app to get files to write to a CD or DVD. Drag and drop functionality is something you'll need to configure yourself, and I think it'll be quite tricky to set up correctly.
In summation:
1. You cannot mount a blank disk. It has nothing on it, so there is nothing to mount.
2. You need a third party app to burn stuff to a disc. As far as I know XP like functionality of dragging and dropping to burn to a disc is something you'll need to configure yourself.
3. Be sure that the drive actually works (try it in windows) before trying to get it going in Linux.
Let us know how you get on...