Hi guys,
your firmware ist really nice, btw. :-)
I have bought the lacie NSv2 to watch videos from my tv (with usb) and fill the drive over network. I know thats not a good idea to read/write on the same partition from 2 devices, so my idea was to do following:
mount the image file rw and gave the network daemon full access on it,
create a symlink on that share and gave the usb daemon just ro access on the symlink
But as a non linux guru im stucking at the image mount and it give me an error that the argument isnt valid (mount -t vfat -o loop /media/internal_8/images/1 /shares/USBShare1)
If this is not possible, have you another idea how i can get this szenario working?
Thanks a lot