LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 11-19-2003, 02:49 PM   #1
thefetus
Member
 
Registered: Nov 2003
Posts: 51

Rep: Reputation: 15
Mounted Drive...using its files


Ok, I finally got my 160 gb hard drive mounted. I checked in terminal, and it showed files I remember being on that drive. How would I get to access these files through the use of folders. My other hard drive has a folder on the desktop in which I can access files. I want the same for my other hard drive, without using Terminal to access every file.
 
Old 11-19-2003, 03:03 PM   #2
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
This is a difficult question for anyone to answer when you do not give us any details of what system you are running and what desktop you are using.
 
Old 11-19-2003, 03:06 PM   #3
thefetus
Member
 
Registered: Nov 2003
Posts: 51

Original Poster
Rep: Reputation: 15
Im using Redhat 9, im not sure what other info is needed
 
Old 11-19-2003, 03:21 PM   #4
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
1. Make a directory to mount the drive on
2. Mount the drive
3. If you want it mounted on boot, edit /etc/fstab
4. Make the desktop link you want that points to it.

# Managing drives
LNAG - Accessing my drives
Rute - Device Mounting
 
Old 11-19-2003, 03:26 PM   #5
thefetus
Member
 
Registered: Nov 2003
Posts: 51

Original Poster
Rep: Reputation: 15
Its already mounted. Its just a matter of being able to open files, i can see them thru terminal, but im unsure how to get direct access
 
Old 11-19-2003, 03:35 PM   #6
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Then (assuming KDE) open konqueror. Navigate to where your files are mounted eg /mnt/anotherdisk, and open that. If that is what you want, you can right-click and drag a directory to your desktop. Choose 'Make Link'.

That's it.
 
Old 11-19-2003, 03:43 PM   #7
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
...oops LEFT-click and drag a directory to your desktop
 
Old 11-19-2003, 03:48 PM   #8
thefetus
Member
 
Registered: Nov 2003
Posts: 51

Original Poster
Rep: Reputation: 15
its saying i dont have access rights to that location....

Last edited by thefetus; 11-19-2003 at 03:52 PM.
 
Old 11-19-2003, 03:53 PM   #9
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
This is difficult for me to answer: What desktop are you running?
Maybe gnome (there's a footprint-thingy at the bottom left of the screen)
Maybe KDE (There's a K-thingy at the bottom left of the screen)
Are you runnning a graphical interface at all (or are you just text-based)?

Give us some hints please!
 
Old 11-19-2003, 03:54 PM   #10
thefetus
Member
 
Registered: Nov 2003
Posts: 51

Original Poster
Rep: Reputation: 15
Gnome i think lol....

its graphical....im running the default Redhat 9 theme

Last edited by thefetus; 11-19-2003 at 03:55 PM.
 
Old 11-19-2003, 03:58 PM   #11
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Is it time to read yet?

Different filesystems/desktop window managers means different methods and here we are in the dark......

# Managing drives
LNAG - Accessing my drives
Rute - Device Mounting

man fstab
info fstab
 
Old 11-19-2003, 03:59 PM   #12
thefetus
Member
 
Registered: Nov 2003
Posts: 51

Original Poster
Rep: Reputation: 15
I've been reading for the last 2 days....none of it makes sense to me, hence me posting here.
 
Old 11-19-2003, 03:59 PM   #13
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
OK, I am not used to gnome (I happen to like KDE), but I'll switch to gnome and be back later......
Meanwhile please post the output from

ls -Al /mnt

assuming /mnt is where you have mounted this disk.

later
 
Old 11-19-2003, 04:03 PM   #14
thefetus
Member
 
Registered: Nov 2003
Posts: 51

Original Poster
Rep: Reputation: 15
drwxr-xr-x 2 root root 4096 Nov 18 16:44 cdrom
drwxr-xr-x 2 root root 4096 Nov 18 16:44 floppy
drwxr-xr-x 2 root root 4096 Nov 19 15:16 fuck
drwxr-xr-x 2 root root 4096 Nov 19 15:20 fucker
drwxr-xr-x 2 root root 4096 Nov 19 12:43 Mount
drwxr-xr-x 2 root root 4096 Nov 19 12:54 Mount2
drwxr-xr-x 2 root root 4096 Nov 19 15:31 pos
drwxr-xr-x 2 root root 4096 Nov 19 14:36 shit
dr-x------ 1 root root 8192 Nov 11 18:48 windows

-----
lol, its mounted to windows....all the others were my pissed off attempts to mount
 
Old 11-19-2003, 04:05 PM   #15
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Back from gnome. Woooo, that was scarey!

In gnome: Foot->Applications->File Tools-> Nautilus.

Navigate to the directory you want, then RIGHT click (why does gnome have to be different from KDE, or vice versa?) and drag it to the desktop. Choose link.
 
  


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
can't open files inside mounted usb drive NanoFxJ Linux - Hardware 2 05-19-2005 07:59 AM
Can't see files on mounted drive JMakar Linux - Hardware 2 04-15-2005 10:50 AM
USB Drive - Mounted OK, but files aren't recognized Dr3n Linux - Hardware 6 03-14-2005 06:00 PM
can't see files in mounted drive freeindy Linux - General 6 04-24-2004 08:40 AM
Files not showing up in mounted drive JCDenton Linux - Newbie 9 08-01-2003 11:17 PM

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

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