Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Scripting > RE: Disk Space of Volume Mount Points

Reply
Thread Tools Display Modes

RE: Disk Space of Volume Mount Points

 
 
Eric W.
Guest
Posts: n/a

 
      11-06-2008
Working on the same thing.

I've gotten this far:

$MountPoints = gwmi -class "win32_mountpoint" -namespace "root\cimv2"
-computername "."

This will pull a directory of mount points on the computer name specified.
Now to pull the size and availability.

"djmulls" wrote:

> Hiya
>
> I need help trying to figure out how to find the size and free space
> for for volumes that have been mounted as folders within a directory
> structure.
>
> So I have the F:\ drive for example which is a mount point on our SAN.
> Then within the F drive we have a folder called F:\Logs which is also
> a mount point on our SAN.
>
> I can pull back information on any mount point that has been mounted
> to a drive letter, but I am not able to pull back information for
> mount points mounted as folders within drives.
>
> Any help please?
>
> Thanks
> David
>

 
Reply With Quote
 
 
 
 
Eric W.
Guest
Posts: n/a

 
      11-07-2008
http://www.ericwoodford.com/query-wi...mount-points-0

"Eric W." wrote:

> Working on the same thing.
>
> I've gotten this far:
>
> $MountPoints = gwmi -class "win32_mountpoint" -namespace "root\cimv2"
> -computername "."
>
> This will pull a directory of mount points on the computer name specified.
> Now to pull the size and availability.
>
> "djmulls" wrote:
>
> > Hiya
> >
> > I need help trying to figure out how to find the size and free space
> > for for volumes that have been mounted as folders within a directory
> > structure.
> >
> > So I have the F:\ drive for example which is a mount point on our SAN.
> > Then within the F drive we have a folder called F:\Logs which is also
> > a mount point on our SAN.
> >
> > I can pull back information on any mount point that has been mounted
> > to a drive letter, but I am not able to pull back information for
> > mount points mounted as folders within drives.
> >
> > Any help please?
> >
> > Thanks
> > David
> >

 
Reply With Quote
Reply

Thread Tools
Display Modes

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
How to mount a disk from user space to a miniport virtual diskdriver? Huihong.Luo@gmail.com Windows Vista Drivers 6 08-19-2008 10:23 PM
disk space Vs restore points t-4-2 Windows Vista Performance 5 04-21-2008 05:08 PM
Free disk space from volume mount point. Albert Kikkert Scripting 1 03-18-2008 01:28 PM
Volume Mount Points?? JDouglas Windows Server 0 05-18-2006 05:18 PM
Free space from a volume mount point (i.e. reparse or junction) DelawheresthatAt Scripting 0 01-10-2006 05:59 PM



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 47 48 49 50 51 52 53 54 55 56 57 58 59