PC Review


Reply
Thread Tools Rate Thread

can't access disk management in windowsXP professional

 
 
=?Utf-8?B?bGl6emll?=
Guest
Posts: n/a
 
      26th Dec 2003
I just got a new laptop (IBM thinkpad T40), and I want to partition the hard drive, convert the new partition to FAT, and install Windows 98 on the new volume.

The first step, I understand, is to create the partition, which can be done through the Disk Management windows interface. But this computer won't let me access "Disk Management". It gives me a little error screen, saying "Logical Disk Manager: The RPC server is unavailable." And at the bottom of the computer management window, it says "unable to connect to Logical Disk Manager service."

Seeing that, I went into the Computer Management\Services and Applications\Services to make sure that the Logical Disk Manager, Logical Disk Manager Administrative Service, Remote Procedure Call (RPC) and RPC locator were all enabled and started. They were. Now I'm stumped.

I've got another relatively new machine here, with Windows XP home edition, and it's letting me access the Disk Management service, no problem. Any clues? Hints? I'd be most grateful. I'm expected to have this all up and running tonight. eek

Thanks
 
Reply With Quote
 
 
 
 
Carey Frisch [MVP]
Guest
Posts: n/a
 
      26th Dec 2003
XP's DiskPart utility is capable of only partitioning a hard drive that is empty.
For example, if you were to install a new second drive, DiskPart can be
used to partition and format it. DiskPart cannot segregate current files from
free space, therefore, only a sophisticated third-party partitioning program,
such as Partition Magic 8 , can be used with a drive that already has Windows XP
installed.

The only way you can create, delete, resize or merge existing partitions,
and not harm your existing Windows XP installation, is to use
a third-party partitioning program such as Partition Magic 8.
http://www.powerquest.com/partitionmagic/pmdetails.cfm

Read this article first:
How do I install Windows® 98/Me after I've installed XP?
http://www.dougknox.com/xp/tips/xp_repair_9x.htm

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User

--------------------------------------------------------------------------------------------------------

"lizzie" <(E-Mail Removed)> wrote in message:
news:9D83D142-660E-4CF4-83A0-(E-Mail Removed)...

| I just got a new laptop (IBM thinkpad T40), and I want to partition the hard drive, convert the new
partition to FAT, and install Windows 98 on the new volume.
|
| The first step, I understand, is to create the partition, which can be done through the Disk Management
windows interface. But this computer won't let me access "Disk Management". It gives me a little error
screen, saying "Logical Disk Manager: The RPC server is unavailable." And at the bottom of the computer
management window, it says "unable to connect to Logical Disk Manager service."
|
| Seeing that, I went into the Computer Management\Services and Applications\Services to make sure that the
Logical Disk Manager, Logical Disk Manager Administrative Service, Remote Procedure Call (RPC) and RPC locator
were all enabled and started. They were. Now I'm stumped.
|
| I've got another relatively new machine here, with Windows XP home edition, and it's letting me access the
Disk Management service, no problem. Any clues? Hints? I'd be most grateful. I'm expected to have this all
up and running tonight. eek!
|
| Thanks

 
Reply With Quote
 
Roger Abell
Guest
Posts: n/a
 
      26th Dec 2003
Do you have any network interface installed on the machine?

--
Roger Abell
Microsoft MVP (Windows Server System: Security)
MCSE (W2k3,W2k,Nt4) MCDBA
"lizzie" <(E-Mail Removed)> wrote in message
news:9D83D142-660E-4CF4-83A0-(E-Mail Removed)...
> I just got a new laptop (IBM thinkpad T40), and I want to partition the

hard drive, convert the new partition to FAT, and install Windows 98 on the
new volume.
>
> The first step, I understand, is to create the partition, which can be

done through the Disk Management windows interface. But this computer won't
let me access "Disk Management". It gives me a little error screen, saying
"Logical Disk Manager: The RPC server is unavailable." And at the bottom of
the computer management window, it says "unable to connect to Logical Disk
Manager service."
>
> Seeing that, I went into the Computer Management\Services and

Applications\Services to make sure that the Logical Disk Manager, Logical
Disk Manager Administrative Service, Remote Procedure Call (RPC) and RPC
locator were all enabled and started. They were. Now I'm stumped.
>
> I've got another relatively new machine here, with Windows XP home

edition, and it's letting me access the Disk Management service, no problem.
Any clues? Hints? I'd be most grateful. I'm expected to have this all up
and running tonight. eek!
>
> Thanks



 
Reply With Quote
 
Roger Abell
Guest
Posts: n/a
 
      26th Dec 2003
