Thread
:
windows partition mounting problem in linux as4.o
View Single Post
#
5
(
permalink
)
04-22-2006, 01:04 AM
tom
Contributors
User
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power:
4
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
tom
View Public Profile
Find all posts by tom