xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Usenet Offers: +1150 days binary retention, 99%+ Completion, and Unlimited Speed/Access!

360 ODD Emulators: X360 Key $99 | Wasabi360 FAT $99 | Wasabi360 Slim $99
C4E's iXtreme Burner MAX Drive: LiteOn iHAS124 DROPPED TO JUST $17


Welcome Guest ( Log In | Register )

 Forum Rules Rules
2 Pages V  1 2 >  
Reply to this topicStart new topic
> Solution To The Ar-not-recognizing-my-usb Problem, a supplement to forthex's USB tutorial
voidfoo
post Jan 28 2005, 01:50 AM
Post #1


X-S Enthusiast


Group: Members
Posts: 5
Joined: 9-January 05
Member No.: 186077



Credit to Ed Lea. His post on the xbox-linux-users mailing list.

This is intended to be a supplement to forthex's excellent tutorial

Using A Usb Stick To Transfer Gamesave Exploits!

Things you need
- A PC

CD-ROM bootable, with USB interface.

- Xebian Live CD

download the ISO from sourceforge and burn it. The package is in
tarball (.tar.gz) format. You can use winrar, or GNU tar from
cygwin/MSYS, or other tools to extract files in the package.

Xebian download page

Other Linux distros with FATX might work as well. I haven't tried any.

- Your USB device


Step-by-step

1. Boot your PC with the Xebian Live CD

You will get an X window interface that won't respond to the
keyboard and mouse. Don't worry, it is not freezing. The CD is for
booting XBOX thus the input is expected to be the XPad which we
don't have on the PC. Don't worry, we can still get to the Linux
console by pressing Ctrl-Alt-F2.

2. Login

Login from there using user: root, pass: xebian (or what ever in the
README file along with the ISO). Only root user has the permission
to mount a device.

3. Upload the game save to the Live Linux

- either copy it from other drives (HDD, other CDROM) of your PC if
they are mounted in the Linux

- or copy it using a USB device

- or transfer via SFTP (Usual FTP won't work. You need an SFTP
client, e.g. PSFTP from putty.) Before you can use SFTP, you need
to know how to configure the network interface and do it.

- or whatever feasible methods.

For the Splinter Cell game saves, I copied the two .zip files to /tmp and
unzip them.

CODE
 $cd /tmp
 $unzip part1.zip
 $unzip part2.zip
 $ls

Now I have a directory UDATA under /tmp

4. Connect the USB device (formatted to FATX by the XBOX) to PC and transfer
data.

- using the following commands on the Live Linux PC

CODE
   $mkdir /mnt/pendrive
   $mount -o loop /dev/sda /mnt/pendrive


If you don't have /dev/sda, try to unplug and re-plug the USB device.
Next, copy the game saves to the USB.

CODE
   $cd /mnt/pendrive
   $cp -R /tmp/UDATA/21585554 .
   $cp -R /tmp/UDATA/5553000c .


Yes! the game saves are now on the USB device. Remove it from the PC.

CODE
   $umount /mnt/pendrive


The USB device should have the game saves on it and be ready for the
XBOX. Just plug it to your XBOX and copy the saves to your XBOX
HDD.


So, if you have access to a Linux system with FATX support and USB
support, you can always transfer data (game saves, MP3, videos, ...)
to the USB devices that are not liked by the Action Replay software.

There's another method which allows you create your own disk
image file and save it to the USB device by using OzXMemory Stick
Explorer. Just the same as how the XBOX-Linux MechInstaller FATX
images are created. It also requires a FATX compatible Linux system.

Link to the other method.

I tried this method with no luck. Not sure where's the problem.


The above is typed in according to my memory. Hope it's helpful to others. Please let me know if there is any error/omission/....

This post has been edited by voidfoo: Jan 28 2005, 01:53 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
voidfoo
post Jan 28 2005, 03:20 AM
Post #2


X-S Enthusiast


Group: Members
Posts: 5
Joined: 9-January 05
Member No.: 186077



forgot to mention that when i boot the PC to live linux (step 1), i type '24' (without quotes) at the boot prompt.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
pjeutr
post Apr 6 2005, 10:46 PM
Post #3


X-S Enthusiast


Group: Members
Posts: 4
Joined: 18-March 05
Member No.: 207204



This is perfect, wasted al evening trying to make it work on windows with no succes

For some reason Xebian1.1.2 couldn't read the usb-drive, but Xebian1.10 made it work.

Dunno what the -o loop is for but i mounted it with

CODE
mount  /dev/sda /mnt/pendrive


I used a Diva mp3 player with 8mb CF-card
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
forthex
post Apr 8 2005, 01:59 AM
Post #4


X-S X-perience
**

Group: Members
Posts: 426
Joined: 24-July 04
Member No.: 132790
Xbox Version: v1.6
360 version: unknown



Good Job. Clear, straight to the point. I like it. Actually, when i first tried to use my 32MB CF card i tried OzXmemory Stick Explorer, but you need appropriate .img files for the saves. Linux, once again, saves the day for those who don't chip their Xbox!

If only Xebain could format memory sticks instead of relying on the M$ dash. Oh well.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
BeagleBoy
post Apr 8 2005, 05:05 PM
Post #5


X-S Enthusiast


Group: Members
Posts: 5
Joined: 5-April 05
Member No.: 211697



