LinuxQuestions.org
Help answer threads with 0 replies.
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 04-06-2008, 07:30 AM   #1
xcorsary
Member
 
Registered: Mar 2008
Location: Medellin - Colombia
Distribution: kubuntu
Posts: 31

Rep: Reputation: 15
problems finding/mounting partition on fedora8


hi guys... and/or girls!!

i have this partition (hda5) on my hd, but i cant find it on the dev directory, so i cannot mount it. I know thats the partition's name, 'cause i find it allways when i use the knoppix dvd. Btw, is there a way to configure the fedora8 so it can allways identify the paritions like knoppix?
I'm glad for anwwers and indications to how to mount the partition too.

tkx a lot

mk
 
Old 04-06-2008, 07:40 AM   #2
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
In a terminal, enter "su" to become the root user, and then "fdisk -l". This will tell you what Fedora thinks all you partitions are. Then look in /mnt or /media and see if a mount point is already setup. If so, you may be able to mount the partition using "mount nameofmountpoint".

Otherwise, you can simply create a mount point and mount using something like:

mkdir abc
mount /dev/hda5 abc

To make this automatic, you would put an entry in /etc/fstab (man fstab for details)
 
Old 04-06-2008, 09:23 AM   #3
xcorsary
Member
 
Registered: Mar 2008
Location: Medellin - Colombia
Distribution: kubuntu
Posts: 31

Original Poster
Rep: Reputation: 15
tkx... but now another problem arrised! i just realized i can't use fdisk or shutdown commands on my fedora8! and i'm using the root user!
any ideas?
 
Old 04-06-2008, 11:34 AM   #4
xcorsary
Member
 
Registered: Mar 2008
Location: Medellin - Colombia
Distribution: kubuntu
Posts: 31

Original Poster
Rep: Reputation: 15
tkx a lot pixellani!!! i solved the problem with the bash, and now it works perfect! i just need to know, how to make a link from the desktop to mount and umount it... can you help me?
 
Old 04-06-2008, 03:00 PM   #5
marquardl
Member
 
Registered: Apr 2008
Posts: 100

Rep: Reputation: 15
/sbin

Fedora and most other recent distros use the new naming scheme, so for /dev/hda5 you should look for /dev/sda5. This is only true if the disk in question is not part of an LVM set.

If your not logged in as root, but get root permissions with 'su', then you will not have /sbin in your PATH. In this case use:

Code:
/sbin/fdisk -l
(give full path to the application)

Bye,
M

Linux Archive

Last edited by marquardl; 05-01-2008 at 01:39 AM.
 
Old 04-06-2008, 03:05 PM   #6
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by marquardl View Post
Fedora and most other recent distros use the new naming scheme, so for /dev/hda5 you should look for /dev/sda5. This is only true if the disk in question is not part of an LVM set.

If your not logged in as root, but get root permissions with 'su', then you will not have /sbin in your PATH. In this case use:

Code:
/sbin/fdisk -l
(give full path to the application)

Bye,
M
Or use "su -" This gives you the root user's environment--including PATH
 
Old 04-06-2008, 05:07 PM   #7
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by xcorsary View Post
tkx a lot pixellani!!! i solved the problem with the bash, and now it works perfect! i just need to know, how to make a link from the desktop to mount and umount it... can you help me?
Make a link to the Desktop??

Assume that you want a link to /mnt/mydrive:

su
cd ~/Desktop
ln -s /mnt/mydrive .
 
  


Reply

Tags
mounting, partition



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
e-mail problems on fedora8 greedy13 Linux - Server 2 03-11-2008 06:13 PM
Problems mounting LVM-partition RacerDude Fedora 1 11-22-2005 11:04 AM
problems mounting ntfs partition wisdom Linux - Software 3 11-11-2005 04:48 AM
problems mounting vfat partition oDyman Slackware 6 11-11-2004 05:18 AM
Partition and mounting problems w/ thumbdrive?? partimegeek Linux - Newbie 10 05-10-2004 05:09 PM

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

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