LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-08-2003, 06:32 PM   #1
alwayslearning
Member
 
Registered: Feb 2003
Location: mountains of Western North Carolina and Daytona Beach
Distribution: Redhat 8.0/mozilla
Posts: 60

Rep: Reputation: 15
CD Drive Mount


no doubt this is an easy question, but here it is anyway:

what do I type from the cl to see what cd drives are mounted and how do I mount my 52x drive. My burner already shows up in GnomeToaster Beta5, but not the 52x drive.

and, how do I discern if vpn is installed on my workstation.

thanks, in advance,

David
 
Old 03-08-2003, 06:57 PM   #2
ranger_nemo
Senior Member
 
Registered: Feb 2003
Location: N'rn WI -- USA
Distribution: Kubuntu 8.04, ClarkConnect 4
Posts: 1,142

Rep: Reputation: 47
To see what is mounted, just use the mount command without any options.

As root, you need to know what place your CD has on the IDE controller...
Primary Master = hda
Primary Slave = hdb
Secondary Master = hdc
Secondary Slave = hdd

You then use that in...
mount -t auto /dev/hdd /mnt/cdrom

Of course, you need to use the correct /dev/hdX , and a valid mount point. /mnt/cdrom is pretty standard.

Once you get that to work, you can create a link in /dev between hdX and cdrom, so that you can use /dev/cdrom .

You can also then insert a line in /etc/fstab to allow you to mount as a regular user, with a simple mount /dev/cdrom ...
Code:
/dev/cdrom   /mnt/cdrom   auto   noauto,owner,kudzu,ro    0 0
As for the VPN, I'm not too sure. If it's installed from an RPM, you can run rpm -qa | grep vpn . You might also try the same command with capital VPN, just in case. I don't know what package it would be in, though.
 
Old 03-08-2003, 07:11 PM   #3
alwayslearning
Member
 
Registered: Feb 2003
Location: mountains of Western North Carolina and Daytona Beach
Distribution: Redhat 8.0/mozilla
Posts: 60

Original Poster
Rep: Reputation: 15
thanks very much.......I will let you know how these suggestions work....

David
 
Old 03-08-2003, 07:15 PM   #4
alwayslearning
Member
 
Registered: Feb 2003
Location: mountains of Western North Carolina and Daytona Beach
Distribution: Redhat 8.0/mozilla
Posts: 60

Original Poster
Rep: Reputation: 15
I am a little confused:

[root@localhost root]# mount
/dev/hdb3 on / type ext3 (rw)
none on /proc type proc (rw)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
/dev/hdb1 on /boot type ext3 (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hdb6 on /home type ext3 (rw)
none on /dev/shm type tmpfs (rw)
/dev/hdb7 on /tmp type ext3 (rw)
/dev/hdb2 on /usr type ext3 (rw)
/dev/hdb9 on /usr/local type ext3 (rw)
/dev/hdb5 on /var type ext3 (rw)
[root@localhost root]#

there is no hda, b, c, or d....

David
 
Old 03-10-2003, 05:24 PM   #5
ranger_nemo
Senior Member
 
Registered: Feb 2003
Location: N'rn WI -- USA
Distribution: Kubuntu 8.04, ClarkConnect 4
Posts: 1,142

Rep: Reputation: 47
Quote:
there is no hda, b, c, or d....
Sure there is... /dev/hdb1 on /boot type ext3 (rw)

Your /boot is mounted on /dev/hdb1 as fstype EXT3. Your system is installed on a hard-drive on the primary/slave IDE channel. The # after the /dev/hdb is the partition on the drive.

It doesn't show a listing for your burner because it wasn't currently mounted. CD drives don't have partitions, so they don't have a #. Give us a print out of your /etc/fstab , and we'll help determine where your CD drives are. It might show up as /dev/cdrom , so then you would need to ls -l /dev/cdrom to see to which device it's linked.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mount: unknown filesystem type 'ntfs' when trying to mount windows drive... DiZASTiX Linux - Hardware 12 09-28-2008 07:29 PM
Mount usb drive, umount and mount another drive arubin Linux - Hardware 9 01-17-2007 03:46 AM
USB drive mount double mount issue pazzport Ubuntu 3 10-10-2005 08:28 PM
DVD Drive and CDRW Drive Will not mount on Slackware 10.1 Kernel 2.6.1 necrozen Linux - Hardware 1 09-13-2005 08:21 PM
HELP! Error from mount: drive is write-protected... won't mount writeable. system Linux - General 2 12-27-2001 09:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration