DrArm said:
OK The drive is present in the diskmgmt (which I expected to find under
disk management is Admin tools).
But I cant figure what to do with it now.
WHAT I WANT TO DO is create several virtual drives in an extended
partition. I want to start with D:, then E: then F:... right now D: is
the DVD. I used to be able to change these in w2k to something else.
It does not give me those options. What it allows is to create VHD
(virtual hard drive?) but then it wants a LOCATION,
Where the hell am I going to get a location from? When I select browse
it takes me to an explorer window and I get nowhere from that so no
partitioning, either with MBR or GPT.
what moron designed this abortion of a system???
As for the network, I tried the Work group but it wont let me go on a
network because its already on a network, the Internet connection.
One screwup after another.
I have Windows 7 on a laptop. I can't stand the touchpad, and plug in a
three button mouse (includes scroll wheel). The right button gets as much
usage, as the left button.
In Disk Management, you right-click on a rectangle in there, and a menu
appears. Since my disk already has four partitions, I can't check for
a "create extended" option or anything.
According to this:
http://www.sevenforums.com/tutorials/146694-partition-extended-logical-drives.html
you can use the Microsoft utility "diskpart", which is a command line
version of Disk Management. It's relatively easy to use. You first
"list" things at a certain level, then "select" a particular item
for manipulation. Then issue the actual command.
Go to the Start thing, and type "cmd". When the search finds "cmd.exe",
right-click on it and select "Run as Administrator". That "elevates"
the command prompt window (commands run in there, now run as
administrator). Since "diskpart" fiddles with admin level stuff,
you'll probably need to be elevated.
When "cmd.exe" runs, it opens an MSDOS-like window. In there, type "diskpart"
to start an interactive Disk Management session. This is copied from the
above article, with a few comments.
list disk <---- this shows the disk numbers, and should
correspond to the disk numbering in
Disk Management
select disk 2 <---- Select the empty disk, the one needing
the extended
create partition extended size=61440 <---- 60GiB of extended space = 60*1024 megabytes
60GB of extended space would be "60000"
The disk drive companies use "GB".
list partition <---- Check what you've just done.
In one sense, "Extended" is not really a
partition as such. But in another sense, it
uses one of four MBR slots, so it should get
listed.
exit
exit <---- diskpart has sublevels, so more than one
exit may be needed to quit the program.
Now, you could stay in that tool, and create all your logicals as well.
But you can also go back to Disk Management, right click in the new
weirdly colored Extended partition, and create them graphically.
I'd test that here, but my disk is fully partitioned
No room
to play any more.
Note - tools that modify disks, don't like other "disk management like"
tools to be open at the same time. So when you're running "diskpart",
you can close the Disk Management window. When "diskpart" is quit, you
can go back and open Disk Management again. Not all tools will necessarily
get upset, but I've seen this enough times now, I automatically close
out all other "disk managers" before working with one of them.
*******
You need to check that the thing is set to use Workgroups, and that
all the computers use the same workgroup name. Try a reboot, if
you get tired of fighting with it. And make sure you use
the same username and password, for when you connect to a share.
If you can't browse and find the share, there are command line
options you can try. At least, I use the equivalent of one of
these in Linux, when connecting to a Windows share. (I use IP
address values, to cut out any broken browsing behavior, where
the machines simply refuse to list the network neighborhood.)
But only resort to this, if you've tried the "GUI way" and
there is no joy.
http://www.sevenforums.com/network-sharing/58238-net-use-doesnt-work-windows-7-computer.html
Another example here.
http://social.technet.microsoft.com...g/thread/9644cbf3-1772-4faf-a11a-84e66cf0ffab
Paul