It's included in the webMAN_MOD_1.43.19..rar file. Already compiled.Can someone compile new ps3netsrv to synology arm nas? Thank you.
you guys are twisting my arm, lol, OK I'll give it a look to see what needs to be updated (or what new can be added). Expect an official/unofficial whatever update coming in the next week [emoji14]
Is it me or is this really similar to the problem [MENTION=680]lennypenny[/MENTION] described having a couple of days ago?What webman mod + prepNTFS version I can use on 4.75.3 CEX Rebug?
I want to run ISO from external HDD.
I already tried webMAN_MOD_1.43.19_Updater.pkg + prepNTFS_1.12.pkg and
webMAN_MOD_1.42.03_Updater.pkg + prepNTFS_1.10.pkg, but unsuccessful.
When I press at the game icon in menu, webman tells "game loaded" in status message, but after several seconds (about 10 sec) webman tells "Error! /dev_hdd0/tmp/wmtmp/<game_iso_name>" in status message.
IrisMan 3.50 works well, all 4TB games from external NTFS HDD partition mount and run successful.
Also I tried to check prepNTFS 1.12 with ext2 partition, but it's not work, not recognize drive.Is it me or is this really similar to the problem [MENTION=680]lennypenny[/MENTION] described having a couple of days ago?
Sent with Tapatalk
Anymore ideas about this issue anyone?Also I tried to check prepNTFS 1.12 with ext2 partition, but it's not work, not recognize drive.
I can provide any debug/log information for you if you can tell me how.
It's included in the webMAN_MOD_1.43.19..rar file. Already compiled.
Sent with Tapatalk
My mistake I should have checked the date...the one that in SynologyDS1512_ARM folder? but its old or not? (date 06.11.2013)
[MENTION=19409]metalor[/MENTION] & [MENTION=680]lennypenny[/MENTION], if you have not solved your problem yet there may be some hope!?Also I tried to check prepNTFS 1.12 with ext2 partition, but it's not work, not recognize drive.
I can provide any debug/log information for you if you can tell me how.
1) yes, I have 1x6TB (AF), 2x3TB (AF) and 1x40GB (512b).Before anything, have you got another external drive you could try? Smaller if poss?
A USB key?
Try Fat32 first with one small iso. No need for prepNTFS,
Try again with NTFS.
Do isos work if they are on your internal hdd?
Have you tried multiman/mCM 4.76 to see how it fares?
Sent with Tapatalk
Thanks for the reply my problem was I didn't have the full version installed. Very very impressed with this feature.1. Install the FULL version of webMAN MOD 1.43.19 (webftp_server_full.sprx) on the PS3 that will act as server.
2. Both consoles must be in the same network and port 38008 must be open in the firewall.
3. Go to /setup.ps3 of the PS3 that will act as client and enter the IP address of the PS3 console that will act as PS3 server. Also put the check mark next to the field to enable the server.
4. Make sure that your ISOs are not split (I'm still working on adding support .iso.0)
5. Use Refresh HTML or Refresh XML, select the game and mount the /net game as you normally do when using the PC as server. You can also use the file manager to mount the game.
6. Start the game, play and enjoy it!
Look the answer above.
My mistake I should have checked the date...
I think if you install Cygwin & GNUARM 4.1 toolchain binaries (automatic setup) you should be able to compile that new ARM version for NAS.
Sent with Tapatalk
OS = linux
BUILD_TYPE = release
OUTPUT := ps3netsrv
OBJS=main.o compat.o File.o VIsoFile.o
CFLAGS += -I/usr/local/arm-marvell-linux-gnueabi/bin/arm-marvell-linux-gnueabi/libc/include
#CPPFLAGS=-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
LDFLAGS += -L/usr/local/arm-marvell-linux-gnueabi/bin/arm-marvell-linux-gnueabi/libc/lib
LIBS = -lstdc++
LIBS += -lpthread
CC= /usr/local/arm-marvell-linux-gnueabi/bin/arm-marvell-linux-gnueabi-gcc
LD= /usr/local/arm-marvell-linux-gnueabi/bin/arm-marwell-linux-gnueabi-ld
all: $(OUTPUT)
clean:
rm -f $(OUTPUT) *.o
$(OUTPUT): $(OBJS)
#$(LINK.c) $(LDFLAGS) -o $@ $^ $(LIBS)
$(CC) $(CFLAGS) $(OBJS) -o $@ $(LDFLAGS)

Could you check your HDD physical sector size and controller report mode?Okay, so I tested the idea of an ISO from /dev0_hdd/PS3ISO and it works using webMAN 1.46.18.
The error I would get from launching an ISO from my 2 TB external hdd would be something along the lines of "Error! dev0_hdd/tmp/wmtmp/BLESXXXXX-TITLE.ntfs[PS3ISO]"
fsutil fsinfo ntfsinfo <disk_symbol>
fsutil fsinfo ntfsinfo E:
fdisk -l <target_device>
fdisk -l /dev/sdb
i doubt you will see a non temp/test release.Nice! I will add new version to tutorial (and edit it) when it will be official available on non test/temp![]()