hidden hit counter
Welcome to Soft32 Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Access problems in new partitions through comand prompt

 
   Soft32 Home -> Windows -> General Discussions RSS
Next:  Moving location of documents  
Author Message
Dian

External


Since: Jun 19, 2007
Posts: 2



(Msg. 1) Posted: Sat Aug 25, 2007 8:56 am
Post subject: Access problems in new partitions through comand prompt
Archived from groups: microsoft>public>windows>vista>general (more info?)

I created new partitions in my hard drive . Now I cant seem to access these
partitions through the command prompt 'cd' command. What can I do. Please
help out.

Dian
Back to top
Login to vote
Chad Harris

External


Since: May 09, 2007
Posts: 475



(Msg. 2) Posted: Sat Aug 25, 2007 12:03 pm
Post subject: Re: Access problems in new partitions through comand prompt [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Dian--

What exactly are you trying to get done? Normally you should be able to
access any partition by typing its file path into an IE address bar in a
Windows OS. Are you trying to move files and folders or use them? Can you
access them via the gui? Why do you need to use the cmd prompt to access
them? What happens when you use chdir?

CH


"Dian" <Dian.DeleteThis@discussions.microsoft.com> wrote in message
news:C17AD303-E5FF-49FB-8AE1-B302472AF1C0@microsoft.com...
>I created new partitions in my hard drive . Now I cant seem to access these
> partitions through the command prompt 'cd' command. What can I do. Please
> help out.
>
> Dian
Back to top
Login to vote
Cal Bear '66

External


Since: Mar 30, 2007
Posts: 985



(Msg. 3) Posted: Sat Aug 25, 2007 12:30 pm
Post subject: Re: Access problems in new partitions through comand prompt [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Did you format and assign drive letters to the partitions?

--
I Bleed Blue and Gold
GO BEARS!


"Dian" <Dian RemoveThis @discussions.microsoft.com> wrote in message
news:C17AD303-E5FF-49FB-8AE1-B302472AF1C0@microsoft.com...
>I created new partitions in my hard drive . Now I cant seem to access these
> partitions through the command prompt 'cd' command. What can I do. Please
> help out.
>
> Dian
Back to top
Login to vote
Nepatsfan

External


Since: Mar 14, 2005
Posts: 670



(Msg. 4) Posted: Sat Aug 25, 2007 12:35 pm
Post subject: Re: Access problems in new partitions through comand prompt [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In news:C17AD303-E5FF-49FB-8AE1-B302472AF1C0@microsoft.com,
Dian <Dian.DeleteThis@discussions.microsoft.com> wrote:
> I created new partitions in my hard drive . Now I cant seem
> to access these
> partitions through the command prompt 'cd' command. What can
> I do. Please
> help out.
>
> Dian

Don't use the CD command. Simply enter the drive letter, D:
,E:, etc. , at the prompt and hit Enter. The prompt should
change to the drive you want to access.

Good luck

Nepatsfan
Back to top
Login to vote
AJR

External


Since: Oct 14, 2006
Posts: 262



(Msg. 5) Posted: Sat Aug 25, 2007 1:21 pm
Post subject: Re: Access problems in new partitions through comand prompt [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Some confusion - you can "cd" - change directory- via Start>Run>CMD> "cd
AJR or cd\AJR (as neccessary).

You cannot change, or access "partitions" via "cd"- otherwise note
nepatsfan's reply.


|
"Dian" <Dian RemoveThis @discussions.microsoft.com> wrote in message
news:C17AD303-E5FF-49FB-8AE1-B302472AF1C0@microsoft.com...
>I created new partitions in my hard drive . Now I cant seem to access these
> partitions through the command prompt 'cd' command. What can I do. Please
> help out.
>
> Dian
Back to top
Login to vote
Dian

External


Since: Jun 19, 2007
Posts: 2



(Msg. 6) Posted: Sat Aug 25, 2007 1:21 pm
Post subject: Re: Access problems in new partitions through comand prompt [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hey!,

Thanks guys for helping out. I got through with nepatsfan's tip. I'm
actually starting out in Java, so the obvious confusions. Thanks for the
extra tips and quickly responding.

Dian

"AJR" wrote:

> Some confusion - you can "cd" - change directory- via Start>Run>CMD> "cd
> AJR or cd\AJR (as neccessary).
>
> You cannot change, or access "partitions" via "cd"- otherwise note
> nepatsfan's reply.
>
>
> |
> "Dian" <Dian RemoveThis @discussions.microsoft.com> wrote in message
> news:C17AD303-E5FF-49FB-8AE1-B302472AF1C0@microsoft.com...
> >I created new partitions in my hard drive . Now I cant seem to access these
> > partitions through the command prompt 'cd' command. What can I do. Please
> > help out.
> >
> > Dian
>
>
>
Back to top
Login to vote
Ed Forsythe

External


Since: Jul 27, 2007
Posts: 6



(Msg. 7) Posted: Sat Aug 25, 2007 3:18 pm
Post subject: Re: Access problems in new partitions through comand prompt [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Dian,
CD = Change Directory. The partitions you created are *not* directories
therefore you cannot access them using the CD command.. Once formatted they
are treated the same as separate drives. To access the drive/"partitions"
you created from the Command Prompt type the letter of the drive followed by
a colon. Example C:\>g: <Enter> will put you on the "G" drive.

If you have one hard drive (CSmile, the first partition will be designated "D".
The second partition will be "E" and so on. Any drives other than recognized
hard drives will be moved up the alphabet to accommodate the partitions you
created. It becomes just a bit more complex when you add partitions to two
or more hard drives. The hard drives are assigned letters C, D, E, and so
on. partitions you create on those hard drives are assigned letters
beginning after the last letter assigned to the hard drives. Example three
hard drives are assigned C, D, and E. should you create one partition on
each HD the partitions will be assigned letters F, G, and H. It's been a
long time since I worked in a pure DOS environment that is what I recall.

Ed F.

"Dian" <Dian RemoveThis @discussions.microsoft.com> wrote in message
news:C17AD303-E5FF-49FB-8AE1-B302472AF1C0@microsoft.com...
>I created new partitions in my hard drive . Now I cant seem to access these
> partitions through the command prompt 'cd' command. What can I do. Please
> help out.
>
> Dian
Back to top
Login to vote
Display posts from previous:   
Related Topics:
vista business & linux ubuntu: hd partitions. - Hello there, I 've just bought a notebook acer travelmate 6592g, Intel Core 2 Duo T7300, Ram 4 Gb, HDD 160GB (5400rpm),...

vista reboots at logon prompt - having a problem with vista, on a new hp notebook. whenever the system boots up to the user-selection screen, the sy...

Moving hidden system folders from the Vista command prompt? - Hi everyone. I had some problems with Vista Ultimate and re-installed the OS. It was afterwards that I realized a tv c...

Cannot Get Internet Access - Local Access Only - I powered up my new Sony Vario (Vista Premium Home)connected to my WEP enabled router and had 10 minutes glorious inte...

Wireless access Local Only - I've a VAIO laptop running Vista Home Premium with a DLINK router. I've searched threads here and elsewhere and found ...

Can't access communities with Firefox - Had to use IE to get here. Firefox yields a "temporarily unavailable" message. Anyone know what's up with Fi...
       Soft32 Home -> Windows -> General Discussions All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
  Windows
 Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]