A9VG电玩部落论坛

 找回密码
 注册
搜索
查看: 5791|回复: 7

[分享] PS3支援NTFS軟件!!!!(求教學)

[复制链接]

精华
0
帖子
42
威望
0 点
积分
42 点
种子
0 点
注册时间
2010-12-2
最后登录
2012-4-8
 楼主| 发表于 2011-2-24 06:55  ·  澳门 | 显示全部楼层 |阅读模式
原網::
http://www.ps3-hacks.com/file/291

I’m out of town leaving me PS3-less, so I’m unable to test this… This being a library, PlayStation File System Libraries — libpfsm, that you can use when building your homebrew projects, i.e.) Gaia Manager. And the Gaia Manager source is included and comes pre-modified as an example adding NTFS (libpfsm) support. You just need to build it now and I’m sure someone’ll do that real soon.

What does PlayStation File System Libraries feature?

Support for multiple simultaneously connected devices.
Hot swapping of devices.
Support for multiple partitions (with different FS).
NTFS support
Alternate data streams
Sparse files
File compression
B+ trees directory
FAT support
FAT12, FAT16, FAT32
Long file names (VFAT)
Writing to NTFS formatted volumes is not supported and not planned.

Check the README for everything else.

Download: http://www.ps3-hacks.com/download.php?id=291

Thanks to… I’ll never tell. The author wishes to remain anonymous. Cheers!
该用户已被禁言

精华
0
帖子
170
威望
0 点
积分
171 点
种子
0 点
注册时间
2009-10-18
最后登录
2018-10-29
发表于 2011-2-24 07:06  ·  英国 | 显示全部楼层
== Sample: GaiaManager ==

For reference implementations was used open source GaiaManager. This solution
extends GaiaManager to connect one device with NTFS or FAT file system. When the
connection is successful, this device is shown as a 'usb10'. Backups in 'BDRIPS'
directory can then be copied in a standard way to internal disk.

Attached sample file 'usbdevs.cfg' with tested devices must be placed in a folder
on the PS3, where is installed GaiaManager ('/dev_hdd0/game/GAIA01985').

If you want to use your own USB disk, you must add another line to 'usbdevs.cfg'.
File 'usbdevs.cfg' lists the device's IDs separated by a newline in the following
format:

VID:PID
VID:PID
...

VID and PID are hexadecimal numbers that identify the USB device. Linux users can
obtain this identification number using lsusb utility. Transcend StoreJet disk is
displayed as:

lsusb:
  Bus 002 Device 011: ID 152d:2329 JMicron Technology Corp. / JMicron USA Tech...

Windows users can use one of these utilities:
- http://www.ftdichip.com/Support/Utilities/usbview.zip
- http://www.nirsoft.net/utils/usbdeview.zip
- http://www.nirsoft.net/utils/usbdeview-x64.zip

USBDeview:
  ...
  Description | StoreJet Transcend
  Device Type | Mass Storage
  ...
  VendorID    | 152d (VID)
  ProductID   | 2329 (PID)
  ...


Compiling for CFW/MFW without dongle (not tested):

  make clean
  make

Compiling for older OFW with a dongle (tested only 3.41):

  make -f Makefile.dongle clean
  make -f Makefile.dongle

Precompiled package for FW 3.41 (with PSGroove) is included:
  UP0001-GAIA01985_00-7679866932773369.pkg

== Compatible devices ==

USB Mass Storage driver has been tested with the following devices:

- 0x090c:0x1000
  Corsair Flash Voyager (2GB)
- 0x0951:0x1602
  Kingston DataTravelerMini (1GB)
- 0x13fe:0x1d00
  Kingston DataTraveler 2.0 1GB/4GB Flash Drive (1GB)
- 0x152d:0x2329
  JMicron StoreJet Transcend (320GB)
  http://ec.transcendusa.com/produ ... ?ItemID=TS320GSJ25M
该用户已被禁言

精华
0
帖子
52
威望
0 点
积分
54 点
种子
0 点
注册时间
2007-12-30
最后登录
2020-1-14
发表于 2011-2-24 07:10  ·  江苏 | 显示全部楼层
同求翻译~~~~~~~~
该用户已被禁言

精华
0
帖子
170
威望
0 点
积分
171 点
种子
0 点
注册时间
2009-10-18
最后登录
2018-10-29
发表于 2011-2-24 07:16  ·  英国 | 显示全部楼层
本帖最后由 kmad 于 2011-2-24 07:23 编辑

Readme中有例子,大概说说。

先下载usb设备查看软件
- http://www.ftdichip.com/Support/Utilities/usbview.zip
- http://www.nirsoft.net/utils/usbdeview.zip
- http://www.nirsoft.net/utils/usbdeview-x64.zip

目的是看准备连ps3的usb盘的VID和PID,

VID:PID
VID:PID
.......

修改'usbdevs.cfg' 文件,加入自己的Vendor ID和Product ID,
放入GaiaManager 的目录下 ('/dev_hdd0/game/GAIA01985').

已测试的usb设备

- 0x090c:0x1000
  Corsair Flash Voyager (2GB)
- 0x0951:0x1602
  Kingston DataTravelerMini (1GB)
- 0x13fe:0x1d00
  Kingston DataTraveler 2.0 1GB/4GB Flash Drive (1GB)
- 0x152d:0x2329
  JMicron StoreJet Transcend (320GB)

作者希望有人能在manager中加入libpfsm的支持,让其能支持libpfsm,到时外置硬盘也会和sony的内置硬盘一样,支持>4GB文件。
ker

精华
0
帖子
214
威望
1 点
积分
228 点
种子
15 点
注册时间
2004-11-23
最后登录
2022-12-6
发表于 2011-2-24 07:19  ·  山西 | 显示全部楼层
本帖最后由 ker 于 2011-2-24 07:21 编辑

这是希望并未成为现实,等各备份器作者修改好吧
该用户已被禁言

精华
0
帖子
170
威望
0 点
积分
171 点
种子
0 点
注册时间
2009-10-18
最后登录
2018-10-29
发表于 2011-2-24 07:25  ·  英国 | 显示全部楼层
After months of false rumors and other speculation, NTFS support has finally arrived on the PS3. An anonymous developer over at PS3-Hacks, has released a file system library which allows other developers to add NTFS support to their homebrew programs. This might mean we'll see Rogero, multiMAN, or one of the other managers with NTFS support soon.

Read more: PSGroove.com - PlayStation File System Libraries Released - Add NTFS Support to your Homebrew http://psgroove.com/content.php? ... ebrew#ixzz1EpMhlpgd

精华
0
帖子
617
威望
0 点
积分
654 点
种子
0 点
注册时间
2005-5-25
最后登录
2018-12-31
发表于 2011-2-24 17:40  ·  北京 | 显示全部楼层
这看上去是个支持浏览NTFS硬盘的文件管理器,并不能让现在的MM、OM之类前端程序识别NTFS硬盘

这个目前的意义也就是可以直接从NTFS格式的移动硬盘COPY大文件到PS3的HDD吧

精华
0
帖子
180
威望
0 点
积分
204 点
种子
0 点
注册时间
2009-1-5
最后登录
2012-6-8
发表于 2011-2-24 17:46  ·  广东 | 显示全部楼层
非常期待  应该很快就可以整合了  切割文件??完蛋去吧~!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|A9VG电玩部落 川公网安备 51019002005286号

GMT+8, 2024-11-28 17:43 , Processed in 0.213788 second(s), 19 queries , Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

返回顶部