Linux / UNIX Tech Support Forum
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 ...
|
|||||||
| Linux software General questions and discussion about Redhat/Fedora Core/Cent OS, Debian and Ubuntu Linux related to softwares should go here. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
| Sponsored Links | ||
|
|
|
|||
|
Use mount command as follows:
Create mount dir: Code:
mkdir -p /mnt/c Code:
mount -t vfat /dev/hdX /mnt/c Code:
cd /mnt/c Code:
fdisk -l |
|
||||
|
you must be root user to run fdisk -l.
__________________
Vivek Gite Linux Evangelist |
|
||||
|
Try full path
Code:
/sbin/fdisk -l
__________________
Vivek Gite Linux Evangelist |
|
|||
|
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..
|
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| 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 |