My windows volume alias now shows only total drive size, not available?

Recently I wanted to take my FAT32 windows partition and convert it to NTFS. I also wanted to expand the space allocated to that partition. I didn't want to lose certain programs that I had on the windows drive.
Someone on these boards recommended a particular command line that is used to convert the FAT32 to NTFS. Then, from there I could use WinClone to clone the drive, expand it, and then put this image back on.
That all worked fine but now on my Mac desktop, I see the icon/alias for my mac drive and the windows drive. But windows shows only the total allocated hard drive space, not the available space. Is there a way I can have this show available like it used to do?
Thanks.

Clayton Rhoades wrote:
Recently I wanted to take my FAT32 windows partition and convert it to NTFS. I also wanted to expand the space allocated to that partition. I didn't want to lose certain programs that I had on the windows drive.
Someone on these boards recommended a particular command line that is used to convert the FAT32 to NTFS.
I wonder how you did that. AFAIK, this is completely impossible from OS X and can only be done from windows. or do you mean a command line in windows?
Then, from there I could use WinClone to clone the drive, expand it, and then put this image back on.
That all worked fine but now on my Mac desktop, I see the icon/alias for my mac drive and the windows drive. But windows shows only the total allocated hard drive space, not the available space. Is there a way I can have this show available like it used to do?
AFAIK, OS X always showed just total capacity for bootcamp partition formatted NTFS when you view it on the desktop. I don't know why that is but I've never seen it different. just a hunch but maybe if you make the NTFS partition writable by using NTFS-3g or NTFS for Mac by Paragon it will show used space too. I suspect Finder might be reading that info from some metadata it stores on the drive itself.
Thanks.

