Go Back   Cyber Tech Help Support Forums > Operating Systems > Linux

Notices

Reply
 
Topic Tools
  #1  
Old September 17th, 2006, 11:16 PM
G_Dem's Avatar
G_Dem G_Dem is offline
Hijack Helper
 
Join Date: Dec 2005
O/S: Windows XP Pro
Location: London
Age: 27
Posts: 3,219
listing files on a cd

Hi guys,

I installed debian 64bit today on my pc. I'm trying to install the ndiswrapper which i placed in a folder. The folder is called test linksys drivers. I get into the cdrom by running: cd /cdrom

But when i type dir nothing comes up. Am I doing it wrong?
Reply With Quote
  #2  
Old September 17th, 2006, 11:29 PM
Roadrunner777's Avatar
Roadrunner777 Roadrunner777 is offline
<- My cat, Jeep
 
Join Date: Aug 2006
O/S: Linux
Location: Bemidji, MN, USA
Posts: 636
the command is: ls (LS in small letters)
__________________
I will watch your thread for 7 days following your last posting. After that, I will assume the problem has been resolved.

It really does help to fill in your computer information when you register. Just click on 'My Control Panel' and edit your profile. Thanks!

Did you know that 90% of all laptop repairs can be avoided by regular cleaning? Just take a can of compressed air and clean the ventilation areas, fans, etc. Your computer will run cooler with fewer problems.
Reply With Quote
  #3  
Old September 17th, 2006, 11:58 PM
G_Dem's Avatar
G_Dem G_Dem is offline
Hijack Helper
 
Join Date: Dec 2005
O/S: Windows XP Pro
Location: London
Age: 27
Posts: 3,219
thanks but thats not working either. It must be the cd because i can use ls in the home directory fine. The thing is though i tried using ls with the debian installation cd and that didnt work either???

I might just uninstall debian and try something else. Might go back to ubuntu. I'm finding not having kde difficult.
Reply With Quote
  #4  
Old September 18th, 2006, 12:02 AM
Roadrunner777's Avatar
Roadrunner777 Roadrunner777 is offline
<- My cat, Jeep
 
Join Date: Aug 2006
O/S: Linux
Location: Bemidji, MN, USA
Posts: 636
ls is a very basic command, so there is some other issue. Anyway, yeah, I really like Ubuntu... it's been my only operating system at home since last November.
__________________
I will watch your thread for 7 days following your last posting. After that, I will assume the problem has been resolved.

It really does help to fill in your computer information when you register. Just click on 'My Control Panel' and edit your profile. Thanks!

Did you know that 90% of all laptop repairs can be avoided by regular cleaning? Just take a can of compressed air and clean the ventilation areas, fans, etc. Your computer will run cooler with fewer problems.
Reply With Quote
  #5  
Old September 18th, 2006, 12:10 AM
G_Dem's Avatar
G_Dem G_Dem is offline
Hijack Helper
 
Join Date: Dec 2005
O/S: Windows XP Pro
Location: London
Age: 27
Posts: 3,219
Cool well i'll be asking for lots of help! lol. I'm sure i will run into problems installing ndiswrapper and the wireless drivers.
Reply With Quote
  #6  
Old September 18th, 2006, 12:17 AM
Roadrunner777's Avatar
Roadrunner777 Roadrunner777 is offline
<- My cat, Jeep
 
Join Date: Aug 2006
O/S: Linux
Location: Bemidji, MN, USA
Posts: 636
Oh no no no... hehe... I'll try but I have no experience with either in Linux.
__________________
I will watch your thread for 7 days following your last posting. After that, I will assume the problem has been resolved.

It really does help to fill in your computer information when you register. Just click on 'My Control Panel' and edit your profile. Thanks!

Did you know that 90% of all laptop repairs can be avoided by regular cleaning? Just take a can of compressed air and clean the ventilation areas, fans, etc. Your computer will run cooler with fewer problems.
Reply With Quote
  #7  
Old September 18th, 2006, 12:22 AM
kage's Avatar
kage kage is offline
Cyber Tech Help Moderator
 
