Computing.Net > Forums > Linux > Mount Other Drive in Linux

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Mount Other Drive in Linux

Reply to Message Icon

Name: Manzoor
Date: June 3, 2007 at 21:05:24 Pacific
OS: Linux Fedora
CPU/Ram: 800/256
Product: Intel D815
Comment:

How to mount other Fat32 drive like (C,D,E,F,G) In Linux Fedora Version.

Some body guide me step by step?




Sponsored Link
Ads by Google

Response Number 1
Name: atulit
Date: June 3, 2007 at 22:22:26 Pacific
Reply:

U first make mount point in your /mnt dir. eg md /mnt/winc ie windows c is going to mount here..
and then mount the windows c partition there.
like if win c is at hda2 then

mount -t vfat /dev/hda2 /mnt/winc
/dev/hda2 is source and /mnt/winc is target

vfat is for fat file system

i forget little bit of it so better before doing it see
man for mount


0

Response Number 2
Name: jefro
Date: June 4, 2007 at 14:17:09 Pacific
Reply:

Seems like it should automount in fedora. See the media folder?

I read it wrong and answer it wrong too. So get off my case you goober.


0

Response Number 3
Name: Manzoor
Date: June 5, 2007 at 21:46:27 Pacific
Reply:

Thanks you atulit!

I would like to know automount in Linux.If you know about it please advise me.

Thanks Again


0

Response Number 4
Name: atulit
Date: June 6, 2007 at 01:27:22 Pacific
Reply:

Sorry, i forget it and i have no access to linux machine at my new office to recheck ..
but what i remember fro automount
1> u have to make dir as usual in mnt or media mount
2> u have to give entery in fstab file in the last line similar to manual mount..
some additional parameter is there i will try to found
but u can do little R&D after taking backup of original file, u will get the result..
must check man for mount


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Shell script capturing strings



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Mount Other Drive in Linux

mount dynamic drives in linux www.computing.net/answers/linux/mount-dynamic-drives-in-linux/19573.html

How to mount USB drive in linux? www.computing.net/answers/linux/how-to-mount-usb-drive-in-linux/23006.html

mounting fat32 partition in linux www.computing.net/answers/linux/mounting-fat32-partition-in-linux/7880.html