fvdw wrote:In fvdw-sl-11-0 the image made by the firmware and used in usb hard drive via back side port USB is formatted in FAT32. This done because that format can be read as well by Linux as windows. FAT32 is a very common format that should be recognized by your TV as it is used on many external USB disks.
If you have reformatted it in XFS using your TV then indeed mount will fail as it tries to mount it using settings for FAT32. It could be mounted as XFS, there is support for it in the kernel however that requires adaption of the scripts and daemons now used for this purpose. A check must be build in to see which format it is and then use appropriate mount command. Something that could be useful for one of the next releases.
Furthermore the mounting of a disk image is not as simple as it might look like, it is dependent on how the partition is created and if it contains partitions or not.
Of course you can try to mount it manually using mount command for XFS file systems, but that requires some Linux knowledge.
You could create a new shared folder and then mount your image on that (share/1000/name-of-folder). Be careful if you mount it on the wrong folder or with wrong parameters you might experience big problems including data loss.
Hmm thanks for your reply, but i don't need to access the partition.
To explain the situation, my NS2 is next to my Samsung TV. This TV can record tv programs to any USB HDD, but the TV needs to format it.
When i format the normal image with the TV i get an error. When it's formatted, no one has to access the partition, except for the TV.
The NS2 is always connected to the TV by USB. So what i need is an partition (that i can format with the TV) on the NS2 that is mounted to the back USB port.