|
|
|
||||
|
what i ment about having it formatted correctly is with it being formatted to ext3 when i exit linux on my ps3 and go back to the regular xmb. will i be able to see my exthdd or will the ps3 xmb not know what the format is. if you understand what im talking about. or is ftp the only way to transfer the game iso that i made to the ps3 hard drive for the xmb to see it? |
|
|
||||
|
Connect your USB device type : fdisk -l should show "/dev/sdc1 40gb" (or something along those lines), find the one that matches your drive. then do a mkdir /mnt/exthdd then a mount /dev/sdc1 /mnt/exthdd (where /dev/sdc1 = your hdd), then your DD is -> dd if=/dev/cdrom of=/mnt/exthdd/game.iso The issue is, the HDD must be formatted EXT3, NTFS write = dont work by default, and FAT32 = too small! i see in your cammand that you forgot the / before dev command.
Last edited by robertr728; 02-26-2007 at 09:48 PM.
|
|
|
||||
|
squareeyes read the post a few above here. the command your giving is to dump a image not mount a drive. start at my post copyed from hacked2123 post and read it and do it as it says. make the directory mount the drive dump the disk image and remember sdc1 in that post is for example you need to use fdisk -l to find out what letter your external hard drive is. |
|
| Thread Tools | |
|
|