Go Back  
Reply
 
Thread Tools
Old 09-23-2012   #131
OoZic
 
OoZic's Avatar
 
Join Date: Sep 2010
Location: Just ask Sony !!
Posts: 3,559
Likes: 1,187
Liked 1,759 Times in 1,028 Posts
Mentioned: 86 Post(s)
Tagged: 0 Thread(s)
Originally Posted by xerxesrex View Post
Just wanting to get it done asap.
I try, +x, a+x, 755. all given me read only error. Appreciate your reply. Thanks.
One thing to try is to copy the file to your internal HDD in stead of the usb device:

1. cd /tmp/
2. wget tinyurl.com/createhdd
3. chmod a+x create_hdd_region.sh
4. ./create_hdd_region.sh auto

Other thing to try is to unmount the usb device and mount it with read/write privileges maybe ...
__________________
Sony just lost the PS3's chastity belt keys, secret fun spots are open to explore ...
OoZic is online now   Reply With Quote
Old 09-23-2012   #132
xerxesrex
Member
null
 
Join Date: Feb 2011
Posts: 48
Likes: 9
Liked 1 Time in 1 Post
Mentioned: 4 Post(s)
Tagged: 0 Thread(s)
Originally Posted by OoZic View Post
One thing to try is to copy the file to your internal HDD in stead of the usb device:

1. cd /tmp/
2. wget tinyurl.com/createhdd
3. chmod a+x create_hdd_region.sh
4. ./create_hdd_region.sh auto

Other thing to try is to unmount the usb device and mount it with read/write privileges maybe ...
Cool, i will try it from other device. Just to ask wget is to down load the script online? How to mount my usb with write access?
************* [ - Post Merged - ] *************
Originally Posted by OoZic View Post
One thing to try is to copy the file to your internal HDD in stead of the usb device:

1. cd /tmp/
2. wget tinyurl.com/createhdd
3. chmod a+x create_hdd_region.sh
4. ./create_hdd_region.sh auto

Other thing to try is to unmount the usb device and mount it with read/write privileges maybe ...
Cool, i will try it from other device. Just to ask wget is to down load the script online? How to mount my usb with write access?
xerxesrex is offline   Reply With Quote
Old 09-23-2012   #133
xerxesrex
Member
null
 
Join Date: Feb 2011
Posts: 48
Likes: 9
Liked 1 Time in 1 Post
Mentioned: 4 Post(s)
Tagged: 0 Thread(s)
Originally Posted by OoZic View Post
One thing to try is to copy the file to your internal HDD in stead of the usb device:

1. cd /tmp/
2. wget tinyurl.com/createhdd
3. chmod a+x create_hdd_region.sh
4. ./create_hdd_region.sh auto

Other thing to try is to unmount the usb device and mount it with read/write privileges maybe ...
isn't wget tinyurl.com/createhdd is to get createhdd script from the website? i doubt my ps3 is able to online yet.
xerxesrex is offline   Reply With Quote
Old 09-23-2012   #134
OoZic
 
OoZic's Avatar
 
Join Date: Sep 2010
Location: Just ask Sony !!
Posts: 3,559
Likes: 1,187
Liked 1,759 Times in 1,028 Posts
Mentioned: 86 Post(s)
Tagged: 0 Thread(s)
Originally Posted by xerxesrex View Post
isn't wget tinyurl.com/createhdd is to get createhdd script from the website? i doubt my ps3 is able to online yet.
If you have the PS3 wired connected it will work...

Otherwise copy it to /tmp with the "cp" command ?
__________________
Sony just lost the PS3's chastity belt keys, secret fun spots are open to explore ...
OoZic is online now   Reply With Quote
Old 09-23-2012   #135
advocatusdiaboli
Senior Member
 
advocatusdiaboli's Avatar
 
Join Date: Sep 2010
Location: /dev/random
Posts: 1,687
Likes: 425
Liked 271 Times in 171 Posts
Mentioned: 14 Post(s)
Tagged: 0 Thread(s)
What are the prerequisits for installing Red Ribbon? I now have 3.55 KMEAW, but I consider to install 3.41 rebug
__________________
US 4USB ports OFW 3.15 PS Ubuntu
EU 4USB ports CFW 4.21.1 REX
There is only one OS; AmigaOS, the rest are just [l]imitations.
advocatusdiaboli is offline   Reply With Quote
Old 09-24-2012   #136
xerxesrex
Member
null
 
