| Notices |
|
|||||||
| Latest PS3 News | ||||||||||||
|
![]() |
|
|
Thread Tools |
|
|
|
||||
|
Quote:
|
|
|
||||
|
Quote:
|
|
|
||||
|
Quote:
Next you will need to mount it. (if fat32) run "mount -t vfat /dev/sdb1 /media". Then run a "df -lk" to make sure that the mount was correct. Lastly, dump using "dd if=/dev/cdrom of=/media/COD3.img". When all said and done, you can "umount /media", move the external disk to a windows box and see your COD3.img file. |
|
|
||||
|
Okay somewhat linux newb here. But anyways. FAT32 has 4 gig file size not partition size. And i think someone said cod3 was about 6 or 7 gigs. There is a way to split the file in linux but i dont know what the command is. ext3 would be the best way to format the drive. I would format ntfs (from windows since most of you out there probably dont use linux much) and try it. I keep reading that the ps3 cant read ntfs. But i dont see how that would effect linux. The PS3 has usb port linux can mount usb drives. you should be able to type mount -t ntf /dev/sda (or sdb) /mnt/mydirectory First you would need to make the directory. type mkdir /tmp/whateveryouwant Although YDL may not know what "ntfs" is. I'm sure you could add it. Or use the fedora image, i know it can mount ntfs. For those of you at the command line and get no permission and such type: sudo su It may ask for root password. Then you should have full controll of YDL. To make directories delete files etc... And to the one with the backup problem. your device /dev/cdrom <-- i thought i read it was located at /dev/dvd but i would have to double check my ps3 to be sure. Hope this helps someone. |
|
|
||||
|
For anyone with a Permission Denied error message Type in (at the terminal, then press enter)-> su That will stick you in superuser mode, and you should be all set. vkr95, you need to format your external HDD to the EXT3 filesystem (or similiar) OR recompile the PS3 Linux kernel with NTFS write support, but its easier to just do the EXT3 format! Edit: The issue with NTFS is that read support works decently, but write support is still (at times) tricky and corrupt data, thats why it isnt used yet! |
|
| Thread Tools | |
|
|