Editing Resizing VFLASH Storage Device
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
= Introduction = | = Introduction = | ||
Line 8: | Line 7: | ||
HV hides VFLASH HDD region from LPAR 2 and it doesn't see it. | HV hides VFLASH HDD region from LPAR 2 and it doesn't see it. | ||
First, i resized the VFLASH. '''By doing this, you will | First, i resized the VFLASH. '''By doing this, you will loose your data on HDD but NOT on VFLASH !!! | ||
VFLASH data remains untouched. Resizing VFLASH doesn't cause corruption of data already installed there !!! | VFLASH data remains untouched. Resizing VFLASH doesn't cause corruption of data already installed there !!! | ||
So backup your GameOS data from UFS2 partition before you will do it.''' | So backup your GameOS data from UFS2 partition before you will do it.''' | ||
Line 78: | Line 77: | ||
== 1. Method == | == 1. Method == | ||
== 2. Method == | == 2. Method == | ||
Line 140: | Line 137: | ||
* The above command creates a new VFLASH region which starts at sector '''0x80000''' and has '''0x4000000''' sectors. | * The above command creates a new VFLASH region which starts at sector '''0x80000''' and has '''0x4000000''' sectors. | ||
* The command should return '''0x7'''. It means the new region has index 7. | * The command should return '''0x7'''. It means the new region has index 7. | ||
* Now reboot your Linux and if you are using my VFLASH Linux driver then you should see now a new VFLASH device '''/dev/ps3vflashh'''. | * Now reboot your Linux and if you are using my VFLASH Linux driver then you should see now a new VFLASH device '''/dev/ps3vflashh'''. | ||
* Now you can partition it with '''fdisk''' e.g. and install Linux there :-) Have fun. | * Now you can partition it with '''fdisk''' e.g. and install Linux there :-) Have fun. | ||
* If you have any problems then contact me and i will try to help you. | * If you have any problems then contact me and i will try to help you. | ||