Mailinglist Archive: opensuse (3605 mails)

< Previous Next >
[SLE] Changed behaviour for mount CD-ROM on 10.1
  • From: "Martin Cordova" <martin.cordova@xxxxxxxxx>
  • Date: Wed, 7 Jun 2006 17:57:29 -0400
  • Message-id: <11f7653a0606071457q4733034csf94b94694a7e113e@xxxxxxxxxxxxxx>
Hello:

I installed a text-only 10.1 server, with minimal services running.
When tried to mount a CD-ROM like I used to do in 10.0, it took
several minutes and failed:

mount -t auto /dev/cdrom /media/cdrom

I learned the following:

1.- With 10.1, you HAVE to create /media/cdrom - no need for this with 10.0

2.- You better pass the "-t iso9960" argument instead of "-t auto",
otherwise it takes MINUTES to mount. It was very fast with 10.0 using
the "-t auto" parameter.

New procedure that worked for me with 10.1 - running as root:

mkdir /media/cdrom (once only).
mount -t iso9960 /dev/cdrom /media/cdrom

Also noted that my USB pen drive does not get auto-mounted, I guess I
have to do it manually when running without a graphic desktop, I am
still looking for the right "mount..." command for USB sticks. Any
help appreciated here ;)

Best regards,
Martin Cordova
--
Dinamica - RADical J2EE framework
open source, easy and powerful
http://www.martincordova.com

--
Check the headers for your unsubscription address
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the archives at http://lists.suse.com
Please read the FAQs: suse-linux-e-faq@xxxxxxxx


< Previous Next >
Follow Ups