![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on how do I mount cdrom, usb drive, and SD in Gentoo? within the PS3 Linux forums, part of the PS3 Main category; Is it possible to read the PS3 BD as DVD drive, USB drive, and SD? If yes, how do we ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#3 |
![]() |
Is it possible to read the PS3 BD as DVD drive, USB drive, and SD? If yes, how do we do this? Thanks.
If you followed the instructions on the wiki your fstab should already have the dvd drive and the sd slot. SD Card: Open up your terminal and type mount /mnt/sd CD Drive: Open up your terminal and type mount /mnt/cdrom Now for your usb: Plug the device in and type dmesg. It should appear somewhere on the bottom with the name and device location. Should be sdf1. You will need to make a directory in your mnt folder for it. Open up another terminal and type: mkdir /mnt/usb That will create the directory. Now type: mount /dev/sdf1 /mnt/usb that should mount the drive and all files will show up in your /mnt/usb directory. You can also add the usb drive to your fstab file to make it simpler to mount but I sometimes have trouble with my usb drive jacking my sd slot so I just leave it as it is and only plug it in after linux is up and running. Hope this helps. |
|
|
|
![]() |
| Tags |
| cdrom , drive , gentoo , mount , usb |
| Thread Tools | |
|
|