Posts Tagged ‘left’

Ubuntu, other than most distributions as well as MS Windows, decided to move its window menu buttons to the left side of the top window panel. This brings along many accustomization problems for people who are used to rush their mouses to the top right instinctively.

If you want to, you can revert this change with the help of gconf-editor.

Open it by entering gconf into Dash or

gconf-editor

into a terminal. Browse the left pane for /apps/metacity/general and look for the value of button_layout which should be close,minimize,maximize: . This value defines where the buttons are positioned and in which order – the commands stand for the appropriate button whereas the colon determines on which side they will be. You can also add a menu button by including menu.

To move the buttons to the right and adjust their order, a value like

:menu,maximize,minimize,close

would be appropriate. Don’t forget to set the colon or metacity will crash as soon as you have entered and confirmed your value!

“No space left on device” error on empty drives

Thursday, March 15, 2012 posted by CSch

It may occur that when you try to copy files from your hard disk to an external device such as an external HDD or a USB key, you get an error stating that there was no free space left on your device although you just erased everything from it to make some. This is most likely due to limitations of the file system your drive uses – newer drives might already use the NTFS file system while older will still use FAT32 or even FAT16.

The thing is that FAT32 formatted drives only support files up to a maximum size of 4GB – for example if you try to put an image file of 6 GB onto an external, FAT32 formatted hard drive of 320 GB with 100 GB of those still free and not in use, the copying will fail. To change this, you have to format the target drive to the NTFS file system.

Formatting will erase all data on a drive, so backup everything you have on it beforehand. Afterwards, right-click the drive in your file browser and choose Format….

On the appearing window, there will likely be an FAT file system on the File System drop-down menu (if it already says NTFS there, this guide won’t solve your problems). Before you change anything, double-check that you picked the right drive. Then change the file system to NTFS and click Start.