PS3 News PS3 Forums
Sorry, you must have Javascript enabled to view the PS3News.com Forums. Please visit www.PS3News.com, or enable Javascript.
Can PS3 gameos see/detect ext3 filesystem?
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 03-24-2007
mercurius8's Avatar
mercurius8 Online
Newbie
 
Can PS3 gameos see/detect ext3 filesystem?

I have an external USB Hdd currently formatted FAT32. Would PS3 OS detect the drive if I want to make system backup through XMB if I change the filesystem to ext3?

If I leave the drive as FAT32 as it is, what dd dump command for backing up BR games/movie as the iso file would be greater than 4G?

I'm new to linux and would appreciate any help with dd dump and mounting for FAT32 if I decide not to format the external drive to ext3.

TIA

Reply With Quote
  #2 (permalink)  
Old 03-25-2007
B4tm4n's Avatar
B4tm4n Offline
Registered User
 
I think its Fat32 only, not sure though.

Reply With Quote
  #3 (permalink)  
Old 03-26-2007
utrx999's Avatar
utrx999 Offline
Junior Member
 
I tried pluging in my ext3 formated usb drive. the ps3 XMB didnt detect it

Reply With Quote
  #4 (permalink)  
Old 03-27-2007
MagikRevolver's Avatar
MagikRevolver Offline
Member
 
The external drive has to be formatted as FAT32, or I'm quite sure NTFS instead. NTFS is newer than FAT32 and linux will also recognize NTFS.

Reply With Quote
  #5 (permalink)  
Old 03-27-2007
B4tm4n's Avatar
B4tm4n Offline
Registered User
 
An external drive has to be FAT32 it won't recognise NTFS.
Thats from the XMB, linux wont see NTFS without a patch.

http://www.ps3news.com/forums/ps3-li...ver-62505.html

Reply With Quote
  #6 (permalink)  
Old 03-27-2007
MagikRevolver's Avatar
MagikRevolver Offline
Member
 
Quote:
Originally Posted by B4tm4n View Post
An external drive has to be FAT32 it won't recognise NTFS.
Thats from the XMB, linux wont see NTFS without a patch.

http://www.ps3news.com/forums/ps3-li...ver-62505.html
I know, I typed things in funny places. That's what I was meaning. That patch isn't the best though. There's others better.

Reply With Quote
Ext2 and Ext3 on Linux
  #7 (permalink)  
Old 04-06-2007
kenshiroz86's Avatar
kenshiroz86 Online
Registered User
 
Ext2 and Ext3 on Linux

Does Linux detect Ext2 external HDD linked to PS3 or only HDD formatted in EXT3 ? Because it won't detect my external hdd fromatted in EXT2, but I have found a program for windows that allows it to read the HDD on that operation sistem, but I don't know if it is the same with the EXT3 file system...

What do you think about my problem ? Thanks in advice ;-)

Reply With Quote
  #8 (permalink)  
Old 04-11-2007
Spirax's Avatar
Spirax Offline
Newbie
 
Regarding the dd comand to dump the BR. You must split the file when dumping it.
on this example the file will be dumped on files of 1Gb you can create a bath file or execute one by one

example of bath file
Code:
#############
#!/bin/sh
#
/bin/dd if=/dev/cdrom of=cd00 bs=1024 count=1000000 skip=0000000
/bin/dd if=/dev/cdrom of=cd01 bs=1024 count=1000000 skip=1000000
/bin/dd if=/dev/cdrom of=cd02 bs=1024 count=1000000 skip=2000000
/bin/dd if=/dev/cdrom of=cd03 bs=1024 count=1000000 skip=3000000
/bin/dd if=/dev/cdrom of=cd04 bs=1024 count=1000000 skip=4000000
/bin/dd if=/dev/cdrom of=cd05 bs=1024 count=1000000 skip=5000000
/bin/dd if=/dev/cdrom of=cd06 bs=1024 count=1000000 skip=6000000
/bin/dd if=/dev/cdrom of=cd07 bs=1024 count=1000000 skip=7000000
/bin/dd if=/dev/cdrom of=cd08 bs=1024 count=1000000 skip=8000000
######################
this will create 9 files from cd00 to cd08 on the actual folder
if = imput file so /dev/cdrom is not needed to be mounted
of= output file
bs= size od block
count = number of block to dump
skip= number of block to skip

if you are dumping a file from 5 Gb no problem the files cd06 cd07 cd08 will be 0 size

in order to joing it all the files you need to have another file system that support bigest files.
for example to joint it on windows you can use the command copy /b

regards
Spirax

Reply With Quote
Reply

Thread Tools

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0

vBulletin Skin developed by: vBStyles.com
Copyright © 2009 PlayStation 3 News.
Register to Remove Ads!