I guess this will work:

# mkdir /mnt/WinXP
# mount /dev/sda1 /mnt/WinXP

or to get ntfs write support

install ntfs-3g
# mkdir /mnt/WinXP
# ntfs-3g /dev/sda1 /mnt/WinXP



On Mon, 2007-10-08 at 15:22 -0600, Chris Worley wrote:
> On 10/8/07, Robert Lewis <[EMAIL PROTECTED]> wrote:
> > On 10/8/07, Aniruddha <[EMAIL PROTECTED]> wrote:
> > > What does
> > >
> > > # fdisk -l
> > >
> > > reveal?
> > >
> > >
> > > On Mon, 2007-10-08 at 12:20 -0700, Robert Lewis wrote:
> > > > I have an HP laptop that is dual booted, XP and Linux.
> > > >
> > > > With 10.2 and now 10.3 I do not see the XP partition showing
> > > > up so I can traverse the NTFS filesystem within Linux.
> > > >
> > > > Anyone have any clues how I can fix this?
> > > >
> > > > Cheers,
> > > > Bob
> >
> >    Device Boot      Start         End      Blocks   Id  System
> > /dev/sda1   *           1        5105    41005881    7  HPFS/NTFS
> > /dev/sda2           12652       14462    14546857+  1c  Hidden W95 FAT32 
> > (LBA)
> > /dev/sda3           14463       14593     1052257+  d7  Unknown
> > /dev/sda4            5106       12651    60613245    f  W95 Ext'd (LBA)
> > /dev/sda5            5106        5367     2104483+  82  Linux swap / Solaris
> > /dev/sda6            5368        7978    20972826   83  Linux
> > /dev/sda7            7979       12651    37535841   83  Linux
> 
> ... and you're saying none of those partitions are the NT partition
> you're looking for?
> 
> Does "cat /proc/partitions" show any other devices that partition might be on?
> 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to