Perhaps I should have included this.
Can you use lusrmgr.msc, the user account management
console that is also accessed via computer management
when not in Simple sharing mode.
If you can use lusrmgr.msc and list groups as if you were
to add a group into an account's list of group memberships,
then you do have a configured network interface.
If not, and you do not have a net set up then you need to
at least load the MS Loopback adapter so that the default
MS Networking and File and Print support loads.
This will complete the availability of RPC, even only for
machine local use.

--
Roger Abell
Microsoft MVP (Windows Server System: Security)
MCSE (W2k3,W2k,Nt4) MCDBA
"lizzie" <(E-Mail Removed)> wrote in message
news:9D83D142-660E-4CF4-83A0-(E-Mail Removed)...
> I just got a new laptop (IBM thinkpad T40), and I want to partition the

hard drive, convert the new partition to FAT, and install Windows 98 on the
new volume.
>
> The first step, I understand, is to create the partition, which can be

done through the Disk Management windows interface. But this computer won't
let me access "Disk Management". It gives me a little error screen, saying
"Logical Disk Manager: The RPC server is unavailable." And at the bottom of
the computer management window, it says "unable to connect to Logical Disk
Manager service."
>
> Seeing that, I went into the Computer Management\Services and

Applications\Services to make sure that the Logical Disk Manager, Logical
Disk Manager Administrative Service, Remote Procedure Call (RPC) and RPC
locator were all enabled and started. They were. Now I'm stumped.
>
> I've got another relatively new machine here, with Windows XP home

edition, and it's letting me access the Disk Management service, no problem.
Any clues? Hints? I'd be most grateful. I'm expected to have this all up
and running tonight. eek!
>
> Thanks



 
Reply With Quote
 
Roger Abell
Guest
Posts: n/a
 
      26th Dec 2003
"Logical Disk Manager: The RPC server is unavailable."
"unable to connect to Logical Disk Manager service."

Happens when RPC is not really, fully installed due to
no network interface.

--
Roger Abell
Microsoft MVP (Windows Server System: Security)
MCSE (W2k3,W2k,Nt4) MCDBA
"Carey Frisch [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> XP's DiskPart utility is capable of only partitioning a hard drive that is

empty.
> For example, if you were to install a new second drive, DiskPart can be
> used to partition and format it. DiskPart cannot segregate current files

from
> free space, therefore, only a sophisticated third-party partitioning

program,
> such as Partition Magic 8 , can be used with a drive that already has

Windows XP
> installed.
>
> The only way you can create, delete, resize or merge existing partitions,
> and not harm your existing Windows XP installation, is to use
> a third-party partitioning program such as Partition Magic 8.
> http://www.powerquest.com/partitionmagic/pmdetails.cfm
>
> Read this article first:
> How do I install Windows® 98/Me after I've installed XP?
> http://www.dougknox.com/xp/tips/xp_repair_9x.htm
>
> --
> Carey Frisch
> Microsoft MVP
> Windows XP - Shell/User
>
> --------------------------------------------------------------------------

------------------------------
>
> "lizzie" <(E-Mail Removed)> wrote in message:
> news:9D83D142-660E-4CF4-83A0-(E-Mail Removed)...
>
> | I just got a new laptop (IBM thinkpad T40), and I want to partition the

hard drive, convert the new
> partition to FAT, and install Windows 98 on the new volume.
> |
> | The first step, I understand, is to create the partition, which can be

done through the Disk Management
> windows interface. But this computer won't let me access "Disk

Management". It gives me a little error
> screen, saying "Logical Disk Manager: The RPC server is unavailable." And

at the bottom of the computer
> management window, it says "unable to connect to Logical Disk Manager

service."
> |
> | Seeing that, I went into the Computer Management\Services and

Applications\Services to make sure that the
> Logical Disk Manager, Logical Disk Manager Administrative Service, Remote

Procedure Call (RPC) and RPC locator
> were all enabled and started. They were. Now I'm stumped.
> |
> | I've got another relatively new machine here, with Windows XP home

edition, and it's letting me access the
> Disk Management service, no problem. Any clues? Hints? I'd be most

grateful. I'm expected to have this all
> up and running tonight. eek!
> |
> | Thanks
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Disk Management Access Nikon Windows XP Security 0 23rd Jan 2008 12:11 AM
Can't Access Disk Management =?Utf-8?B?VGVycnkgU21lcmxpbmc=?= Windows Vista Performance 0 21st Jun 2007 10:05 PM
Local Disk Management Console Generates Remote Disk Management Err =?Utf-8?B?VW5jbGUgTGFyJyc=?= Windows XP Help 1 5th Jan 2006 06:49 PM
can't access Disk Management rnes1961@hotmail.com Windows XP General 2 10th Dec 2005 05:17 AM
Upgrade from WindowsXP-Home to WindowsXP-Professional Hull A. Cook Windows XP New Users 1 20th Sep 2003 10:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:13 AM.