I just connected my 5tb to the pi (running ubuntu atm).How big can the USB Disc be. ??? i have one 4tb and one 5tb and i will not split the disc.
Can Raspberry take so big disc. ???
Okay, nice, and the PS3 Network server can read it to. ???I just connected my 5tb to the pi (running ubuntu atm).
It's recognized corrctly and i can See the files. Seems to be all OK![]()
Haven't tried yet, but why wouldn't it?Okay, nice, and the PS3 Network server can read it to. ???
Hmmm , must be possible for PS3 Network Server to read itHaven't tried yet, but why wouldn't it?
I don't have much experience with ps3netserv. I used it on a Windows system with a 1tb before, but i really am only a simple user.
External powered HDD as I don't think Pi has enough power for USB poweredHow big can the USB Disc be. ??? i have one 4tb and one 5tb and i will not split the disc.
Can Raspberry take so big disc. ???
But wish the USB have a power cabel. ???External powered HDD as I don't think Pi has enough power for USB powered
You need links for what exactly?I'm just about to try this out now (finally), but both links are dead.
Does anyone have a mirror?
Thanks in advance![]()
http://github.com/aldostools/webMAN-MOD/releases/tag/1.43.35Sorry, i need ps3netsrv-pi![]()
Thank you so much for the quick replyhttp://github.com/aldostools/webMAN-MOD/releases/tag/1.43.35
You will find all you need there.
You could also get binaries & other files from the master tree
https://github.com/aldostools/webMAN-MOD/tree/master/ps3netsrv/bins/raspberry_pi
Remember to use raw.githubusercontent.com instead of github.com when you want to download a file from the master tree.
Hello @lord3490Thank you so much for the quick reply
I've set it up and it's working (using pi3).
I only has to change the directory, cause i mounted the HDD to /media/shares/data.
@Assassins: It's my 5tb HDD connected to the pi
Big thanks to @Rudi Rastelli![]()
UPDATE
Here is a new version of 'ps3netsrv-pi' compiled from @aldostools latest source.
How to compile it yourself:
1. Download latest ps3netsrv-source from @aldostools and replace the 'makefile' with the one from 'ps3netsrv-pi'
2. Start latest 'Raspbian Jessie Lite' and update it via "sudo apt-get update" and "sudo apt-get upgrade"
3. Enter "sudo apt-get install ntfs-3g" (if u need ntfs support)
4. Copy over the folder with the source files from step 1 over to '/home/pi/'-directory (i recommend 'WinSCP' for this task)
5. Enter "cd /home/pi/ps3netsrv-pi"
6. Enter "make" (this will create the 'ps3netsrv' executable inside 'cd /home/pi/ps3netsrv-pi')
I've tried it on a Pi 3 and compared it to the ps3netsrv on my NAS: It performs with about 50% of the NAS-speed.
(I've installed a 500MB PKG over network and compared the install-times)
It's not that great... but i guess at least it's useable.
May be performance can be increased using a EXT4 formatted USB-device... i didn't check this !
If anyone tries this pls let us know the results !
Regards
Rudi