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
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.
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
Summary: I'm having problems mounting dynamic drives in linux. It doesn't seem to work. I can mount ntfs partitions, but that's all. So, my question is how can I mount the dynamic ones? THanks. ...
Summary: Mostly all usb flash devices are "usb-mass-storage" devices and work with the usb-storage driver. The musb-storage driver actually emulates a SCSI devices, so you can do the following as 3Dave said: m...
Summary: Hi: I have a similar situation, and need a similar solution. The advice above did not work for me: 1. Single dual-boot drive: /dev/hda /hda1 = FAT(32) for Windows /hda2 = boot ...