Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Knoppix Help Forum > DSL

Forgot Password?
 Knoppix Help Forum   For all discussions about Knoppix, the Linux "Live CD" that lets you run Linux without needing to install on your hard drive.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 07-13-2005   #1 (permalink)
tas
Just Joined!
 
Join Date: Jul 2005
Posts: 6
DSL

I'm using DSL (DamnSmallLinux) and I cant access any drives on the computer. (I'm a real noob at this.) So how do I access them?
tas is offline  


Reply With Quote
Old 07-13-2005   #2 (permalink)
Linux Guru
 
dylunio's Avatar
 
Join Date: Aug 2004
Location: Cymru
Posts: 4,157
you need to mount them, for instance you want to access /dev/hda2 do
Code:
su -
[rootpass if needed]
mount /dev/hda2 /mnt
then you will be able to access that drive at /mnt. Change the above for different drives, and mountpoints
__________________
Registered Linux User #371543!
Get force-get May The Source Be With You
/dev/null
/dev/null2
dylunio is offline   Reply With Quote
Old 07-13-2005   #3 (permalink)
tas
Just Joined!
 
Join Date: Jul 2005
Posts: 6
I get a "mount: only root can do that" error when I try typing that. As you can tell my linux skills are very limited.
tas is offline   Reply With Quote
Old 07-13-2005   #4 (permalink)
Linux User
 
nalg0rath's Avatar
 
Join Date: Sep 2004
Location: Stockholm
Posts: 303
Send a message via AIM to nalg0rath Send a message via MSN to nalg0rath
Run:
Code:
sudo su
before you issue the mount -command.
nalg0rath is offline   Reply With Quote
Old 07-13-2005   #5 (permalink)
tas
Just Joined!
 
Join Date: Jul 2005
Posts: 6
Ok it seems to have happily mounted. So is there a good file browser, I've been trying to access them from the sidebar?
tas is offline   Reply With Quote
Old 07-13-2005   #6 (permalink)
Linux User
 
nalg0rath's Avatar
 
Join Date: Sep 2004
Location: Stockholm
Posts: 303
Send a message via AIM to nalg0rath Send a message via MSN to nalg0rath
DSL file browsers:
- emelfm
- mc
nalg0rath is offline   Reply With Quote
Old 07-13-2005   #7 (permalink)
tas
Just Joined!
 
Join Date: Jul 2005
Posts: 6
I cant find teh drives in emelfm and the directory /mnt/ gives a "You do not have read access to that directory" error. By the way how do you copy and paste (I had to, gasp, type out the contents of the error message without Ctrl+c & Ctrl+v)?
tas is offline   Reply With Quote
Old 07-13-2005   #8 (permalink)
Linux User
 
nalg0rath's Avatar
 
Join Date: Sep 2004
Location: Stockholm
Posts: 303
Send a message via AIM to nalg0rath Send a message via MSN to nalg0rath
You could try to unmount it an mount it again with "read-write" permissions:
Code:
# umount /dev/hda2
# mount -rw /dev/hda2 /mnt
If this does not work, try changing the permissions to the directory by using chmod after you have mounted:
Code:
chmod 744 /mnt
It might help if we know what filesystem you use on the drive that you want to mount.

Normally you can copy and paste in Linux by selecting a text with the mouse (don't press any buttons) and then to paste it you press the mouse-wheel -button or the 3d mouse button.
nalg0rath is offline   Reply With Quote
Old 07-14-2005   #9 (permalink)
tas
Just Joined!
 
Join Date: Jul 2005
Posts: 6
Okey dokey:

-using the unmount command gives a "bash: unmount: command not foun" (yay! i can copy and paste!). This happens both in root and out of it.

-chmod: "chmod: /mnt: Read-only file system" But i still get the "You do not have read access on that directory" error when trying to access /mnt/ from emelfm

-Regarding filesystems: On this computer all the hard drives (3) are formatted to NTFS but i have a FAT or FAT32 (im not sure) USB flash drive attached and an external USB hard drive formatted to FAT32. I also want to get DSL working on my older computer which has a FAT32 hard drive.

I find it strange that it doesn't mount the drives automaticly. Why doesn't it do that?
tas is offline   Reply With Quote
Old 07-14-2005   #10 (permalink)
Linux Guru
 
budman7's Avatar
 
Join Date: Oct 2004
Location: Knee deep in Grand Rapids, Michigan
Posts: 3,242
The unmount command is

umount
__________________
Go RedWings
How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger

New users read The FAQ
budman7 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 03:54 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2