Mailinglist Archive: opensuse (4244 mails)
| < Previous | Next > |
Re: [opensuse] XP windows partition not showing up.
- From: Aniruddha <mailing_list@xxxxxxxxx>
- Date: Mon, 08 Oct 2007 23:32:16 +0200
- Message-id: <1191879136.3408.12.camel@xxxxxxxxxxxx>
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 <bob.l.lewis@xxxxxxxxx> wrote:
> > On 10/8/07, Aniruddha <mailing_list@xxxxxxxxx> 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: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
# 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 <bob.l.lewis@xxxxxxxxx> wrote:
> > On 10/8/07, Aniruddha <mailing_list@xxxxxxxxx> 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: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |