problems mounting ps3 volume |
|
|
|
||||
|
You can either recompile the kernel with UDF 2.5 support, OR, try this type -> su (hit enter) (it may ask you for your root password) type -> mount -tiso9660 /dev/cdrom /mnt/cdrom (hit enter) (where /dev/cdrom is the CDROM, and /mnt/cdrom exists as a folder to be mounted to) Then you should be able to explore it (somewhat) by navigating to /mnt/cdrom It works on SOME PS3 Games and movies (due to an ISO/UDF bridge!) |
|
|
||||
|
are these the correct files to use to recompile it with udf 2.5 support? Post them here- no external links allowed! -Staff most google searches resulted in discussions of the subject, so i just want to make sure im using the right stuff before i wander off into this adventure! thanks! -a |
|
|
||||
|
I have successfully mounted the bluray drive as /dev/cdrom and the destination drive (ipod) is mounted as /media/WILLIAM SHU' - in which a subdir of PS3 Games exists... attempting to backup up the game using the dd command: dd if=/mnt/cdrom of='/media/WILLIAM SHU/PS3 Games/NBA' results in the response: dd: reading 'mnt/cdrom': Is a directory 0+0 records in 0+0 records out 0 bytes copied adding a "/" at the end of cdrom (if=/mnt/cdrom/) results in the same response. I tried running man dd, to learn the switches, and it looks like the if switch is used for single files, not directory. I tried adding the *.* to the /mnt/cdrom/ but it didn't work. If I click on the mounted directory (blu ray disc), it shows 2 directories, and 1 file. This seems like I am using the wrong switch. I don't believe that it is a mounting issue any longer, but I am posting this in this thread because it started with a mounting issue, and am not versed enough with linux to know that it isn't for sure. If this thread needs to be renamed, let me know and I will do so. Thanks! |
|
|
||||
|
Quote:
Code:
[root@localhost ~]# mount -tiso9660 /dev/cdrom /mnt/cdrom mount: block device /dev/cdrom is write-protected, mounting read-only [root@localhost ~]# cd /dev/cdrom bash: cd: /dev/cdrom: Not a directory [root@localhost ~]# dd if=/mnt/cdrom of=/media/WILLIAM*SHU/PS3*Games/NBA dd: opening `/media/WILLIAM*SHU/PS3*Games/NBA': No such file or directory [root@localhost ~]# cd /media/WILLIAM*SHU [root@localhost WILLIAM SHU]# cd /media/WILLIAM*SHU/PS3*Games/ [root@localhost PS3 Games]# dd if=/mnt/cdrom of=/media/WILLIAM*SHU/PS3*Games/NBA.iso dd: opening `/media/WILLIAM*SHU/PS3*Games/NBA.iso': No such file or directory [root@localhost PS3 Games]# Quote:
|
|
|
||||
|
Umm, do me a favor, type- > cat /proc/mounts and paste the output here. Namely, how is William SHU mounted? as in, what kind of filesystem etc? Furthermore, if your already IN the PS3 Games directory, you can just specify 'of=nba.iso' (it will drop it in the current dir, since its the PS3 one, your set!) |
|
|
||||
|
Quote:
Quote:
Quote:
-a |
|
| Thread Tools | |
|
|