LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-22-2004, 09:58 PM   #1
aje
Member
 
Registered: Oct 2004
Location: Internet
Distribution: Slackware 10.1
Posts: 177

Rep: Reputation: 30
Trouble mounting devices


http://img.photobucket.com/albums/v1.../snapshot1.png

That is what I get when I use a file browser to try to access my CDrom. I was trying to play music through it, and thought it was a soundcard problem, but I tested my soundcard (an app that came with fedora core 2) and It worked fine.

On a side note, this is the same error message I get when I try to mount my second hard drive.

Any ideas?

Last edited by aje; 10-22-2004 at 10:00 PM.
 
Old 10-22-2004, 10:02 PM   #2
rakriege
Member
 
Registered: Oct 2003
Location: San Deigo, CA
Distribution: FC3, Win2k Server, XP Pro & 2003 Server
Posts: 198

Rep: Reputation: 30
make sure these devices are listed in your /etc/fstab
 
Old 10-22-2004, 11:07 PM   #3
aje
Member
 
Registered: Oct 2004
Location: Internet
Distribution: Slackware 10.1
Posts: 177

Original Poster
Rep: Reputation: 30
Both CD drives are listed. My second HD doesn't show up. I haven't been able to mount it.
 
Old 10-23-2004, 12:32 AM   #4
rakriege
Member
 
Registered: Oct 2003
Location: San Deigo, CA
Distribution: FC3, Win2k Server, XP Pro & 2003 Server
Posts: 198

Rep: Reputation: 30
physically remove the cdrom the has the bad block, its damaged .fdisk your HDD that your unable to mount, its in the wrong file format, probably NTFS.
 
Old 10-23-2004, 12:35 AM   #5
aje
Member
 
Registered: Oct 2004
Location: Internet
Distribution: Slackware 10.1
Posts: 177

Original Poster
Rep: Reputation: 30
If you read the last couple posts in this thread. You'll see that I had no luck getting to my ntfs files.

I was able to access them in mandrake linux though. And are you sure the cdrom is damaged? I can put a CD in and ksCD comes up and even recognizes the disc using CDDB but will not play it.
 
Old 10-23-2004, 02:21 AM   #6
Tamsco
Member
 
Registered: Jul 2004
Location: 1st Brillouin Zone
Distribution: Gentoo (not ricer Gentoo)
Posts: 165

Rep: Reputation: 30
Re, the cd, check it in another computer. I don't think it is a bad block, it would have mounted and spewed errors during play if it were.

To get NTFS support you have to recompile your kernel.

Post your fstab
 
Old 10-23-2004, 01:21 PM   #7
aje
Member
 
Registered: Oct 2004
Location: Internet
Distribution: Slackware 10.1
Posts: 177

Original Poster
Rep: Reputation: 30
My fstab:

Code:
LABEL=/                 /                       ext3    defaults        1 1
none                    /dev/pts                devpts  gid=5,mode=620  0 0
none                    /dev/shm                tmpfs   defaults        0 0
none                    /proc                   proc    defaults        0 0
none                    /sys                    sysfs   defaults        0 0
/dev/hda2               swap                    swap    defaults        0 0
/dev/cdrom              /mnt/cdrom              udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1             /mnt/cdrom1             udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0                /mnt/floppy             auto    noauto,owner,kudzu 0 0
Do you think I could use anything from this page to access my ntfs HD?

http://linux-ntfs.sourceforge.net/downloads.html

Last edited by aje; 10-23-2004 at 01:32 PM.
 
Old 10-23-2004, 02:32 PM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,751

Rep: Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929
Fedora does not provide NTFS support by default. You are correct you will need to download the RPMs for FC2. BTW this is read only.
Create a directory to use as a mount point and then add an entry to your /etc/fstab file.

You can not mount music CDs because they do not contain a valid filesystem. KsCD requires an audio cable between the sound card and the drive. xmms uses digital audio extraction and does not need an audio cable.
 
Old 10-23-2004, 04:18 PM   #9
aje
Member
 
Registered: Oct 2004
Location: Internet
Distribution: Slackware 10.1
Posts: 177

Original Poster
Rep: Reputation: 30
Does that mean I can play the audio CD with xmms? I'll try that out in a sec.

Sorry for my ignorance, but what entry am I supposed to add into my fstab once I install the NTFS RPM?

EDIT: I was able to get XMMS to play the audio CD but the sound quality seems to be lacking. It almost seems like it's clipping ... I'll look into getting some EQ presets like I had with winamp. (sorry ... i'm a long time windows user, but i'm making the switch!)

Last edited by aje; 10-23-2004 at 04:22 PM.
 
Old 10-23-2004, 07:38 PM   #10
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,751

Rep: Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929
Add
/dev/hda1 /mnt/windows ntfs umask=222,users 0 0

change /dev/hda1 and /mnt/windows to the actual partition and to whatever directory you create as a mount point.

See man pages for fstab and mount for additional help.
 
Old 10-24-2004, 12:55 AM   #11
aje
Member
 
Registered: Oct 2004
Location: Internet
Distribution: Slackware 10.1
Posts: 177

Original Poster
Rep: Reputation: 30
Do I actually have to create a mount point somehow? or can I simply tell it to mount to /mnt in the command?
 
  


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
Mounting various SCSI devices KePSuX Linux - Hardware 2 10-08-2004 04:05 PM
Deny Mounting my devices... Gorbachov Linux - Software 5 11-06-2003 11:41 AM
Mounting Non-IDE Devices VxJasonxV Linux - Hardware 6 07-22-2003 11:57 PM
Mounting CD-Devices evilmonkey Linux - Newbie 10 06-16-2003 10:07 PM
Mounting SCSI devices MasterC Linux - Hardware 12 09-25-2002 02:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:41 PM.

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