Thursday, September 25, 2008
Saturday, September 13, 2008
End of Media encountered while backing up to non-removable media
End of Media encountered while backing up to non-removable media.
The operation was ended.
The drive had plenty of space.
The problem was that the external drive was formatted as FAT, and all the backup files went to 4GB and then it quit, since that is the limit for FAT. The drive had to be converted to NTFS. You can use this command to convert it to NTFS:
convert e: /fs:ntfs /v
Tuesday, April 01, 2008
Keep getting "Not Enough Space On The Disk" when trying to save files to a server share? - Small Business Server
Getting this error message?
Unable to create the file ..... "there is not enough space on the disk"
Unfortunately, Windows Server does not give the correct error message to the user when their disk quota has been exceeded. It tells them that there is not enough space on the disk, rather than telling them that their disk quota has been exceeded.
Quotas on the partition/volume where the user shared folders are. By default it is 1 Gb per user, over the entire drive, not counting exchange,sql or sharepoint.
1. Log on to your system with an administrator account, for example,owner or administrator.
2. Click Start, and then click My Computer.
3. Right-click on the drive, and then click Properties.
4. Click the Quota tab.
5. Either increase the amount of disk space available to users bychanging the Limit disk space to option or disable the Disk Quotas featureby clicking to clear the Enable Quota management check box.
Wednesday, October 03, 2007
Essential SQL Server Date, Time and DateTime Functions
Wednesday, September 12, 2007
How to Set Up a Logon Script Only for Terminal Server Users
You can use a logon script to dump out the connecting user with the following script in the \windows\system32 directory.
Create a batch file with this line:
echo %username% %clientname% %date% %time% >> C:\TermServLog\logon.log
And enter the name of the batch file into the registry entry as follows:
Run Regedt32.exe and go to the following value: HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion
\Winlogon\Appsetup
After the last entry in the Appsetup value, place a comma and a space and then enter the name and extension of the logon script you placed in the %SystemRoot%\System32 folder. For example, if the value of Appsetup is: Usrlogon.cmd, Rmvlinks.exeAfter adding an entry for Termlogon.cmd, the value would look like: Usrlogon.cmd, Rmvlinks.exe, Termlogon.cmdTermlogon.cmd will now run every time a user logs into the Terminal Server.
Tuesday, September 11, 2007
Terminal Services client keyboard shortcuts
Using Terminal Server shortcut keys
If you choose not to apply Windows key combinations to your Remote Desktop sessions, you can use these Terminal Server shortcut keys to perform many of the same functions. For more information about applying Windows key combinations, see To configure Windows shortcut keys in a session
Shortcut key | Description |
ALT+PAGE UP | Switches between programs from left to right. |
ALT+PAGE DOWN | Switches between programs from right to left. |
ALT+INSERT | Cycles through the programs in the order they were started. |
ALT+HOME | Displays the Start menu. |
CTRL+ALT+BREAK | Switches the client between a window and full screen. |
CTRL+ALT+END | Brings up the Windows Security dialog box. |
ALT+DELETE | Displays the Windows menu. |
CTRL+ALT+Minus (-) symbol on the numeric keypad | Places a snapshot of the active window, within the client, on the Terminal server clipboard (provides the same functionality as pressing PrintScrn on a local computer.) |
CTRL+ALT+Plus (+) symbol on the numeric keypad | Places a snapshot of the entire client window area on the Terminal server clipboard (provides the same functionality as pressing ALT+PrintScrn on a local computer.) |
Note
• | On an NEC98, these shortcut keys are different in two cases:
| ||||
• | CTRL+ALT+BREAK and CTRL+ALT+END are available in all Remote Desktop Connection sessions, even when you have chosen to apply Windows key combinations on the remote computer. |