I used the following command to re size a virtual box hard drive partition. It was originally 20gig and increased it to 40gig.
1. Close and quit virtual box
2. Go to the command line (pc or mac)
3. Execute the following command.
VBoxManage modifyhd /VirtualBox/Windows7/Windows7_32bit.vdi --resize 40960
VBoxManage = Virtualbox install this with the program and puts it on the path
modifyhd = is the argument for the command above
Target VDI file = in my case, it was located in /VirtualBox/Windows7/Windows7_32bit.vdi
--resize 40960 = command to resize to 40gig
If your VDI file name has space on the name. It must be as follows:
Windows\ XP\ Hard\ Disk.vdi
4. Launch Disk management with Windows 7 and expand partition.
Showing posts with label OSX Lion. Show all posts
Showing posts with label OSX Lion. Show all posts
Tuesday, January 24, 2012
Tuesday, July 26, 2011
OS X Lion User's profile Library folder is missing
In OS X Lion, the user's profile Library folder is hidden. There are several ways to unhide it. The easiest and safest way is by using the free Onyx utility application. Another method is via the command line or simply navigating to the directory.
Via the Terminal
Launch the terminal and enter the following command line.
sudo chflags nohidden ~/Library
With the Free Onyx utility (There are other utility programs that do the same thing).
1. Download the free Onyx utility program from http://www.titanium.free.fr/download.php
2. Click on the Parameters icon, sub-menu -> Finder -> and check mark the option Show hidden files and folders
3. Now, the Library folder should be listed in the user's profile.
Go directly to the folder.
You could always go to the folder even if it is hidden. From the Finder menu -> Go -> Go to Folder...
Enter the location as follows, replace _user_ with your own
/Users/_user_/Library
Via the Terminal
Launch the terminal and enter the following command line.
sudo chflags nohidden ~/Library
With the Free Onyx utility (There are other utility programs that do the same thing).
1. Download the free Onyx utility program from http://www.titanium.free.fr/download.php
2. Click on the Parameters icon, sub-menu -> Finder -> and check mark the option Show hidden files and folders
3. Now, the Library folder should be listed in the user's profile.
Go directly to the folder.
You could always go to the folder even if it is hidden. From the Finder menu -> Go -> Go to Folder...
Enter the location as follows, replace _user_ with your own
/Users/_user_/Library
Labels:
hidden folder,
Onyx,
OSX,
OSX Lion,
Software Utility,
unhide folder
Subscribe to:
Posts (Atom)