Join Date: Feb 2011
Posts: 48
Likes: 9
Liked 1 Time in 1 Post
Mentioned: 4 Post(s)
Tagged: 0 Thread(s)
Originally Posted by OoZic View Post
If you have the PS3 wired connected it will work...

Otherwise copy it to /tmp with the "cp" command ?
noted, will used a wired connection to try out in about 3 hrs time.
feedback here later. thanks for help. cheers
xerxesrex is offline   Reply With Quote
Old 09-24-2012   #137
r07f1
Member
 
Join Date: Jan 2011
Posts: 187
Likes: 51
Liked 62 Times in 39 Posts
Mentioned: 9 Post(s)
Tagged: 0 Thread(s)
@xerxesrex busybox mounts stuff read only...

you can run it using without the need to chmod by directly calling the interpreter:
sh "script_name.sh" <- without the "

or:
copy the script from the usb thingy to '/' or '/tmp' then chmod and run

PS: oh If you mount your usb with rw access and it is formated in fat or ntfs you can't chmod the file since these fs are not posix compliant.
r07f1 is offline   Reply With Quote
Old 09-24-2012   #138
xerxesrex
Member
null
 
Join Date: Feb 2011
Posts: 48
Likes: 9
Liked 1 Time in 1 Post
Mentioned: 4 Post(s)
Tagged: 0 Thread(s)
Originally Posted by r07f1 View Post
@xerxesrex busybox mounts stuff read only...

you can run it using without the need to chmod by directly calling the interpreter:
sh "script_name.sh" <- without the "

or:
copy the script from the usb thingy to '/' or '/tmp' then chmod and run

PS: oh If you mount your usb with rw access and it is formated in fat or ntfs you can't chmod the file since these fs are not posix compliant.
if that is the case, how should i get my fs to be posix compliance? mine is a fat fs. iirc ntfs is posix compliance :o

going to try it now. thanks mate
xerxesrex is offline   Reply With Quote
Old 09-24-2012   #139
r07f1
Member
 
Join Date: Jan 2011
Posts: 187
Likes: 51
Liked 62 Times in 39 Posts
Mentioned: 9 Post(s)
Tagged: 0 Thread(s)
changing a flash drive to other thing than FAT32 is a bad idea in terms of compatibility...

good luck! any doubts feel free to ask!
r07f1 is offline   Reply With Quote
Old 09-24-2012   #140
xerxesrex
Member
null
 
Join Date: Feb 2011
Posts: 48
Likes: 9
Liked 1 Time in 1 Post
Mentioned: 4 Post(s)
Tagged: 0 Thread(s)
Originally Posted by r07f1 View Post
@xerxesrex busybox mounts stuff read only...

you can run it using without the need to chmod by directly calling the interpreter:
sh "script_name.sh" <- without the "

or:
copy the script from the usb thingy to '/' or '/tmp' then chmod and run

PS: oh If you mount your usb with rw access and it is formated in fat or ntfs you can't chmod the file since these fs are not posix compliant.
i think i am close to it.

from the root directory, downloaded createhdd from tinyurl, run using:
sh create_region_hdd.sh

the output as follow:
number of storage devices 4
searching for disk storage device..
found disk storage device
device index 3
device id xxxxxxxx
number of regions 3
total number of blocks xxxxxx
last region start sector xxxxxx
last region sector count xxxxx
number of free sectors xxxxx
creating new storeage region (xxxxxxx,xxxxxx)
new storage region id xxxxxxx


u guys rock!
************* [ - Post Merged - ] *************
Originally Posted by r07f1 View Post
changing a flash drive to other thing than FAT32 is a bad idea in terms of compatibility...

good luck! any doubts feel free to ask!
proceeding to the next step now. update here again later. thanks for helping mate.
************* [ - Post Merged - ] *************
i reboot icon from xmb didnt reboot my ps3 the screen flashes and stay still at ps3.
feel like giving up.
xerxesrex is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 12:48 PM.