LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Usb External Dvd Recorder (https://www.linuxquestions.org/questions/suse-opensuse-60/usb-external-dvd-recorder-330389/)

krellmk 06-04-2005 04:44 PM

Usb External Dvd Recorder
 
How do i mount a USB EXTERNAL DVD RECORDER in Suse9.2

krellmk 06-05-2005 10:12 AM

No Help
 
Oh well i guess i have to forget Linux

abisko00 06-05-2005 10:45 AM

Quote:

Oh well i guess i have to forget Linux
If you are in such a hurry, well, yes. ;)

Under 'normal' conditions (meaning that your drive is properly recognised), the recorder should be mounted automatically once you plug it in. Otherwise try a regular mount command from console:

mount -t iso9660 /dev/sda /<your mountpoint>

Since automatic mouting seems to be a problem, plug the drive in and type 'dmesg' on console. The last messages should deal with the drive recognition. Please post these messages and we can try to find the problem.

krellmk 06-05-2005 12:22 PM

Your Mountpoint
 
Thanks.. I'm new to Linux.. can u give me a example of ..your mountpoint

abisko00 06-06-2005 03:15 AM

If you would like to stick to the SUSE nomenclature, you should choose something like /media/dvdrecorder or /media/sda. You need to create the mountpoint first: become root, type e.g. 'mkdir /media/dvdrecorder'.

But as I said previously, this should be done automatically by SUSE. If it does not work, the drive is probably not recognised. You should try to look at 'dmesg'


All times are GMT -5. The time now is 08:31 AM.