QUOTE(pjeutr @ Apr 6 2005, 03:52 PM)
Dunno what the -o loop is for but i mounted it with

CODE
mount  /dev/sda /mnt/pendrive

*

You don't need the "-o loop" since /dev/sda is a normal device. "-o loop" is used when you want to pretend that a disk image (such as an iso) is a device.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
nofear04
post Jul 15 2005, 04:58 AM
Post #6


X-S Member
*

Group: Members
Posts: 116
Joined: 14-July 05
Member No.: 234401
Xbox Version: v1.0
360 version: v1 (xenon)



can anyone explain how i would go about putting my itool oo7 gamesave from a burned onto xebian live so i can transfer it my usb device....cuz other than that i think i got it down
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
nofear04
post Jul 15 2005, 03:10 PM
Post #7


X-S Member
*

Group: Members
Posts: 116
Joined: 14-July 05
Member No.: 234401
Xbox Version: v1.0
360 version: v1 (xenon)



bump and please help...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
nofear04
post Jul 16 2005, 12:34 PM
Post #8


X-S Member
*

Group: Members
Posts: 116
Joined: 14-July 05
Member No.: 234401
Xbox Version: v1.0
360 version: v1 (xenon)



QUOTE(nofear04 @ Jul 15 2005, 12:21 PM)
bump and please help...
*


again any help would be great
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
nofear04
post Jul 17 2005, 06:17 AM
Post #9


X-S Member
*

Group: Members
Posts: 116
Joined: 14-July 05
Member No.: 234401
Xbox Version: v1.0
360 version: v1 (xenon)



QUOTE(nofear04 @ Jul 16 2005, 09:45 AM)
again any help would be great
*


bump
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ptrix
post Jul 20 2005, 02:53 AM
Post #10


X-S Enthusiast


Group: Members
Posts: 10
Joined: 19-July 05
Member No.: 235339



I am having trouble mounting the USB drive. I get "usb.c: USB SCSI command: 0x28" as an output. Any ideas? More over, how do I mount an HDD?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ptrix
post Jul 20 2005, 04:51 AM
Post #11


X-S Enthusiast


Group: Members
Posts: 10
Joined: 19-July 05
Member No.: 235339



I've figured out how to the ltools package into the xebian live filesystem. However, it is telling me that filesystem has been set to read only. Any advice?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
nofear04
post Jul 20 2005, 05:10 PM
Post #12


X-S Member
*

Group: Members
Posts: 116
Joined: 14-July 05
Member No.: 234401
Xbox Version: v1.0
360 version: v1 (xenon)



QUOTE(ptrix @ Jul 20 2005, 02:02 AM)
I've figured out how to the ltools package into the xebian live filesystem. However, it is telling me that filesystem has been set to read only. Any advice?
*


can you help me with that part...i can not get my nikon coolpix to mount for the life of me...and is there any windows lookaline linux distro that works with fatx
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
RiceCake
post Jul 20 2005, 06:40 PM
Post #13


X-S Freak
*****

Group: Moderator
Posts: 1977
Joined: 25-September 02
From: Canada, eh?
Member No.: 4260
Xbox Version: v1.1
360 version: v4.0 (jasper)



Yeah I'll pin this, although using the Action Replay seems a helluva lot easier!
Or nevermind, I'll stick it in the tutorials thread. Trying to keep the forum cleaner...

This post has been edited by RiceCake: Jul 20 2005, 06:41 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ptrix
post Jul 21 2005, 01:05 AM
Post #14


X-S Enthusiast


Group: Members
Posts: 10
Joined: 19-July 05
Member No.: 235339



QUOTE
can you help me with that part...i can not get my nikon coolpix to mount for the life of me...and is there any windows lookaline linux distro that works with fatx


I am talking about the being able to access the ltools package in the Xebian Live prompt. I can't get it from there onto my USBkey, though. I am going to assume it has something to do with my USBkey so i am trying to track down a friend that has a key i could borrow.

If, in fact, your problem is getting the ltools package, you probably need to mount /dev/hda1.

so, the commands i use are, from /:

mkdir /mnt/hda1/
mount /dev/hda1 /mnt/hda1/

Now you should be able to access your c drive. If that gives an error, or doesn't work, just change directory to /dev/ , run an ls and try mounting anything listed as hdax , or even hdx.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
nofear04
post Jul 24 2005, 03:14 AM
Post #15


X-S Member
*

Group: Members
Posts: 116
Joined: 14-July 05
Member No.: 234401
Xbox Version: v1.0
360 version: v1 (xenon)



QUOTE(ptrix @ Jul 20 2005, 10:16 PM)
I am talking about the being able to access the ltools package in the Xebian Live prompt. I can't get it from there onto my USBkey, though. I am going to assume it has something to do with my USBkey so i am trying to track down a friend that has a key i could borrow.

If, in fact, your problem is getting the ltools package, you probably need to mount /dev/hda1.

so, the commands i use are, from /:

mkdir /mnt/hda1/
mount /dev/hda1 /mnt/hda1/

Now you should be able to access your c drive. If that gives an error, or doesn't work, just change directory to /dev/ , run an ls and try mounting anything listed as hdax , or even hdx.
*




ok i got to that part....but now once i transfer the save to my usb drive. it only shows one block being used and no save...is there some sort of mistake that i made?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





2 Pages V  1 2 >
Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 20th May 2013 - 05:20 AM