C: drive full (149GB) D: drive nearly empty

Hello
Not a computer specialist, so please be gentle. I can't find an answer to this on the forum that I can make sense of!
My Satellite Hard Drive is full!
WIndows C: = 4.94 GB free of 149 GB
Data D: = 138GB free of 148 GB
So, some questions:
How do I free up space on the C Drive?
Can I move stuff onto the D: Drive (photos, music &c) and the Library still find it?
As I say, I'm not a specialist!
Thank you in advance!

You can copy the contents of your whole user folder (if it is not too big!) from C: to D: e.g. c:\users\fred\
Then if you right click on each of the libraries on C: (documents, music, videos etc) and select properties you can include the new folder location on D: and after remove the folder location for C:. Then when you click on the library it will take you to the files on D: instead of C:.
For 'downloads' you will need to change the browser options (e.g. in Internet Explorer, Chrome etc) to point to the new 'downloads' folder on D: so that it saves them there.
Same thing with iTunes and other applications you use.
You can change the location of almost everything including important things like 'desktop', 'favourites' and 'contacts'.
If you restore your C: drive you won't lose anything. You will just have to add the locations to the libraries to point to the files in D: again. 5 mins work instead of hours restoring backups of your files!
Message was edited by: badhat

Similar Messages

  • Computer Hard Drive nearly full

    Apple fans...
    our family computer, iMac G-4 / 15 inch, has a hard drive near capacity and it shows in performance.
    does anyone know if there is a way to list everything that is on the hard drive top to bottom based on size of the application, doc., etc.?
    my thinking is that if i can see the size of document "x", for example, i could decide whether or not to trash it and save some hard drive space in the process.
    hope that made sense, and hope you can help.
    17' g4 powerbook   Mac OS X (10.4.8)  

    Does this application do what you want? You should avoid deleting items outside of your home folder if you don't know what that item's purpose is and what deleting it will do.
    (21343)

  • We tried to install Adobe Premiere Element and it keeps saying the E drive is empty.

    Adobe Premiere Elements 13.1 keeps saying the E drive is empty.  We got around it by changing the name to another letter.  Why did it do this?

    ireneo
    Please explain your question a bit further. Is the following your scenario?
    1. You installed Adobe Premiere Elements 13 (on what computer operating system?) Assumed from installation disc and to the default location on the Local Drive C.
    2. You are inserting your installation disc into the burner tray, the burner being the E drive? And, you get a message about empty E drive instead of the AutoPlay for
    you to click on to start the installation path?
    There is a known problem with Premiere Elements 13/13.1 where installation of this version generates a No Disc error. The fix for that is deleting or disabling the OldFilm.AEX
    file in the path
    Program Files
    Adobe
    Adobe Premiere Elements 13
    Plug-ins
    Common
    NewBlue
    and in the NewBlue Folder is the OldFilm.AEX file that you delete or disable by renaming it from OldFilm.AEX to OldFilm.AEXOLD.
    What type of Blu-ray DVD burner or DVD/CD burner was involved in this situation - internal or external?
    ATR

  • Optical drive constantly making ejecting sounds when drive is empty

    the disc drive on my iMac randomly tries to eject a disc for a minute or more at a time when the drive is empty....any ideas why this is??

    Hmmm, I think I'd try this...
    One way to test is to Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, Test for problem in Safe Mode...
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive
    Reboot, test again.
    If it only does it in Regular Boot, then it could be some hardware problem like Video card, (Quartz is turned off in Safe Mode), or Airport, or some USB or Firewire device, or 3rd party add-on, Check System Preferences>Accounts (Users & Groups in later OSX versions)>Login Items window to see if it or something relevant is listed. (Thinking maybe iTunes helper here).
    Check the System Preferences>Other Row, for 3rd party Pref Panes.
    Also look in these if they exist, some are invisible...
    /private/var/run/StartupItems
    /Library/StartupItems
    /System/Library/StartupItems
    /System/Library/LaunchDaemons
    /Library/LaunchDaemons

  • NO disk in drive problem if disk cd/dvd rom drive is empty.PLEASE HELP ME part2

    Hi All,
    To make it easier to see here it is again. Im realllllyyyy desprate, I have my boss breathing down my neck!!!
    I'm working on this problem which doesnt seem to be around anymore. I;ve checked the forums but no recent post has been submited ami out of date. Please help me
    The problem is that I need to check that hte user has inserted the CD which is needed to run with the application. So i check the labels of all the drives but if a CD rom or any drive is empty I get the "No Disk in Drive. Please insert disk". If i click cancel it works. How do i get it to go away?????????????.
    I even disable the system security which is what was suggested in the past but it still doesnt work.
    Here is the code
    SecurityManager sm = System.getSecurityManager();
    // Disable the Security Manager
    System.setSecurityManager(null);
    FileSystemView fsv = FileSystemView.getFileSystemView();
    fil =File.listRoots();
    for (i=0;i<fil.length;i++){
    if(found==true)
    break;
    if((fsv.isFloppyDrive(fil))==false){
    if(fil[i].canRead() && !fil[i].canWrite()){
    list= fil[i].list();
    if(list!=null){
    for( j=0;j<list.length;j++){                            
    if(list[j].equals("SDBSL_CD")){                                    
    str= fil[i]+"SDBSL_CD/";
    found=true;
    break;
    System.setSecurityManager(sm);
    Any help would be muchmuch appertiated
    Ive noticed that when i do:
    SecurityManager sm = System.getSecurityManager();
    System.out.println("sm"+sm); it returns null
    help!

    If it is soooo urgent, then perhaps you could help your own cause by making it easier for the rest of us to read your code... Hint [code] tags are there for a reason.

  • NO disk in drive problem if disk cd/dvd rom drive is empty.PLEASE HELP ME

    Hi All,
    I'm working on this problem which doesnt seem to be around anymore. I;ve checked the forums but no recent post has been submited ami out of date. Please help me
    The problem is that I need to check that hte user has inserted the CD which is needed to run with the application. So i check the labels of all the drives but if a CD rom or any drive is empty I get the "No Disk in Drive. Please insert disk". If i click cancel it works. How do i get it to go away?????????????.
    I even disable the system security which is what was suggested in the past but it still doesnt work.
    Here is the code
                SecurityManager sm = System.getSecurityManager();
                // Disable the Security Manager
                System.setSecurityManager(null);
                 FileSystemView fsv = FileSystemView.getFileSystemView();
                    fil =File.listRoots();
                    for (i=0;i<fil.length;i++){
                        if(found==true)
                            break;
                        if((fsv.isFloppyDrive(fil))==false){
    if(fil[i].canRead() && !fil[i].canWrite()){
    list= fil[i].list();
    if(list!=null){
    for( j=0;j<list.length;j++){                            
    if(list[j].equals("SDBSL_CD")){                                    
    str= fil[i]+"SDBSL_CD/";
    found=true;
    break;
    System.setSecurityManager(sm);
    Any help would be muchmuch appertiated

    I have adjusted your code a bit. I hope it will work. Just try again.
    SecurityManager sm = System.getSecurityManager();
                // Disable the Security Manager
                System.setSecurityManager(null);
                 FileSystemView fsv = FileSystemView.getFileSystemView();
                    fil =File.listRoots();
                    for (i=0;i<fil.length;i++){
                       if(!fil.exists()) continue; //TRY TO CHECK IT HERE
    if(found==true)
    break;
    if((fsv.isFloppyDrive(fil[i]))==false){
    if(fil[i].canRead() && !fil[i].canWrite()){
    list= fil[i].list();
    if(list!=null){
    for( j=0;j<list.length;j++){                            
    if(list[j].equals("SDBSL_CD")){                                    
    str= fil[i]+"SDBSL_CD/";
    found=true;
    break;
    System.setSecurityManager(sm);

  • I was trying to restore my itouch and when i pressed "restore" and then pressed "restore and update", another sign popped up saying "The ipod "ipod" could not be restored. The disk you are attempting is full. Removing files and empty the recycle bin

    i was trying to restore my itouch because it showed on my itouch the itunes bar on top and the charger on bottom so i went on itunes and when i pressed "restore" and then pressed "restore and update", another sign popped up saying "The ipod "ipod" could not be restored. The disk you are attempting is full. Removing files and empty the recycle bin will free up additional space. What do I do?!?!?! please help me ASAP

    Hi
    I followed this guy's instructions and it worked:
    http://evsiphone.blogspot.com/2009/05/iphone-iphone-could-not-be-restored.html
    I did disable the security (AVG and Zone Alarm) when I tried on my own PC. My wife's laptop which eventually got it working also uses AVG and Zone Alarm but on an XP O/S whereas my PC is Vista - maybe this is why.
    Cheers for you help.
    Andy
    Message was edited by: bigbadandy

  • How can I know which cartridge in C310 is near empty?

    My C310 is not printing colored pages well and I know I need to change the cartridge, but is there anyway to know which cartridge is near empty or shall I just change all 3 of them?

    This document should help you out:
    Checking Ink Levels
    007OHMSS
    I was a support engineer for HP.
    If the advice resolved the situation, please mark it as a solution. Thank you.

  • I got an error message saying that update couldn't update because disk was full and it said to empty recycle bin, anyone know where to locate this mysterious elusive recycle bin?

    i got an error message saying that update couldn't update because disk was full and it said to empty recycle bin, anyone know where to locate this mysterious elusive recycle bin?

    arghineedhelp wrote:
    i got an error message saying that update couldn't update because disk was full and it said to empty recycle bin, anyone know where to locate this mysterious elusive recycle bin?
    On your computer.

  • Time Machine back up drive nearly Full, Can I...

    My 1Tb back up drive (backup A) is nearly full with multiple networked computers using Time Machine.
    I have a new 1Tb drive (backup A1) installed and ready to go as my next back up drive.
    If I redirect my time machines backups to the new disc (A1) in order to keep drive (A) from filling and overwriting, will i be able to reconnect in the future to disc A's backup files?
    Is there a procedure to follow or am i naive in thinking that i will be able to reconnect to my older backups?
    Thanks for your help!

    not quit sure what you mean by reconnect here. after you designate drive A1 as the TM drive in TM system preferences you'll be able to access past backups on drive A using browse mode. control-click on TM in the dock and choose "browse other TM disks". and if you ever want to go back to using drive A as the backup drive just reselect it as the backup drive in TM system preferences.

  • Getting message saying hard drive nearly full

    I've started getting a message when I boot up "your start up disk is almost full please remove some programs"
    This I find hard to beleive as I have very little on my hard disk, I use an external My Book & other usb sticks to store most things including photos , the only things I have stored on the hard drive
    any advice please ,
    I've only started getting this message the last few days, and since I had a problem with my WD 1T external drive and time machine backup (time machine is supposed to be backing up to the WD external drive

    See Where did my Disk Space go?

  • HARD DRIVE nearly full!  I don't believe it - I think Aperture messed me up.

    I have an iMac with mac OS x 10.7.2 operating system.  A couple of weeks back was importing photos into Aperture from folder on drive.  Not sure if I accidently highlighted too many folders but aperture appeared to have imported everything creating lots of project folders.  Then when trying to add new photo got message saying not enough room on my harddrive.  I deleted nearly all projects from aperture (while in aperture) but that does not appear to have solved the problem.
    when I go and do 'get info' for the hard drive and then the various folders - I don't see what is taking up the space.  I think the system is confused.  The system says I have 4 GB left on my 1TB drive.
    what can I do? 

    I had not done that and it helped but I still think there is an issue with available space.
    If I do 'get inf' on the Mac HD, tells me the capactity is 999 GB with 107 GB available meaning I'm using ~ 892 GB.
    When I do  'get info' on the folders on the HD in the finder I find the following and their size:
    Applications :  6.12 GB
    C drive:  1.8 MB
    E drive:  140 GB
    libray : 7.72 GB.
    This then only accounts for ~ 155 GB and the mac is telling me Ive used 892Gb.  Something is not right.

  • Hard Drive nearly full, but can't see why.

    Hi there,
    I've got a 2009 iMac (4Gb RAM, 500Gb HDD) running 10.8.5. I got a Finder warning about the Hard drive space this morning saying I only had 400Mb left. Which is very strange, because most working files are kept on my machine, but copied back to a file server, and trashed from my mac.
    After some trashing of bits and bobs, I managed to get to about 60Gb free (so at least the mac could function properly whilst i was doing some investigative work.
    I did a "get info" on each of the folders in my user account (including the hidden 'Library' folder). Counted up to about 85Gb. I then did the same for the system folder - Apps, System, and Library - which came to 34Gb. That's a total of 119Gb (which is about what I would have guessed).
    So there's about 320Gb of hard drive space that's being eaten up, but I can't see where. I have been doing some heavy work in iBooks Author, so I opened up the iBA files and deleted the previous versions. Won back a bit of space, but not a dent really. I think the local snapshot versions are actually pretty small.
    Thinking that it had to be an issue with some bloated hidden file, I used Terminal to show hidden files, and tried to use the 'Find' facility to search for files over 1Gb; there were a few, but none hidden, and none i didn't already know about.
    I don have TIme Machine, but that's set up for an external HDD, so that's not the issue.
    Any ideas what I can try next?

    Hi Eric – Thanks for the reply. Forgot to mention that I checked out the storage in 'About this mac'. Here's the shot.
    As you can see, backups are pretty much at zero, so assuming that the 'backups' section comprises previous 'versions' of files, (local snapshots), then theoretically these are ruled out too.
    I've downloaded OmniDiskSweeper (thanks for the link), and ran it, which is where things get really wonky. I left it for ages. I presume it had finished scanning, as it gives no progression bar or 'finished' dialogue box. Check out the screenshot.
    Check out OmniDiskSweeper's data. The 'User' folder is the largest (unsurprisingly) at 75Gb, but that is only what I thought it would be. Check out the total amount scanned (at the top of the window). 102Gb. 102. Yet, there's there 'Get info' box on the left, saying I've got 418 Gb used on the hard drive.
    The system thinks that there's more data on the HDD than OmniDiskSweeper. I'm suspecting that there's a corruption somewhere. I tried a 'light' clean of my system cache (using MountainLionCacheCleaner), and did a safe boot to clear some caches, but no result.
    Next, I'm going to create a new User to see if the issue is within the User account or system-specific. Then I'm going to start up CarbonCopyCloner to see what that reports. Back in touch soon.

  • C drive is almost full, E drive almost empty

    Hi all
    I'm not computer literate so apologies in advance.
    I've read other threads here about the same problem but am still unsure if there is anything I can do to fix it. I have an EQUIUM laptop with VISTA home premium pre-installed. The computer is about 5 years old.
    The VISTA "C" drive has 7.87 GB of free space from 55.8GB whereas the DATA "E" drive has 51.9 GB free of 54.4 GB.
    As the computer often runs slow or freezes and needs to be shut down and re-opened I have in the past tried to move things from "C" to "E". All my data files and photos are now on the "E" drive and I have today removed all unwanted files from the "C" drive using the Microsoft programme.
    It seems from the other answers given here that I cannot move anything else from the "C" drive so do I have to increase the memory of the computer and is the "C" drive filling up with all the Microsoft updates that keep happening?
    If the computer needs to install programmes that take up all the space on one "drive" why don't the makers increase the capacity of that "drive" on day 1?
    Should I just buy another computer?
    Any advice, simply explained, would be greatly appreciated.
    Many thanks.

    Hi
    I read your posting but Im sorry Im still dont know what your problem is
    You said that notebook runs slow and freezes sometimes.
    In my personal opinion it has nothing to do with the partitions size on the HDD.
    Your notebook is 5years old and I think the system was not reinstalled in the past
    It could be possible that the system is muddled up and therefore the unit run slow.
    I would recommend to reinstall the system again but backup the data before doing the new installation
    PS: check also the cooling fans I think after 5 years of usage, the cooling modules are dustyuse an compressed air spray to clean the fans dust and debris inside the notebook prevent the notebook from cooling and this can affect the functionality.

  • Drive C almost full and Drive E empty

    I bought this 1TB PC primarily for gaming. It's brand new, I did not partition any drive or do any configuration. Just installed some games, then when I tried to install Microsoft Office, I was told there is insufficient space. When I look at my system, I see the following:
    Windows (C - 4.49GB free of 101GB - in RED
    Recovery Image (D - 2.02GB free of 15.7GB
    DATADRIVE1 (E - 840GB free of 931GB
    1. Why does HP partition my drives and give so little space to drive C? Is there a way for me to increase the space for drive C, and reduce the space for drive E?
    2. I was advised to install programs into E, but for some programs like MS Office, there is no option to allow me to choose any other drive. And I always get the Insufficient space message. I suspect many other programs also got installed into drive C by default or maybe there was no other option.
    3. What other solutions or options are there for me?

    I have to assume the 1TB drive was partitioned either by you or the tech that installed the OS in the manner described.  Windows 8 does not normally set itself up that way.  Go to "Disk Management" to give Windows a chance at resizing the partitons.  If you need directions to find  Disk Management, look HERE.  If that does not allow you to resize the C:\ by taking space from the E:\, then look at something similar to  EaseUS Partition Master Free 10.2 to resize it.  GParted will work and is free but since you are using Windows 8, it will be harder to boot to the GParted CD.
    BTW: I checked about making M$ Office install on another drive and many have run into the same problem as mentioned.  The new "Click and Run" I think its called, will not allow any user interaction other than click next.
    {---------- Please click the "Thumbs Up" to say thanks for helping.
    Please click "Accept As Solution" if my help has solved your problem. ----------}
    This is a user supported forum. I am a volunteer and I do not work for HP.

Maybe you are looking for