public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] NTFS resizing
@ 2005-11-13  0:49 Pingveno
  2005-11-13  1:10 ` Grimaldy Soto
  2005-11-13 20:18 ` [gentoo-user] " Dan
  0 siblings, 2 replies; 7+ messages in thread
From: Pingveno @ 2005-11-13  0:49 UTC (permalink / raw
  Cc: gentoo-user

I'm trying to resize an NTFS partition to fit Gentoo on a new laptop. As 
recommended by countless sources all over the Internet, I am using 
Knoppix & Qtparted for resizing. However, QTParted complains about 
accounting errors in the NTFS filesystem (yes, I know that's redundant). 
After a little bit of Google searching, I discovered I needed to use 
chkdsk on Windows with the /f switch to fix the errors. Easy. Of course, 
chkdsk alerted me that it can't modify a running NTFS system. Okay, so I 
do what it recommends to me: let the checking be run after a reboot.

None of this is exactly extraordinary. However, there is the slight 
problem that chkdsk never actually runs at start up. No bueno. Any 
tricks to con it into working?

-Pingveno

P.S. This is a Thinkpad T43

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] NTFS resizing
  2005-11-13  0:49 [gentoo-user] NTFS resizing Pingveno
@ 2005-11-13  1:10 ` Grimaldy Soto
  2005-11-13  3:13   ` [gentoo-user] " Pingveno
  2005-11-13 20:18 ` [gentoo-user] " Dan
  1 sibling, 1 reply; 7+ messages in thread
From: Grimaldy Soto @ 2005-11-13  1:10 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1561 bytes --]

I suposed that if the partition is in use it's because is the main
partition, if not you can use the /x option for chkdsk if will force a
dismount, anyway why you no resize the partition with a partition manager
like partition magic.

Its better and faster and course lets dangerous that making inside from
linux.

On 11/12/05, Pingveno <pingveno@comcast.net> wrote:
>
> I'm trying to resize an NTFS partition to fit Gentoo on a new laptop. As
> recommended by countless sources all over the Internet, I am using
> Knoppix & Qtparted for resizing. However, QTParted complains about
> accounting errors in the NTFS filesystem (yes, I know that's redundant).
> After a little bit of Google searching, I discovered I needed to use
> chkdsk on Windows with the /f switch to fix the errors. Easy. Of course,
> chkdsk alerted me that it can't modify a running NTFS system. Okay, so I
> do what it recommends to me: let the checking be run after a reboot.
>
> None of this is exactly extraordinary. However, there is the slight
> problem that chkdsk never actually runs at start up. No bueno. Any
> tricks to con it into working?
>
> -Pingveno
>
> P.S. This is a Thinkpad T43
>
> --
> gentoo-user@gentoo.org mailing list
>
>


--
"We must agree that the beauty of a work of art will always remain a
mystery, in other words, we can never be absolutely sure 'how it's made.'
We must at all costs preserve this magic which is peculiar to music and to
which, by its nature, music is of all arts the most receptive."
-Claude Debussy-

[-- Attachment #2: Type: text/html, Size: 1936 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user] Re: NTFS resizing
  2005-11-13  1:10 ` Grimaldy Soto
@ 2005-11-13  3:13   ` Pingveno
  2005-11-13  4:58     ` abhay
  0 siblings, 1 reply; 7+ messages in thread
From: Pingveno @ 2005-11-13  3:13 UTC (permalink / raw
  To: gentoo-user

Yeah, this is the main partition. According to the web sites I have 
read, there should be no problem with what I'm doing, even with this 
being the boot partition.

Here's the message I get when I run "chkdsk /f":
<output>
The type of the file system is NTFS.
Cannot lock current drive.

Chkdsk cannot run because the volume is in use by another
process. Would you like to schedule this volume to be
checked the next time the system restarts? (Y/N) Y

This volume will be checked the next time the system restarts.
</output>

Yet when I restart, there is no unusual lag in the start up (which would 
be necessary to scan an entire hard drive). I also continue getting the 
message, upon running chkdsk without /f, that I need to do chkdsk /f. Weird.

-Pingveno

Grimaldy Soto wrote:
> I suposed that if the partition is in use it's because is the main 
> partition, if not you can use the /x option for chkdsk if will force a 
> dismount, anyway why you no resize the partition with a partition 
> manager like partition magic.
> 
> Its better and faster and course lets dangerous that making inside from 
> linux.
> 
> On 11/12/05, *Pingveno* < pingveno@comcast.net 
> <mailto:pingveno@comcast.net>> wrote:
> 
>     I'm trying to resize an NTFS partition to fit Gentoo on a new
>     laptop. As
>     recommended by countless sources all over the Internet, I am using
>     Knoppix & Qtparted for resizing. However, QTParted complains about
>     accounting errors in the NTFS filesystem (yes, I know that's redundant).
>     After a little bit of Google searching, I discovered I needed to use
>     chkdsk on Windows with the /f switch to fix the errors. Easy. Of course,
>     chkdsk alerted me that it can't modify a running NTFS system. Okay, so I
>     do what it recommends to me: let the checking be run after a reboot.
> 
>     None of this is exactly extraordinary. However, there is the slight
>     problem that chkdsk never actually runs at start up. No bueno. Any
>     tricks to con it into working?
> 
>     -Pingveno
> 
>     P.S. This is a Thinkpad T43
> 
>     --
>     gentoo-user@gentoo.org <mailto:gentoo-user@gentoo.org> mailing list
> 
> 
> 
> 
> -- 
> "We must agree that the beauty of a work of art will always remain a
> mystery, in other words, we can never be absolutely sure 'how it's made.'
> We must at all costs preserve this magic which is peculiar to music and to
> which, by its nature, music is of all arts the most receptive."
> -Claude Debussy-


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: NTFS resizing
  2005-11-13  3:13   ` [gentoo-user] " Pingveno
@ 2005-11-13  4:58     ` abhay
  2005-11-13  6:02       ` Pingveno
  0 siblings, 1 reply; 7+ messages in thread
From: abhay @ 2005-11-13  4:58 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1225 bytes --]

On Sunday 13 Nov 2005 8:43 am, Pingveno wrote:
> Yeah, this is the main partition. According to the web sites I have
> read, there should be no problem with what I'm doing, even with this
> being the boot partition.
>
> Here's the message I get when I run "chkdsk /f":
> <output>
> The type of the file system is NTFS.
> Cannot lock current drive.
>
> Chkdsk cannot run because the volume is in use by another
> process. Would you like to schedule this volume to be
> checked the next time the system restarts? (Y/N) Y
>
> This volume will be checked the next time the system restarts.
> </output>
>
> Yet when I restart, there is no unusual lag in the start up (which would
> be necessary to scan an entire hard drive). I also continue getting the
> message, upon running chkdsk without /f, that I need to do chkdsk /f.
> Weird.
>
> -Pingveno
Looks like some how dirty bit setting has been disabled on your drive which is 
essential for running chkdsk at boot time. Try running fsutil to query/set 
the dirty bit on your drive. To read more about fsutil head here
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/ServerHelp/740cb38b-66dc-41e2-9f0b-7f2816c7c2ca.mspx

Abhay

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user] Re: NTFS resizing
  2005-11-13  4:58     ` abhay
@ 2005-11-13  6:02       ` Pingveno
  2005-11-14 18:50         ` Antoine
  0 siblings, 1 reply; 7+ messages in thread
From: Pingveno @ 2005-11-13  6:02 UTC (permalink / raw
  To: gentoo-user

abhay wrote:
> On Sunday 13 Nov 2005 8:43 am, Pingveno wrote:
>> Yeah, this is the main partition. According to the web sites I have
>> read, there should be no problem with what I'm doing, even with this
>> being the boot partition.
>>
>> Here's the message I get when I run "chkdsk /f":
>> <output>
>> The type of the file system is NTFS.
>> Cannot lock current drive.
>>
>> Chkdsk cannot run because the volume is in use by another
>> process. Would you like to schedule this volume to be
>> checked the next time the system restarts? (Y/N) Y
>>
>> This volume will be checked the next time the system restarts.
>> </output>
>>
>> Yet when I restart, there is no unusual lag in the start up (which would
>> be necessary to scan an entire hard drive). I also continue getting the
>> message, upon running chkdsk without /f, that I need to do chkdsk /f.
>> Weird.
>>
>> -Pingveno
> Looks like some how dirty bit setting has been disabled on your drive which is 
> essential for running chkdsk at boot time. Try running fsutil to query/set 
> the dirty bit on your drive. To read more about fsutil head here
> http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/ServerHelp/740cb38b-66dc-41e2-9f0b-7f2816c7c2ca.mspx
> 
> Abhay
Strange. Even when I set the dirty bit and restart, no check was done. I 
think it's time to call up IBM. Maybe one of their wonderful 
contraptions is stopping chkdsk at startup >_<

-Pingveno

-Pingveno

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] NTFS resizing
  2005-11-13  0:49 [gentoo-user] NTFS resizing Pingveno
  2005-11-13  1:10 ` Grimaldy Soto
@ 2005-11-13 20:18 ` Dan
  1 sibling, 0 replies; 7+ messages in thread
From: Dan @ 2005-11-13 20:18 UTC (permalink / raw
  To: gentoo-user

Pingveno wrote:

> I'm trying to resize an NTFS partition to fit Gentoo on a new laptop. 
> As recommended by countless sources all over the Internet, I am using 
> Knoppix & Qtparted for resizing. However, QTParted complains about 
> accounting errors in the NTFS filesystem (yes, I know that's 
> redundant). After a little bit of Google searching, I discovered I 
> needed to use chkdsk on Windows with the /f switch to fix the errors. 
> Easy. Of course, chkdsk alerted me that it can't modify a running NTFS 
> system. Okay, so I do what it recommends to me: let the checking be 
> run after a reboot.
>
> None of this is exactly extraordinary. However, there is the slight 
> problem that chkdsk never actually runs at start up. No bueno. Any 
> tricks to con it into working?
>
> -Pingveno
>
> P.S. This is a Thinkpad T43
>
You can try booting with "bartPE", or a disk you can make with "nlite".

These tools both allow you to create a bootable windows CD in the 
Knoppix style.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: NTFS resizing
  2005-11-13  6:02       ` Pingveno
@ 2005-11-14 18:50         ` Antoine
  0 siblings, 0 replies; 7+ messages in thread
From: Antoine @ 2005-11-14 18:50 UTC (permalink / raw
  To: gentoo-user


> Strange. Even when I set the dirty bit and restart, no check was done. I 
> think it's time to call up IBM. Maybe one of their wonderful 
> contraptions is stopping chkdsk at startup >_<

I don't know why you are having these problems... I had no probs at all 
with rescuecd. Just burn and boot (then follow the instructions you have 
previously printed...).
Cheers
Antoine
ps. there is a really good site on ntfsresize
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-11-14 18:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-13  0:49 [gentoo-user] NTFS resizing Pingveno
2005-11-13  1:10 ` Grimaldy Soto
2005-11-13  3:13   ` [gentoo-user] " Pingveno
2005-11-13  4:58     ` abhay
2005-11-13  6:02       ` Pingveno
2005-11-14 18:50         ` Antoine
2005-11-13 20:18 ` [gentoo-user] " Dan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox