Devices: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 5: | Line 5: | ||
! Path !! Name of Device !! Usage !! Notes | ! Path !! Name of Device !! Usage !! Notes | ||
|- | |- | ||
| /dev_usb00[0-7]/ || USB || External USB (Pendrive or External USB Disk) || FAT32/FAT | | /dev_usb00[0-7]/ || USB || External USB (Pendrive or External USB Disk) || FAT32/FAT filesystem | ||
|- | |- | ||
| /dev_hdd0/ || HDD || Main HDD partition used for storing system data || UFS | | /dev_hdd0/ || HDD || Main HDD partition used for storing system data || UFS filesystem | ||
|- | |- | ||
| /dev_hdd1/ || HDD || Secondary HDD Partition used for storing files necessary for system update || FAT32 | | /dev_hdd1/ || HDD || Secondary HDD Partition used for storing files necessary for system update || FAT32 filesystem | ||
|- | |- | ||
| /dev_ms/ || MMS || Magic Memory Stick Device || FAT32/FAT | | /dev_ms/ || MMS || Magic Memory Stick Device || FAT32/FAT filesystem | ||
|- | |- | ||
| /dev_cf/ || CF Card || CF Card Device || FAT32/FAT | | /dev_cf/ || CF Card || CF Card Device || FAT32/FAT filesystem | ||
|- | |- | ||
| /dev_sd/ || SD Card || SD Card Device || FAT32/FAT | | /dev_sd/ || SD Card || SD Card Device || FAT32/FAT filesystem | ||
|- | |- | ||
| /dev_bdvd/ || BDVD || Bluray Device? || | | /dev_bdvd/ || BDVD || Bluray Device? || | ||
|- | |- | ||
| /dev_flash[2-3]/ || VFLASH || Device for VFLASH || FAT | | /dev_flash[2-3]/ || VFLASH || Device for VFLASH || FAT filesystem | ||
|- | |- | ||
| /dev_rflash/ || RFLASH || Device for NOR/NAND Flash || | | /dev_rflash/ || RFLASH || Device for NOR/NAND Flash || | ||
Line 51: | Line 51: | ||
| /dev_plus/ || PLUS || PLUS Device || Probably used to manage PS PLUS content | | /dev_plus/ || PLUS || PLUS Device || Probably used to manage PS PLUS content | ||
|- | |- | ||
| /dev_MCA/ || | | /dev_MCA/ || Memory Card Adapter || Memory Card Adapter Device || Used to connect a PS1/PS2 memory card to PS3 ([[PlayStation Card Adapter]]) | ||
|- | |- | ||
|} | |} |
Revision as of 03:35, 18 December 2016
Devices List
Path | Name of Device | Usage | Notes |
---|---|---|---|
/dev_usb00[0-7]/ | USB | External USB (Pendrive or External USB Disk) | FAT32/FAT filesystem |
/dev_hdd0/ | HDD | Main HDD partition used for storing system data | UFS filesystem |
/dev_hdd1/ | HDD | Secondary HDD Partition used for storing files necessary for system update | FAT32 filesystem |
/dev_ms/ | MMS | Magic Memory Stick Device | FAT32/FAT filesystem |
/dev_cf/ | CF Card | CF Card Device | FAT32/FAT filesystem |
/dev_sd/ | SD Card | SD Card Device | FAT32/FAT filesystem |
/dev_bdvd/ | BDVD | Bluray Device? | |
/dev_flash[2-3]/ | VFLASH | Device for VFLASH | FAT filesystem |
/dev_rflash/ | RFLASH | Device for NOR/NAND Flash | |
/dev_eflash/ | EFLASH | Unknown??? | |
/dev_SYSTEM/ | SYSTEM??? | Unknown??? | |
/dev/sc[0-3] | SYSCON | Syscon Device | |
/dev/ioif0 | INPUT/OUTPUT INTERFACE | ioif Device | |
/dev/net0 | Network | Network Device | |
/dev/rbd0 | Blu-ray Drive | Blu-ray Device | |
/dev/sd_detector | SD Card Detector? | ??? | |
/dev/hvlog0 | HyperVisor Log | HyperVisor Log Device | Used for storing HyperVisor Logs |
/dev/cp0 | COMMUNICATION PROCESSOR? | Communication Processor Device? | |
/dev/flash_num | Flash Enumerator | Flash Enumerator Device | |
/dev/encdec0 | ENCDEC | EncDec Device | Used for Encrypting/Decrypting HDD Content |
/app_home/ | APP_HOME | app_home Device | Virtual Device |
/dev_ps2disc[1]/ | PS2DISC | PS2 Disc Device | (Backwards Compatibility?) |
/dev_plus/ | PLUS | PLUS Device | Probably used to manage PS PLUS content |
/dev_MCA/ | Memory Card Adapter | Memory Card Adapter Device | Used to connect a PS1/PS2 memory card to PS3 (PlayStation Card Adapter) |
IOS Related
- CELL_FS_IOS:MEMORY_STICK
- CELL_FS_IOS:COMPACT_FLASH
- CELL_FS_IOS:SD_CARD
- CELL_FS_IOS:USB_MASS_STORAGE000 / /dev_usb000/
- CELL_FS_IOS:USB_MASS_STORAGE001 / /dev_usb000/
- etc
|