|
I've just listened to episode 6 of StackOverflow podcast, and I just wonder, is there a free and good enough implementation of Mac Spaces for Windows?
Started by yoitsfrancis on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The best one for XP that I have found is VirtualWin.
While Mac and Linux handle it beautifully.
|
|
What I have?
I have installed Windows Server 2003 with following details:
OS installed in: C drive
Space allocated to C drive: 50GB
RAM: 4GB
Important space consuming software installed: Visual studio 2005 & 2008, Office 2007, MOSS 2007 and SQL Server...
Started by Vijay on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
On the C:\Windows\Installer folder to see exactly what files/folders are using so much storage space simply moved some of the files elsewhere with more space, and copied them back when an install needed.
|
|
Hi, my disk has over 100GB of free space, but the usage bar in Computer is displayed in red, as if it reached a low space limit. It looks like Windows applies the same 10% or 15% hard disk space value for low space warnings, regardless of if the disk ...
Started by JL on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
You may provide (5GB together), so surely the low space warning for a 1.5TB disk should be 5-10GB, not 150GB or more and old ones extended can....
There is no option to change the percentage for the low space warnings on the computer.
|
Ask your Facebook Friends
|
If you have two 320-gigabyte hard drives in a RAID 1 array, how much disk space does Windows see?
Also, is it possible to provide RAID protection if the motherboard you're dealing with doesn't support it?
Started by 에이바 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
You can do.
Two 320GB in raid 1 is the same amount of usable space as a single normal 320GB drive.
Everything you write to one drive is mirrored on the other - windows will see 320GB.
And read speed.
|
|
Why does Windows install take so much place compared to most Linux distributions, despite being capable of much less? For example, standard Ubuntu installation takes about 4GB and can actually be sufficient for everyday work, while Windows 7 requires ...
Started by hmp on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at superuser):
There isn't really one answer fits all, for Ubuntu on Linux often follows the Unix philosophy - each component or tool should do one thing and do it very of extra bulk comes from the fact that Window....
It is a very difficult thing to say...
|
|
In French, typography requires that we use narrow non-breaking space (U+202F) at various places (“Comme ça !”).
Apparently every browser on windows fails to support that and they all display a weird character instead. This works on most browsers on Mac...
Started by FroMage on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Why?
Because the French fine is effectively using....
If the only="white-space:nowrap"> </span>
to correct the breaking behavior.
Hmmm...
That lists all your locally installed fonts and shows this character for each one.
|
|
Hi, My windows xp (C drive) partition is 27 GB. Now it shows free space is only 2.3 GB. But when I calculate all the space using any software or manually (by adding all the folder sizes including hidden files) I get ~13.xx GB full. That means another ...
Started by fireball003 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://vistasupport.mvps.org/decrease_storage_space-allocated_to_system_restore.htm
First, you're going to lose at least....
Do you have system restore enabled on your machine? If enabled, Windows will use "free space system restore.
|
|
Does anyone have any tips on reducing the space used by Windows 7? So far I've got:
Emtpy Recycle Bin Run Disk Cleanup Wizard Use 'Programs & Features' control panel to uninstall unneeded components However even after all that, my Windows directory is...
Started by davr on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
I would suggest....
Apart from deleting what you have already, you could also try running from your home folder .
To worry about disk space again :)
This question may provide some insight as to what is taking up all that space on your computer.
|
|
This is really driving me nuts. I do a lot of moving media files to and from USB drives, and I am constantly looking to the status bar to see how much remaining space I have on a drive. It's quick, and doesn't involve any clicking. At least, that's what...
Started by Matt Thompson on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at superuser):
View->Choose details has a "Space Free" setting?
it was "removed due to a user anxiety ....
HowAnnoyingly, I don't think this exists.
Stupid, but it is only one extra click instead of several.
On drive's free space at the bottom.
|
|
Hi;
It's a known fact that Windows applications usually have 2Gb of private addess space on a 32bit system. This space can be extended to 3Gb with the /3Gb switch.
The operating system reserves itself the remaining of the 4Gb.
My question is WHY?
Code...
Started by Rivari on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
(For comparison....
Whenever you call a Win32 API function that returns, say, a window displays.
8086 had only one address space which had to accommodate not only electronic memory, but all input to your process' own address space.
|