Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista file management

Vista - Can not delete old vista installation on other partion

Reply
 
Old 01-18-2007   #1 (permalink)
Jakob Nielsen


 
 

Can not delete old vista installation on other partion

When I was still running xp, but wanted to try out vista business, I
installed it on an extra partion where I could play with it.
Now I have changed entirely to vista and have it installed on my primary
partion and want to delete the old copy on the data partion... problem is
that I can't.

When I go to delete the windows folder, it fails, telling me the files are
write protected. When I try to skip, It still fails. When I try changing the
protection on the folder, I get an error telling me I do not have the access
and it lets me do it as admin, which I try and then again it tells me I have
no access.
This I have tried as admin and as ordinary user. I even tried it under xp
before I installed vista again. I can not get to the files, which are on a
ntpf drive.

How do I proceed?


My System SpecsSystem Spec
Old 01-18-2007   #2 (permalink)
peter


 
 

Re: Can not delete old vista installation on other partion

Format the partition
peter
"Jakob Nielsen" <no@thanks.no> wrote in message
news:%23ns$5j0OHHA.3872@TK2MSFTNGP06.phx.gbl...
> When I was still running xp, but wanted to try out vista business, I
> installed it on an extra partion where I could play with it.
> Now I have changed entirely to vista and have it installed on my primary
> partion and want to delete the old copy on the data partion... problem is
> that I can't.
>
> When I go to delete the windows folder, it fails, telling me the files are
> write protected. When I try to skip, It still fails. When I try changing
> the protection on the folder, I get an error telling me I do not have the
> access and it lets me do it as admin, which I try and then again it tells
> me I have no access.
> This I have tried as admin and as ordinary user. I even tried it under xp
> before I installed vista again. I can not get to the files, which are on a
> ntpf drive.
>
> How do I proceed?



My System SpecsSystem Spec
Old 01-19-2007   #3 (permalink)
Jakob Nielsen


 
 

Re: Can not delete old vista installation on other partion

> Format the partition

This would be where I point out certain words in the original post.
"delete the old copy on the data partion..."

The principal word being "data partition". It is 120 GB of data which I have
no temporary storage for while formatting the partition. I can not imagine
that MS created an undeleteable OS. Obviously there must be a way to remove
it...?

My System SpecsSystem Spec
Old 01-19-2007   #4 (permalink)
HarriT


 
 

Re: Can not delete old vista installation on other partion

Have you tried to change the ownership of the disk/partition/files. I think
I had a similar problem and changing the owner to local admin solved it.


"Jakob Nielsen" <no@thanks.no> wrote in message
news:%23ns$5j0OHHA.3872@TK2MSFTNGP06.phx.gbl...
> When I was still running xp, but wanted to try out vista business, I
> installed it on an extra partion where I could play with it.
> Now I have changed entirely to vista and have it installed on my primary
> partion and want to delete the old copy on the data partion... problem is
> that I can't.
>
> When I go to delete the windows folder, it fails, telling me the files are
> write protected. When I try to skip, It still fails. When I try changing
> the protection on the folder, I get an error telling me I do not have the
> access and it lets me do it as admin, which I try and then again it tells
> me I have no access.
> This I have tried as admin and as ordinary user. I even tried it under xp
> before I installed vista again. I can not get to the files, which are on a
> ntpf drive.
>
> How do I proceed?


My System SpecsSystem Spec
Old 01-19-2007   #5 (permalink)
Jimmy Brush


 
 

Re: Can not delete old vista installation on other partion

Hello,

Please try the following:

1) open admin command prompt

- Click start
- Type: cmd
- right-click it under programs
- click Run As Administrator

2) take ownership of everything (will take a while)

In the command prompt:
<change to the drive your old Vista install is on, e.g. d:\>
cd windows
takeown /F . /A /R /D Y > NUL

3) grant yourself permission to everything

In the command prompt:
icacls . /grant:r AdministratorsF) /T /L /Q

4) Delete everything

- Make sure you close any explorer or command windows that are looking at or
inside windows (except the cmd window you are using). If you don't, you will
receive an error while performing this step.

In the command prompt:
cd ..
rmdir /S /Q windows

That should do it

--
- JB

Windows Vista Support Faq
http://www.jimmah.com/vista/

My System SpecsSystem Spec
Old 01-19-2007   #6 (permalink)
Walter Blanchard


 
 

Re: Can not delete old vista installation on other partion

Jimmy,

Maybe you can help with this one.

