Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.hardware > #1130 > unrolled thread
| Started by | Jivanmukta <jivanmukta@poczta.onet.pl> |
|---|---|
| First post | 2012-03-26 06:45 -0700 |
| Last post | 2012-03-26 15:16 +0000 |
| Articles | 6 — 4 participants |
Back to article view | Back to comp.os.linux.hardware
disk and partition with NTFS Jivanmukta <jivanmukta@poczta.onet.pl> - 2012-03-26 06:45 -0700
Re: disk and partition with NTFS Richard Kettlewell <rjk@greenend.org.uk> - 2012-03-26 15:17 +0100
Re: disk and partition with NTFS Jivanmukta <jivanmukta@poczta.onet.pl> - 2012-03-26 09:16 -0700
Re: disk and partition with NTFS Jivanmukta <jivanmukta@poczta.onet.pl> - 2012-03-26 09:48 -0700
Re: disk and partition with NTFS ray <ray@zianet.com> - 2012-03-26 15:02 +0000
Re: disk and partition with NTFS J G Miller <miller@yoyo.ORG> - 2012-03-26 15:16 +0000
| From | Jivanmukta <jivanmukta@poczta.onet.pl> |
|---|---|
| Date | 2012-03-26 06:45 -0700 |
| Subject | disk and partition with NTFS |
| Message-ID | <2e7fd732-a59d-47f0-bafd-0e5d6844a97e@w5g2000vbv.googlegroups.com> |
How can I check on which disk and partition I have NTFS with Windows XP? I need this information for GRUB in my Ubuntu. I have 3 disks and meny partitions and I don't remember where I have NTFS. "fdisk -l" shows nothing. "ls /dev/sd*" shows: /dev/sda /dev/sdb /dev/sdb2 /dev/sdb6 /dev/sdc1 /dev/sda1 /dev/sdb1 /dev/sdb5 /dev/sdc /dev/sdc2 I tried every device to write it into /etc/grub.d/40_custom but Windows XP didn't start.
[toc] | [next] | [standalone]
| From | Richard Kettlewell <rjk@greenend.org.uk> |
|---|---|
| Date | 2012-03-26 15:17 +0100 |
| Message-ID | <87sjgva1lh.fsf@araminta.anjou.terraraq.org.uk> |
| In reply to | #1130 |
Jivanmukta <jivanmukta@poczta.onet.pl> writes: > How can I check on which disk and partition I have NTFS with Windows > XP? I need this information for GRUB in my Ubuntu. I have 3 disks and > meny partitions and I don't remember where I have NTFS. "fdisk -l" > shows nothing. If you mean that literally outputs nothing, then you need to run it as root. -- http://www.greenend.org.uk/rjk/
[toc] | [prev] | [next] | [standalone]
| From | Jivanmukta <jivanmukta@poczta.onet.pl> |
|---|---|
| Date | 2012-03-26 09:16 -0700 |
| Message-ID | <6c1293d7-8f59-43b7-9140-fd683c80813b@b14g2000vbz.googlegroups.com> |
| In reply to | #1131 |
> If you mean that literally outputs nothing, then you need to run it as
> root.
It works now. Thank you.
I have two NTFS partitions sda1 and sdc1. I suspect that I have
Windows XP on sda1.
Should I write
menuentry "Windows XP" { set root='(hd0,0)' chainloader +1 }
into /etc/grub.d/40_custom and use "sudo update-grub2"?
[toc] | [prev] | [next] | [standalone]
| From | Jivanmukta <jivanmukta@poczta.onet.pl> |
|---|---|
| Date | 2012-03-26 09:48 -0700 |
| Message-ID | <2c847b6a-611f-4a26-bdec-117ff1bea920@eb6g2000vbb.googlegroups.com> |
| In reply to | #1134 |
On 26 Mar, 18:16, Jivanmukta <jivanmu...@poczta.onet.pl> wrote:
> > If you mean that literally outputs nothing, then you need to run it as
> > root.
>
> It works now. Thank you.
> I have two NTFS partitions sda1 and sdc1. I suspect that I have
> Windows XP on sda1.
> Should I write
> menuentry "Windows XP" { set root='(hd0,0)' chainloader +1 }
> into /etc/grub.d/40_custom and use "sudo update-grub2"?
Neither root='(hd0,0)' nor root='(hd1,1)' works - Windows XP doesn't
start.
[toc] | [prev] | [next] | [standalone]
| From | ray <ray@zianet.com> |
|---|---|
| Date | 2012-03-26 15:02 +0000 |
| Message-ID | <9tbeokF1e1U42@mid.individual.net> |
| In reply to | #1130 |
On Mon, 26 Mar 2012 06:45:10 -0700, Jivanmukta wrote: > How can I check on which disk and partition I have NTFS with Windows XP? > I need this information for GRUB in my Ubuntu. I have 3 disks and meny > partitions and I don't remember where I have NTFS. "fdisk -l" shows > nothing. "ls /dev/sd*" shows: > /dev/sda /dev/sdb /dev/sdb2 /dev/sdb6 /dev/sdc1 /dev/sda1 > /dev/sdb1 /dev/sdb5 /dev/sdc /dev/sdc2 I tried every device to write > it into /etc/grub.d/40_custom but Windows XP didn't start. What does gparted show you?
[toc] | [prev] | [next] | [standalone]
| From | J G Miller <miller@yoyo.ORG> |
|---|---|
| Date | 2012-03-26 15:16 +0000 |
| Message-ID | <jkq17g$7c2$2@dont-email.me> |
| In reply to | #1130 |
On Monday, March 26th, 2012, at 06:45:10h -0700, Jivanmukta complained: > I tried every device to write it into /etc/grub.d/40_custom but > Windows XP didn't start. You should not need to write it into 40_custom because it should be automagically detected. Have you tried running update-grub2 as root?
[toc] | [prev] | [standalone]
Back to top | Article view | comp.os.linux.hardware
csiph-web