Similar Messages

  • Airport express worked fine now shows only constant amber light ?

    airport express worked fine now shows only constant amber light ?

    A solid amber light indicates that the AirPort Express cannot get out of startup mode.....likely because of a power supply issue within the device.
    Try a Factory Default Reset as a last resort to see if that might help. To do this....
    Power off the AirPort Express and wait a minute or two
    Hold in the reset button on the Express first, and keep holding it for 9-10 seconds while you simultaneously plug the Express back into power
    Release the reset button after the hold period and allow a full minute for the Express to restart
    At this point, if the Express is operating correctly, the amber light will be blinking slowly and you can reconfigure the Express again.
    If the amber light remains solid after a few reset attempts, the internal power supply on the Express is faulty and the device will need to be replaced.

  • How can I reinstall deleted free Apps which now show as installed but are not actually there?

    How can I reinstall free Apps that I have deleted (because ALL stopped working) which now show as installed but are not actually there?
    I loaded a bunch of free Apps (maybe too many?) right after I got my 4s yesterday, and at some point I noticed that none of the downloaded Apps would work. The screen would blink when I tapped the icons, but the Apps stopped opening. Resetting the phone didn't help, so I decided to delete all the Apps I had downloaded and start over.
    I can get the "Purchased" list to show up by pressing Updates button (is there another way?) but the show as "installed" in greyed-out letter, so I can't figure out how to get them back.

    Your iPad screens aren't completely filled up are they? If they are, you will only be able to find them using the search feature on the iPad.

  • I want to stream all audio to my stereo via AirPort. Right now audio only streams with iTunes, not when I'm online (YouTube, SoundCloud, Spotify). What must I do? Thanks! 2011 macbook pro 10.6.8

    I want to stream all audio to my stereo via AirPort. Right now audio only streams with iTunes, not when I'm online (YouTube, SoundCloud, Spotify). What must I do? Thanks! 2011 macbook pro 10.6.8

    Thanks, Bob. I've seen this suggested before. However, I'm at a friend's place (cat-sitting). He owns an older MacBook (almost positive) and he streams audio without Airfoil. All he uses is AirPort Express. He told me to simply click alt-option and the volume icon and a menu drops down, and I select "AirPort Express". But it never appears. All the menu offers is this:
    "AirPort Express" isn't an option.
    Why is that? Is there something fundamental I'm not doing?

  • Spy menu only showing some items and properties not available

    I am having some issues with the spy menu. In order to try and fix my issues I built the menu from scratch again on one of my pages. Everything works now on that page and when I upload it to the server, it is all there.
    However, when I then copy and paste the menu to all the other pages and upload the the server, the submenu doen't show anymore. When I go and troubleshoot it and highlight the menu in its entirety and click properties, no properties will show. On the working page, this ation delievers me a properties bar where I can + or - menu items. Why is this? As this must be why the submenu is not showing either?
    The page where everything works is this (See sub menu under coaching clinics) http://www.golifecoaching.com.au/go-beyond-registration-test but on every other page on this website, this submenu disappears.
    Can anyone help? I am tearing my hair out and don't fancy having to build the menu from scratch for every page. There has to be a better way.
    I use CS4 and this is my menu;
       <div id="navigation">
        <!--MENU-->
        <ul id="MenuBar2" class="MenuBarHorizontal">
          <li><a href="index.html">Home</a>        </li>
          <li><a href="what-is-coaching.html">What is Coaching</a></li>
          <li><a href="coaching-benefits.html">Coaching Benefits</a>        </li>
          <li><a href="do-you-need-a-life-coach.html">Do You Need a Life Coach</a></li>
          <li><a href="about-go-life-coaching.html">About Go Life Coaching</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">Coaching Clinics</a>
            <ul>
              <li><a href="holdsworth.html">Coaching for Carers</a></li>
              <li><a href="coachingclinic.html">The Coaching Clinic</a></li>
            </ul>
          </li>
          <li><a href="contact-us.html">Contact Us</a></li>
          <li><a href="http://www.golifecoaching.com.au/blog">Blog</a></li>
        </ul>
            <!--END MENU-->
    Jen

    That is brilliant, that is exactly it! Thank you sooooo much for your suggestion. I am so relieved.
    Yes a template would be best, but I am not sure how to do that, so I am left with doubling my work evertime I make a change on this site.
    Thanks Jen
    Date: Sat, 13 Aug 2011 16:43:59 -0600
    From: [email protected]
    To: [email protected]
    Subject: Spy menu only showing some items and properties not available
    Disclaimer: I am new to coding in general and this is my first attempt to help someone.
    I think the properties bar with the + - has to do with the javascript coding that is generated when you create a new tag, and it is located near the bottom of the page just before the closing body tag. 
    looks something like this:
    <script type="text/javascript">
    var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", );
    </script>
    so dont forget to copy that over too.  Also, check the CSS that is associated within each page and make sure they are all in the same style.
    P.S. Have you considered using a template for the menu bar so you dont have to copy it over each time?
    >

  • I am unable to sync my iphone with itunes on my windows pc and itunes show that your iphone is not connected?

    i am unable to sync my iphone with itunes on my windows pc and itunes show that your iphone is not connected?

    You have posted to the iTunes Match forum, which your question does not appear to be related to. You will probably get better help by posting in the Using iPhone forum.

  • I recently updated my Mid 2007 iMac with the latest OS 10.8.5 now my external hard drives will not show up. They show up when I boot them up on a machine running and earlier OS. Is there a fix for this?

    I recently updated my 20-inch, Mid 2007 iMac with the latest OS 10.8.5 now my external hard drives will not show up. They show up when I boot them up on a machine running and earlier OS. Is there a fix for this?

    Can you see them in Disk Utility?
    If so, can you select and Mount them?
    If not, disconnect them, reset the iMac's SMC and then reconnect them.
    Intel-based Macs: Resetting the System Management Controller (SMC)
    1. Shut down the computer.
    2. Unplug the computer's power cord.
    3. Wait fifteen seconds.
    4. Attach the computer's power cord.
    5. Wait five seconds, then press the power button to turn on the computer.
    If you still can not see them, connect them back up to the iMac running the older OS, open Disk Utility and look to see how they are partitioned and formatted.

  • I updated to windows 10 and now my hp officejet 4630 is not recognized

    A new thing has occurred. Before, I was able to print from my phone and tablet (the purpose of buying a wireless printer) now, for some reason after this windows ten update, my phone and tablet no longer recognize my printer. Someone please help

    I upgraded from windows 7 to windows 10 and now hp officejet 4630 does will not print wierlessly or connected. when i search for updates i get the error message
    "• HP - Printers - HP Officejet 4630 series - Error 0x80240017"
    I've "retried a few times" but it still does not recognize the printer. Even when i attempted to go through hp assistant, it did not recognize my printer.
    Please help. Im a writer, student, and content provider, having a working printer is crutial to me.
    thank you in advance

  • Canon ir 2420 ufrii LT network printer show only processing but print not receive

    My Canon ir 2420 ufrii LT network printer show only processing but print not receive,i have check its ip and network all is fine i also relode this software but result is same , show only processing print not recieve ,please if you have any trick please share ,  Thaks for you support  

    I can't find that printer on the canon eu support website (canon uses model numbers on that site, not series designations) , and canon printers are not easy to get to work well on archlinux.
    However there are 2 aur packages that provide the UFRII driver :
    - cndrvcups-lb (built from source)
    - cndrvcups-lb-bin (uses the binaries)

  • Valid Size not available for this Creation (Greeting card only) - Elements 10 for Mac

    I purchased Adobe Photoshop/Premiere Elements 10 for my MAC and am getting "VALID SIZE NOT AVAILABLE FOR THIS CREATION" when I try to create a GREETING CARD only.  All other options in CREATE work.
    I have read other forums on here and have tried everything they have said and it still does not work.  I have tried:
    opt, cmd and shift to delete preferences
    uninstalled and reinstalled
    performed updates on both my MAC and the program
    Can anyone PLEASE suggest other solutions to this problem?  Perhaps I am doing something wrong.  Thanks!

    Hi - My file structure is somewhat different than the file structure that you describe in the first part of your note (My system is Windows XP with Service Pack 3).  This is what my file structure looks like: 
        C:/Program Files/Adobe/Elements 10 Organizer/locales/en_US
             >application_swfs
             >Plug-Ins
             >Suppport Files
    No Creation Graphics folder, no Kodak Gallery Folder, no files with the name E9_preview_photocard_1(or2).jpg.
    I perfromed a hard drive search on filename E9_preview_photocard* and found these files under:
         C:\Documents and Settings\All Users\Application Data\Adobe\Photoshop Elements\10.0\Locale\en_us\CreationGraphics\local
    I performed a hard drive search on Kodak Gallery and found the file under:
         C:\Documents and Settings\All Users\Application Data\Adobe\Photoshop Elements\10.0\Locale\en_us\CreationGraphics\Kodak Gallery
    This Kodak Gallery folder contains 10 files, 2 of which appear to be related to Greeting Cards.  These are 5x7_adobe_folded_cards and 5x7_adobe_folded_cards_zoom
    Regarding the 235x120 greeting files, I search and found these under
         C:\Documents and Settings\All Users\Application Data\Adobe\Photoshop Elements\10.0\Photo Creations\photo layouts
    NOW WHAT???
    thanks

  • How should i do when my iphone show "iphone this update is not available for this apple id because it was bought by a different user or the item was refunded or cancelled"

    how should i do when my iphone show "iphone this update is not available for this apple id because it was bought by a different user or the item was refunded or cancelled"

    I came across this issue on my iPad and iPhone today. I did some research and it was suggested that you need to change your region to wherever in the world you originally purchased the app.
    This worked for me.
    I had tried signing in and out, deleting apps and resetting my devices; because I had never used any Apple ID except for my own personal one, I thought that those options would sort it. I changed my region to the uk (where the apps were purchased) and now they have updated with no other issues.
    I hope this helps

  • I just changed my account from the UK to the USA. Now, most of my songs are not available. How do i get them authorized?

    I just changed my account from the UK to the USA. Now, most of my songs are not available. How do i get them authorized?

    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    iOS- How to transfer or sync content to your computer
    iTunes Store- Transferring purchases from your iOS device or iPod to a computer
    If you have non-purchased content then you need to use third-party software to transfer it to your iTunes Library - Phone to Mac - Pod to Mac.

  • ...notifications are a paid only feature, they are not available with a free account...

    Hi Support-Team,
    is there a chance to change this:
    "... notifications are a paid only feature, they are not available with a free account ..."
    If we can't send a notification to an other user FormsCentral doesn't make sence and will cancel the account... That would be a pity, because otherwise everything would work very well.
    Kind regards
    Andreas

    Hi;
    Thanks for your feedback, but notifications are a paid feature and are not available in a free account.  That isn't likely to change.  Hopefully there is enough value in this and the other features of a paid account for you to consider an upgrade.
    Thanks,
    Josh

  • Merant Driver is not available for Windows 7 to create data warehouse table

    Hi All,
    I had installed Database, OBIA, DAC and Informatica in windows 7 64 bit. Installation is successful.
    To create data warehouse tables through DAC, we need merant driver. But Merant driver is not available in windows 64bit.
    I followed the below procedue to create a merant driver.
    "C:\Windows\SysWOW64\odbcad32.exe"
    Executed odbcad32.exe, and I found the merant driver in the list, when i try to create DSN, I am getting the following error.
    Specified Driver could not be loaded due to system error 193: (Oracle Merant Driver in DAC 10g_Oracle-OH1635326477, c:\orahome\10gR3_1\bifoundation\dac\utilities\DataDirectODBC\seor820.dll).
    Can any one please provide me the solution.
    Regards,
    Kumar

    I know the docs say you must use the merant driver however did you try a normal oracle odbc connnection. I am sure i did this in the past.
    BTW I hope this is just your laptop and you are playing around. I do'nt think Windows 7 is a supported environment. You should consider a supported platform for production and maybe a virtual machine on your windows 7 machine in development so you can practice the install.
    See
    Oracle Fusion Middleware Supported System Configurations
    http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html
    System Requirements and Supported Platforms for Oracle Business Intelligence Applications 7.9.6.3 http://www.oracle.com/technetwork/middleware/bi/obia7963cert-matrix-395521.xls

  • HT2589 I created an id prior to having tech. assistance and now the non payment option is not available.  How to I get past this stage?  Help! Already frustrated with Apple.

    I created an id prior to having tech. assistance and now the non payment option is not available.  How to I get past this stage?  Help! Already frustrated with Apple.

    Already frustrated by jumping in and not getting some needed information before hand, hmm k
    Create a new apple id - OR
    create a new free web base email - sign into the apple id you have now edit the primary email address with the just newly created email save [you justs freed your email address from being an apple id]
    Once you have all the4 correct information/data etc needed to be able to then chose option None
    use that email to create apple id

Maybe you are looking for