Join Date: Apr 2004
O/S: Linux
Age: 19
Posts: 1,259
Are you sure the cd was actually mounted to /cdrom? Run 'mount' to check.
__________________
Tips for Linux Newcommers

If we have helped you, please consider supporting Cyber Tech Help with a subscription.

Reply With Quote
  #8  
Old September 18th, 2006, 12:57 AM
G_Dem's Avatar
G_Dem G_Dem is offline
Hijack Helper
 
Join Date: Dec 2005
O/S: Windows XP Pro
Location: London
Age: 27
Posts: 3,219
yeah it seems to be mounted. I'm not 100% though. It says:

/dev/hda1 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
Reply With Quote
  #9  
Old September 18th, 2006, 01:15 AM
kage's Avatar
kage kage is offline
Cyber Tech Help Moderator
 
Join Date: Apr 2004
O/S: Linux
Age: 19
Posts: 1,259
It's not mounted. You should see something like:

/dev/hda on /cdrom type cd9660 (ro)

Check /etc/fstab, see if anything is mentioned about the cdrom drive.
__________________
Tips for Linux Newcommers

If we have helped you, please consider supporting Cyber Tech Help with a subscription.

Reply With Quote
  #10  
Old September 18th, 2006, 01:24 AM
G_Dem's Avatar
G_Dem G_Dem is offline
Hijack Helper
 
Join Date: Dec 2005
O/S: Windows XP Pro
Location: London
Age: 27
Posts: 3,219
debian:/cdrom# /etc/fstab
-bash: /etc/fstab: Permission denied
Reply With Quote
  #11  
Old September 18th, 2006, 01:38 AM
G_Dem's Avatar
G_Dem G_Dem is offline
Hijack Helper
 
Join Date: Dec 2005
O/S: Windows XP Pro
Location: London
Age: 27
Posts: 3,219
ok ive done something.

mkdir /mnt/cdrom
then:
mount -t auto /dev/cdrom /mnt/cdrom
then it said:
mount: block device /dev/cdrom is write protected, mounting read only.
Now when i type mount the bottom line says:
/dev/hdd on /mnt/cdrom type iso9660 (ro)

but "ls" still doesnt work
Reply With Quote
  #12  
Old September 18th, 2006, 01:53 AM
G_Dem's Avatar
G_Dem G_Dem is offline
Hijack Helper
 
Join Date: Dec 2005
O/S: Windows XP Pro
Location: London
Age: 27
Posts: 3,219
ok ls -lrt works. I can see the folder which i want to get to but i cant navigate to it. Could someone let me know how to navigate to a specific folder. Then move a file to another location. Do I need to move ndiswrapper to a certain folder or can I run it from the cd?

Edit: Ive managed to get to the folder by pressing the tab key after cd /. woohoo! now just gotta figure out the rest.`lol

Last edited by G_Dem; September 18th, 2006 at 02:03 AM.
Reply With Quote
  #13  
Old September 18th, 2006, 02:20 AM
kage's Avatar
kage kage is offline
Cyber Tech Help Moderator
 
Join Date: Apr 2004
O/S: Linux
Age: 19
Posts: 1,259
To check /etc/fstab, use the 'cat' command. 'cat' prints out the contents of a file, so 'cat /etc/fstab' would show you what is in the file. If you have a really long file (that goes off the page) you can pipe the output of cat to less, like so: 'cat /etc/fstab |less', which will allow you to 'scroll' down with the arrow keys.

Once you have the cd drive mounted, use the 'cd' command to change to the directory. 'cd /mnt/cdrom' will put you in the directory you want to be in. You can copy files from one directory to another using 'cp <file> /<designation>'.
__________________
Tips for Linux Newcommers

If we have helped you, please consider supporting Cyber Tech Help with a subscription.

Reply With Quote
  #14  
Old September 18th, 2006, 02:41 AM
G_Dem's Avatar
G_Dem G_Dem is offline
Hijack Helper
 
Join Date: Dec 2005
O/S: Windows XP Pro
Location: London
Age: 27
Posts: 3,219
cheers mate all done. Now ive posted in my old wireless thread. Getting an error when running make
Reply With Quote
Reply

Bookmarks

Topic Tools

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 On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:31 AM.

[ RSS ]