LinuxQuestions.org
Visit Jeremy's Blog.
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 11-08-2007, 03:09 AM   #1
DrivethroughV8
LQ Newbie
 
Registered: Nov 2007
Distribution: ubuntu 6.06
Posts: 4

Rep: Reputation: 0
Question Basic Linux 3.5 on Laptop-- CD-ROM not found... fstab?


Hello,

My name is Chris and I am new to the forum.
It is really is neat that there are forums like this... Otherwise, I'd never accomplish anything!

Alright, here's my situation.

I have been working on a project to restore a older laptop (Toshiba Tecra 740CDT) to its former glory by installing Linux on it.

The hard drive was wiped clean about a year ago, and I just pulled it out of storage. The laptop's bios does not allow boot to usb or cd.

My only option that I could think of was to use a bootable floppy distro of linux, I went with the only thing I could find that would work, Basic Linux 3.5, which fits on two 1.4MB floppy disks and runs off of the laptop's ram.

Accomplishing the task of installing Basic Linux 3.5 was a challenge for me, but I did it, and Basic Linux is up and running, working great.

Now... for the next step in my project...

Of course, Basic Linux is not what I want to keep. the reason I installed it was so I could mount my CD-ROM so I could install a better distro, I've decided on xubuntu, since I have ubuntu experience, and it should run nicely on the older laptop.

now, my problem is with the CD-ROM (? fstab?) Basic Linux recognizes my CD-ROM, but when I try to mount, I get this--

Code:
/<#>mount -t iso9660 /dev/cdrom /mnt/cdrom
mount: Mounting /dev/cdrom on /mnt/cdrom failed: No such device
I found out, through google, and the linuxquestion's wiki, that I need to do something with fstab. I can't figure out how to edit or access fstab. I know where it is, /etc/vfstab but I can't cd to it... which makes me think it is a file, not a folder, and I have no clue how to edit a file in the terminal.

I also tried the following:

Code:
/<#>dmesg
And I get a whole lot of information, which I don't want to write down unless necessary. The main peice of info that I think is relevant is

Code:
hdc: TOSHIBA CD-ROM XM-1202B, ATAPI CDROM drive
SO, what I THINK I need to do is edit the fstab to include my cd-rom--

Code:
/dev/cdrom /cdrom iso9660 ro,user,noauto 0 0
The above is also from the linuxquestions wiki.

Is this correct?
If so, how the heck do I access the fstab file?

Thanks so much,

Chris
 
Old 11-08-2007, 03:20 AM   #2
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Any (console) text editor should do and you'll want to run "editor /etc/fstab", replacing "editor" with your editor of choice, obviously. I haven't been able to find out which editors Basic Linux comes with, so try nano, pico, emacs, vi and see which works.
 
Old 11-08-2007, 05:42 AM   #3
mrrangerman
Member
 
Registered: Oct 2007
Location: MI
Distribution: Debian Slackware
Posts: 528

Rep: Reputation: 59
Use vi to edit here is about a 25min basic tutorial on vi.
 
Old 11-08-2007, 05:41 PM   #4
bibh_lnxq
Member
 
Registered: Nov 2004
Location: Leiden, Netherlands
Distribution: SuSE; Fedora;Slackware
Posts: 58

Rep: Reputation: 15
Re your failed command

"/<#>mount -t iso9660 /dev/cdrom /mnt/cdrom
mount: Mounting /dev/cdrom on /mnt/cdrom failed: No such device"

Now, given that the CD-ROM is recognised (as /hdc),

You can also try

#mount -t iso9660 /dev/hdc /mnt
 
Old 11-09-2007, 04:27 AM   #5
DrivethroughV8
LQ Newbie
 
Registered: Nov 2007
Distribution: ubuntu 6.06
Posts: 4

Original Poster
Rep: Reputation: 0
Hi Nylex, mrrangerman, bibh_lnxq, thanks for your replies.

Thanks to you guys, I found out that bl_3 has vi.

I opened it up and edited fstab.

My fstab file now looks like this:

Code:
/dev/ram0  /     ext2  defaults  1  1
/dev/fd0  /fd    msdos noauto    0  0
none      /proc  proc  defaults  0  0
/dev/cdrom /cdrom iso9660 ro,user,noauto 0 0
I saved it with :wq and restarted,
and I still get the same error,

Code:
mount: Mounting /dev/cdrom on /cdrom failed: No such device
also,

Code:
#mount -t iso9660 /dev/hdc /mnt
gives the same error.


Last edited by DrivethroughV8; 11-09-2007 at 04:37 AM. Reason: left detail out
 
Old 11-09-2007, 05:46 AM   #6
mrrangerman
Member
 
Registered: Oct 2007
Location: MI
Distribution: Debian Slackware
Posts: 528

Rep: Reputation: 59
Quote:
/dev/cdrom /cdrom iso9660 ro,user,noauto 0 0
Ok when you added this entry to your fstab the part I put in bold text does this directory exist? If not you need to add it mkdir /cdrom
 
Old 12-01-2007, 04:11 AM   #7
DrivethroughV8
LQ Newbie
 
Registered: Nov 2007
Distribution: ubuntu 6.06
Posts: 4

Original Poster
Rep: Reputation: 0
Hello again,

Thank you mrangerman for your reply.

Sorry I have been late with my getting back to you, I've been a little discouraged about this whole project so I've been avoiding it, but I really want to make it work, and this weekend I jumped back into the effort.

I took a look to see whether or not /cdrom exists, and it does exist.

I am once again stumped!

Again (Maybe it will help?) here is the entry in my fstab
Code:
/dev/cdrom /cdrom iso9660 ro,user,noauto 0 0
here is the mount command I enter and the error
Code:
/<#>mount -t iso9660 /dev/cdrom /cdrom
Code:
mount: Mounting /dev/cdrom on /cdrom failed: No such device
 
Old 12-17-2007, 10:34 AM   #8
DrivethroughV8
LQ Newbie
 
Registered: Nov 2007
Distribution: ubuntu 6.06
Posts: 4

Original Poster
Rep: Reputation: 0
I think I am going to go about doing this a different way, since I really don't know what I am doing in basic linux. I am going to try to get a copy of windows, install it, which should make the CDROM usable, and also bootable. I will go from there and install linux.

Thank you all for your help, sorry I couldn't get it to work through basic linux!
 
  


Reply

Tags
basic, cdrom, fstab, hdc, laptop, linux, toshiba


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Loading Linux on Laptop with no CD ROM jgmcbride Linux - Laptop and Netbook 2 11-27-2006 11:41 AM
installing linux on laptop with no CD-ROM rob_xx17 Linux - Laptop and Netbook 11 02-21-2006 05:09 PM
Basic Linux Laptop setup - any assistance welcome! mofoitk Linux - Laptop and Netbook 13 10-27-2005 01:56 AM
Linux on laptop without cd-rom michaeltweak Linux - Laptop and Netbook 7 07-02-2004 03:58 PM
I have an old laptop w/o a CD-ROM and I want to install Linux... HGeneAnthony Linux - Hardware 3 04-15-2003 09:40 PM

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

All times are GMT -5. The time now is 06:20 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