Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 22nd November 2004, 06:10 PM
DevHead Offline
Registered User
 
Join Date: Sep 2004
Posts: 34
Mounting a Partition

Still new to Linux (so be gentle):

I'm running FC3 now. When I was running FC2, I created a partition (/zcore) where I could store Linux apps, downloads, etc. FC2 recognized that partition, and I was able to access it just fine.

I upgraded to FC3 (via a clean install, not the normal "upgrade"). I know that the /zcore partition is still physically there--it wasn't deleted. However, FC3 doesn't seem to recognize this partition. That means, I can't get back to this partition to install some of the apps I have saved there.

What do I need to do so that I can access this partition? Would it be a mount or something that I need to do? If something isn't clear, let me know and I'll try to best answer it.

Please advise. TIA.
__________________
DevHead
  #2  
Old 22nd November 2004, 06:23 PM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
1. Can you post you /sbin/fdisk -l so we can give you the line to mount it.
2. Also I am assuming this is a linux partition? If so follow this:

Depending on your fdisk -l, open terminal become root and type:
mkdir emptydir
mount /dev/hdax /mnt/emptydir

hdax (where x is the partition table number for /zcore), that is who I temporally mount my linux partitions to preserve them untouch...
to unmount it type:
umount /dev/hdax emptydir and done!
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
  #3  
Old 22nd November 2004, 06:29 PM
jayemef's Avatar
jayemef Offline
Registered User
 
Join Date: Sep 2004
Location: Juniata College, PA
Age: 28
Posts: 629
First try opening a terminal and enter
Code:
hwbrowser
See if you can find your partition in there. If you do, great. You'll then need to make a directory to mount it to. For example, you could create the directory /mnt/zcore. Then use the command
Code:
mount -t ext3 /dev/hdxx /mnt/zcore
Replace the hdxx with the partition allocated for zcore. If this works, you can have it automount at startup by adding the line "/dev/hdxx /mnt/zcore ext3 defaults 1 1" to the end of your /etc/fstab. (Please note, I'm assuming the partition is formatted as ext3. If it's not, you'll have to replace those references with the correct file system).

In the case that you don't see the partition, you may need to remake it, but this shouldn't be the case. If the partition is there, linux should see it.
__________________
- JMF
Registered Linux User #371168

+Fedora Core 3 - k2.6.10-1.766_FC3
+WindowMaker 0.91.0

Last edited by jayemef; 22nd November 2004 at 06:32 PM.
  #4  
Old 22nd November 2004, 06:33 PM
DevHead Offline
Registered User
 
Join Date: Sep 2004
Posts: 34
1. The PC in question is at home, so I can't give you the outputs of the command [at the moment]
2. Yes, the partition is a Linux partition (ext3).

Will I have to type out the command every time whenever I want to use the partition? Or can I have it already mounted and ready for use each time I boot up into Linux (like it was doing when I ran FC2)? Maybe change/add something in the /etc/fstab file (my first thought)?

Ahh, I see that jayemef already beat me to the question about fstab.
__________________
DevHead

Last edited by DevHead; 22nd November 2004 at 06:36 PM.
  #5  
Old 22nd November 2004, 06:36 PM
jayemef's Avatar
jayemef Offline
Registered User
 
Join Date: Sep 2004
Location: Juniata College, PA
Age: 28
Posts: 629
Quote:
Originally Posted by jayemef
If this works, you can have it automount at startup by adding the line "/dev/hdxx /mnt/zcore ext3 defaults 1 1" to the end of your /etc/fstab.
Yup, you should be able to automount the partition with this. Once it's mounted, you will never need to mount it again.
__________________
- JMF
Registered Linux User #371168

+Fedora Core 3 - k2.6.10-1.766_FC3
+WindowMaker 0.91.0
  #6  
Old 23rd November 2004, 12:54 AM
DevHead Offline
Registered User
 
Join Date: Sep 2004
Posts: 34
Update: The aforementioned suggestions work like a charm. Now I can see and access the /zcore partition just fine. Thank you!

Now let me go and see what else I need help with. =)
__________________
DevHead
  #7  
Old 23rd November 2004, 04:41 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
Quote:
Originally Posted by DevHead
Update: The aforementioned suggestions work like a charm. Now I can see and access the /zcore partition just fine. Thank you!

Now let me go and see what else I need help with. =)
Hey... if not broken...let's try not to fix it
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
  #8  
Old 31st July 2008, 10:54 PM
dniko Offline
Registered User
 
Join Date: Jul 2008
Posts: 10
Mounting partition on Linux

I was experiencing some problems with a fat partition which I had generated in my hard disk during a new linux installation. As a first step I was mounting the partition manually entering as root (this was done by entering the command su) and invoking the command:

mount -t vfat /dev/sda5 /home/dimitrios (/home/dimitrios was the directory I had selected for mounting the fat partition and dev/sda5 was that partition)

In this manner, I had permissions to read but not to write or delete data from this partition (all the aforementioned permissions were assigned to root)

Later I invoked the command
mount -t vfat /dev/sda5 /home/dimitrios umask=0002

Now I have updated the /etc/fstab with the additional command

/dev/sda5 /home/dimitrios/documents vfat umask=000 0 0 (again /home/dimitrios is the directory I had selected for mounting the fat partition)

Now thw partition is mounted at booting, and any user has the ability to read and write on it.
  #9  
Old 31st July 2008, 11:48 PM
Nokia's Avatar
Nokia Offline
Registered User
 
Join Date: Aug 2006
Location: /dev/realm/{Abba,Carpenters,...stage}
Posts: 3,286
This is a 4 years old thread.
__________________
For safer browsing, use OpenDNS nameservers 208.67.222.222 and 208.67.220.220

SELinux User Guide

AutoPager
Closed Thread

Tags
mounting, partition

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help!! Mounting Partition leflores80 Hardware & Laptops 2 12th June 2007 02:42 AM
Mounting data partition Error: Partition already mounted or busy synergy201 Using Fedora 0 27th January 2007 11:52 AM
mounting FC3 partition from Win XP distanceeffects EOL (End Of Life) Versions 1 7th June 2005 08:37 PM


Current GMT-time: 01:17 (Sunday, 26-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat