Re: cd-rom issues


Subject: Re: cd-rom issues
From: Locke Demosthenes (z_i_m@hotmail.com)
Date: Tue Oct 15 2002 - 13:51:22 AKDT


Is there any way I could maybe modify the /etc/fstab so that I could just
type somthing like "mount /dev/cdrom" instead of that huge command? Or
perhaps make an alies (I don't know if I spelled that right...) ?

>From: Jon Reynolds <jonr@destar.net>
>To: Locke Demosthenes <z_i_m@hotmail.com>
>CC: aklug@aklug.org
>Subject: Re: cd-rom issues
>Date: 15 Oct 2002 13:35:10 -0800
>MIME-Version: 1.0
>Received: from asimov.lib.uaa.alaska.edu ([137.229.168.41]) by
>mc3-f40.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Tue, 15
>Oct 2002 14:43:30 -0700
>Received: from asimov.lib.uaa.alaska.edu (asimov.lib.uaa.alaska.edu
>[137.229.168.41])by asimov.lib.uaa.alaska.edu (Postfix) with ESMTPid
>6651A36298; Tue, 15 Oct 2002 13:43:27 -0800 (AKDT)
>Received: with LISTAR (v1.0.0; list aklug); Tue, 15 Oct 2002 13:43:27 -0800
>(AKDT)
>Received: from mta-1.gci.net (mta-1.gci.net [208.138.130.82])by
>asimov.lib.uaa.alaska.edu (Postfix) with ESMTP id B7F4836296for
><aklug@aklug.org>; Tue, 15 Oct 2002 13:43:26 -0800 (AKDT)
>Received: from mmp-1.gci.net ([208.138.130.80]) by mta-1.gci.net
>(Netscape Messaging Server 4.15) with ESMTP id H41LOC00.QK0 for
><aklug@aklug.org>; Tue, 15 Oct 2002 13:43:24 -0800 Received: from
>[192.168.3.114] ([24.237.6.229]) by mmp-1.gci.net (Netscape
>Messaging Server 4.15) with ESMTP id H41LOC03.85O; Tue, 15 Oct
>2002 13:43:24 -0800 Delivered-To: aklug@aklug.org
>In-Reply-To: <F1245ijb1u2ZN9KAy4M00000242@hotmail.com>
>References: <F1245ijb1u2ZN9KAy4M00000242@hotmail.com>
>X-Mailer: Ximian Evolution 1.0.3 (1.0.3-4) Message-Id:
><1034717711.11191.5.camel@kuaui>
>X-listar-version: Listar v1.0.0
>Sender: aklug-bounce@aklug.org
>Errors-To: aklug-bounce@aklug.org
>X-original-sender: jonr@destar.net
>Precedence: bulk
>List-help: <mailto:listar@lib.uaa.alaska.edu?Subject=help>
>List-unsubscribe: <mailto:aklug-request@aklug.org?subject=unsubscribe>
>List-software: Listar version 1.0.0
>X-List-ID: AKLUG <aklug.asimov.lib.uaa.alaska.edu>
>List-subscribe: <mailto:aklug-request@aklug.org?subject=subscribe>
>List-owner: <mailto:tibor@lib.uaa.alaska.edu>
>List-post: <mailto:aklug@aklug.org>
>X-list: aklug
>Return-Path: aklug-bounce@aklug.org
>X-OriginalArrivalTime: 15 Oct 2002 21:43:30.0372 (UTC)
>FILETIME=[E6F67040:01C27493]
>
>
>On Tue, 2002-10-15 at 13:11, Locke Demosthenes wrote:
>
> > I can't get my cdrom drive to mount! I tried "mount /dev/cdrom" and was
> > told that there was no entry in /etc/fstab or /etc/mtab.
>
>Your close. :) you have to tell your system which device '/dev/cdrom'
>and where to mount that device '/some/dir' usually '/mnt/cdrom'. If that
>directory doesn't exist just create it with the 'mkdir' command. You can
>also specify the filesystem type for your cdrom. So, the command you
>would want to try is:
>
>mount -t iso9660 /dev/cdrom /mnt/cdrom
>
>the '-t' means which filesystem to use, the iso9660 is the filesystem to
>use. the '/dev/cdrom' is the device and the '/mnt/cdrom' is where you
>want to mount it.
>
>After issuing this command cd into /mnt/cdrom and there is your cdrom.
>If you don't have cdrom inside your /mnt directory create it.
>
>Hope that helps,
>
>Jon
>
>
>
>
>---------
>To unsubscribe, send email to <aklug-request@aklug.org>
>with 'unsubscribe' in the message body.

_________________________________________________________________
Get faster connections -- switch to MSN Internet Access!
http://resourcecenter.msn.com/access/plans/default.asp

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Tue Oct 15 2002 - 13:52:25 AKDT