nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

windows partition mounting problem in linux as4.o

This is a discussion on windows partition mounting problem in linux as4.o within the Linux software forums, part of the Linux Getting Started category; hai, i am having a linux with dual boot to windows2000. if i boot to linux i cannot able to ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 04-21-2006, 05:43 PM
Junior Member
User
 
Join Date: Mar 2006
Location: madurai
Posts: 22
Rep Power: 0
ramjimh
Send a message via Yahoo to ramjimh
Default windows partition mounting problem in linux as4.o

hai,

i am having a linux with dual boot to windows2000. if i boot to linux i cannot able to view the windows partition.how to mount the windows partition automatically with linux partitions.i installed windows 2000 in primary partition and linux in extended partition.

with rgds,

ramjimh
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 04-21-2006, 05:47 PM
monk's Avatar
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

Is it NTFS or FAT32 partition?
Reply With Quote
  #3 (permalink)  
Old 04-21-2006, 10:06 PM
Junior Member
User
 
Join Date: Mar 2006
Location: madurai
Posts: 22
Rep Power: 0
ramjimh
Send a message via Yahoo to ramjimh
Default windows partition in linux

i am using fat32 type of filesystem in windows.how to mount this filesystem in linux.

with rgds,

ramjimh
Reply With Quote
  #4 (permalink)  
Old 04-21-2006, 11:04 PM
Member
User
 
Join Date: Mar 2006
Posts: 63
Rep Power: 0
puppen
Default

Dear ramjimh

try fdisk -l /dev/hda find out fat32 partitaion, one more thing do not mount under /root mount somewhere else i.e /tmp .This is might help.

Puppen
Reply With Quote
  #5 (permalink)  
Old 04-22-2006, 01:04 AM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 4
tom is on a distinguished road
Default

Use mount command as follows:

Create mount dir:
Code:
mkdir -p /mnt/c
Mount partition:
Code:
mount -t vfat /dev/hdX /mnt/c
Now goto directory /mnt/c
Code:
cd /mnt/c
Replace /dev/hdX with actual your partition, to find out partition list type command:
Code:
fdisk -l
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
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

Similar Threads

Thread Thread Starter Forum Replies Last Post
Mounting cdrom in cent os 5 linux jerry Getting started tutorials 3 03-24-2008 05:48 PM
mounting within an already mounted partition scytale Linux software 2 08-17-2007 10:36 PM
Mounting servers in Linux rav Linux software 1 05-03-2007 12:57 AM
Can't export the windows ntfs partition using nfs linuxnightowl84 Networking, Firewalls and Security 4 04-29-2007 05:40 PM
Access windows partition mannrj45 Linux software 2 12-04-2006 10:03 AM


All times are GMT +5.5. The time now is 12:33 AM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36