nixCraft Linux Forum

nixCraft

Linux / UNIX 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

Linux answers from nixCraft.


Linux software General questions and discussion about Redhat/Fedora Core/Cent OS, Debian and Ubuntu Linux related to softwares should go here.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 21-04-2006, 04:43 PM
Junior Member
User
 
Join Date: Mar 2006
Location: madurai
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
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
  #2 (permalink)  
Old 21-04-2006, 04:47 PM
monk's Avatar
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
OS: Debian GNU/Linux
Posts: 506
Thanks: 0
Thanked 8 Times in 6 Posts
Rep Power: 7
monk has a spectacular aura about monk has a spectacular aura about
Default

Is it NTFS or FAT32 partition?
Reply With Quote
  #3 (permalink)  
Old 21-04-2006, 09:06 PM
Junior Member
User
 
Join Date: Mar 2006
Location: madurai
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
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 21-04-2006, 10:04 PM
Member
User
 
Join Date: Mar 2006
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
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 22-04-2006, 12:04 AM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 5
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
  #6 (permalink)  
Old 24-12-2008, 12:41 AM
san san is offline
Junior Member
User
 
Join Date: Dec 2008
OS: Fedora
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
san is on a distinguished road
Default

on my laptop i can do fdisk -l but on my school computer it doesnt work why and gives eror command not found ..how should i fix it
Reply With Quote
  #7 (permalink)  
Old 24-12-2008, 07:14 AM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 245 Times in 184 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

you must be root user to run fdisk -l.
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #8 (permalink)  
Old 24-12-2008, 07:20 AM
san san is offline
Junior Member
User
 
Join Date: Dec 2008
OS: Fedora
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
san is on a distinguished road
Default

i did logged in as root user and then tried fdisk...
Reply With Quote
  #9 (permalink)  
Old 24-12-2008, 12:15 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 245 Times in 184 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Try full path
Code:
/sbin/fdisk -l
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help
Reply With Quote
  #10 (permalink)  
Old 24-12-2008, 12:38 PM
san san is offline
Junior Member
User
 
Join Date: Dec 2008
OS: Fedora
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
san is on a distinguished road
Default

will try tomorrow
__________________
*NIX based OS is only for programmers, and are not fully evolved to the level where MS windows XP has evolved, SO use it at your own risk..
Reply With Quote
Reply


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 Off


Similar Threads

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


All times are GMT +5.5. The time now is 01:28 AM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

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 37 38