HDD 0 is connected to the SATA 1 controller on Motherboard. It has 2
partitions; one primary with Vista installed, and one logical with data.
HDD 1 is connected to the SATA 2 controller on Motherboard. It has 1
primary partition with documents on it.

I have a Boot directory on both drive c: and drive d: BCDedit shows:
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=D:
default {current}
displayorder {current}
timeout 30

Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Windows Vista (TM) Ultimate
osdevice partition=C:
systemroot \Windows

I have tried everything I can think of to change the Boot Manager device to
partition=C: to no avail.
I have successfully deleted everything from d:\boot except BCD and BCD.LOG.
I have taken ownership of both files, but when I try to delete them, even
from an elevated Command Prompt, I get "Action cannot be completed because
file is open in another program."

Any advice or suggestions, please?

--

______________________________

Walter B
walterb[at]tampabay[dot]rr[dot]com
______________________________


"Jimmy Brush" <JimmyBrush@discussions.microsoft.com> wrote in message
news:58112F2A-7E8D-448B-A35F-41677E19CF88@microsoft.com...
> Hello,
>
> Please try the following:
>
> 1) open admin command prompt
>
> - Click start
> - Type: cmd
> - right-click it under programs
> - click Run As Administrator
>
> 2) take ownership of everything (will take a while)
>
> In the command prompt:
> <change to the drive your old Vista install is on, e.g. d:\>
> cd windows
> takeown /F . /A /R /D Y > NUL
>
> 3) grant yourself permission to everything
>
> In the command prompt:
> icacls . /grant:r AdministratorsF) /T /L /Q
>
> 4) Delete everything
>
> - Make sure you close any explorer or command windows that are looking at
> or inside windows (except the cmd window you are using). If you don't, you
> will receive an error while performing this step.
>
> In the command prompt:
> cd ..
> rmdir /S /Q windows
>
> That should do it
>
> --
> - JB
>
> Windows Vista Support Faq
> http://www.jimmah.com/vista/
>


My System SpecsSystem Spec
Old 01-19-2007   #7 (permalink)
Jimmy Brush


 
 

Re: Can not delete old vista installation on other partion

Hello,

If you go into computer management -> disk management, which partition is
listed as active?

- JB

My System SpecsSystem Spec
Old 01-19-2007   #8 (permalink)
Walter Blanchard


 
 

Re: Can not delete old vista installation on other partion

All but one, and I don't know how to change them. See clip:

--

______________________________

Walter B
walterb[at]tampabay[dot]rr[dot]com
______________________________


"Jimmy Brush" <JimmyBrush@discussions.microsoft.com> wrote in message
news:F19C736E-87DF-4ADF-ABAB-46916FCFB415@microsoft.com...
> Hello,
>
> If you go into computer management -> disk management, which partition is
> listed as active?
>
> - JB


My System SpecsSystem Spec
Old 01-20-2007   #9 (permalink)
Walter Blanchard


 
 

Re: Can not delete old vista installation on other partion

I think I fixed it! I disconnected the d: drive and ran repair from the
Vista DVD. Machine booted fine, no errors. I then reconnected the d:
drive, and deleted the boot directory and the bootmngr file. Rebooted with
no problems. Disk management now still shows the d: and x: drives as
Active, Primary, but happily, the c: drive now shows as System.

--

Walter B
walterb[at]tampabay[dot]rr[dot]com

"Walter Blanchard" <Walter B@communities.nospam> wrote in message
news:2049C9FB-2AE3-419E-9540-34085CC26857@microsoft.com...
> All but one, and I don't know how to change them. See clip:
>
> --
>
> ______________________________
>
> Walter B
> walterb[at]tampabay[dot]rr[dot]com
> ______________________________
>
>
> "Jimmy Brush" <JimmyBrush@discussions.microsoft.com> wrote in message
> news:F19C736E-87DF-4ADF-ABAB-46916FCFB415@microsoft.com...
>> Hello,
>>
>> If you go into computer management -> disk management, which partition is
>> listed as active?
>>
>> - JB

>


My System SpecsSystem Spec
Old 01-21-2007   #10 (permalink)
Jimmy Brush


 
 

Re: Can not delete old vista installation on other partion

Good solution

I was having trouble finding detailed information on how booting works in
Vista. You'd thing the bcdedit tool would allow you to change which store
was loaded during boot.

- JB

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Installing Vista on a partion other than C:\ Vista General
Can't dual boot vista on primary partion and XP on logical partion Vista General
Can't delete other vista installation from drive Vista performance & maintenance
Unable to delete Vista RC2 installation on another hard drive Vista security
Lost Partion on Drive D after failed Linux installation Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46