Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


View Poll Results: Which distro is better?
Red Hat 2 100.00%
Mandrake 0 0%
suse 0 0%
Voters: 2. You may not vote on this poll

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 23-02-2004, 06:51 PM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Dec 2003
Location: Mumbai
Posts: 9
Default mounting FAT filesystems in Linux


hi!
out of sheer curiosity due to the huge amount of hype being generated, i installed linux.(fedora core 1)
earlier i had tried out a slackware live cd and it detected my filesystems and other stuff. but in fedora, i am not able to access my windows(fat) drives. i tried the mount command in various ways:
Code:
mount /dev/hda1
Code:
mount /dev/hda1 /mnt/dosc VFAT
but it kept giving me the error that /dev/hda1 could not be found in /etc ...
please help me since i like to do my worl while listening to songs and i cannot play any
cyanide3d is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 27-02-2004, 10:11 AM   #2 (permalink)
Right Off the Assembly Line
 
Join Date: Feb 2004
Location: Mangalore
Posts: 7
Default Mounting Windows partition in Linux

Hi cyanide3d,

U can use mount the windows partion in Linux.

use
Code:
man mount
in the terminal for more information.

But if iam not wrong the format of mount command goes like this:
Code:
 mount -vfat  /dev/hda*?* /mnt/[folder]
U will have to provide a proper device number for the partion u want to mount. U can know the device number using the command
Code:
 fdisk -l
in the terminal.
Note: Extended partition as a whole has a device number.DONOT MOUNT IT.

U will have to make a folder in [root]/mnt/ directory where u would like to mount the new partition.

For convenience you can create a text file and type the mount complete mount command & save the text file with .sh extension. Give it execute permission. Store a shortcut for the file in desktop. Click it! Voila!!! the partition mounts......


If ur a Linux panta u can go for editing fstab file located in [root]/etc/ folder.

But if ur windows partition is NTFS ( if u r using win2000 or winXP ) mount command will not mount unless Kernel is Recompiled (in case of Redhat iam sure of this ).

_________________________________________


_________________________________________
Kiran is offline  
Old 01-03-2004, 05:52 PM   #3 (permalink)
Broken In
 
Join Date: Oct 2003
Location: Palakkad Kerala
Posts: 190
Default

Try this make a folder in /mnt (name it something like c

Then open etc/fstab

Add the following lines (I'm not sure I'm now working in win2000)

/mnt/c: vfat hda1 .

You will find something similar in the above lines. In the Fs column use vfat and in the column of /mnt/... Use the name of the folder created in mnt. and hda1 for c:
If you are confused I'm sorry next time I will run in linux and clarify your doubts.
BONZI is offline  
Old 07-07-2005, 12:07 AM   #4 (permalink)
Right Off the Assembly Line
 
Prajith's Avatar
 
Join Date: Mar 2005
Location: Nebuchadnezzar
Posts: 48
Default

create a mount point
type mkdir/mnt/windows at the command prompt
then mount fat 32 partitions by using command
mount/dev/hda1/mnt/windows for ur c: (proceed similarly for others)
else use command
mount -t vfat/dev/hda1/mnt/windows

now access from /mnt/windows
Prajith is offline  
Closed Thread

Bookmarks

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by Deepaks
- by abhidev
- by Who
- by Anorion

Advertisement




All times are GMT +5.5. The time now is 09:00 PM.


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

Search Engine Optimization by vBSEO 3.3.2