Beiträge von facebookoharam

    Ich empfinde das als Abzocke was QNAP hier macht. Klar ist exFAT generell ein armes Format unter dem eigentlich nur Opfer der Apple Politik leiden - das kann aber kein Grund sein, warum QNAP auf das Niveau absinkt.


    Natürlich sollten nicht tausende Menschen weltweit jeweils 4€ bezahlen, nur um eine externe Apple HD anschließen zu können.

    Das liegt aber vorranging an Apple mit ihren Lizenzen und den anscheinend nicht so guten Entwicklern von QNAP.


    KOSTENLOS kann jeder exFAT nutzen. Einfach fuse Treiber selber installieren.

    https://veggiespam.com/installing-exfat-on-qnap/

    1. Download ExFAT Fuse from somewhere; I used:
    2. In a temporary folder, run ar -x exfat-fuse_1.0.1-1_i386.deb
    3. You will now see data.tar.gz, control.tar.gz, and delian-binary
    4. Rename the data file using mv data.tar.gz fuse.tar.gz
    5. Now, for the utils deb, run ar -x exfat-utils_1.0.1-1_i386.deb
    6. Then mv data.tar.gz utils.tar.gz
    7. Now, copy the utils.tar.gz & fuse.tar.gz files into the NAS. Remember, many system directories are reset between reboots, so placing the files in a normal user’s directory instead of /root is wise.
    8. ssh into the NAS as admin.
    9. Now, install the software onto the NAS in the correct file system locations. The easiest way is to extract from the NAS root level directory with cd /
    10. Then, run tar -zxvf /path/to/fuse.tar.gz
    11. And finally, run tar -zxvf /path/to/utils.tar.gz

    Congratulations, ExFAT Fuse is installed. Just run mount.exfat-fuse and you should see the usage instructions. Now, to mount your disk:

    1. Plug the hard drive into the NAS’ USB port and wait 10 seconds.
    2. Run dmesg and look for the /dev device which should be of the form sd*# – the letters s and d followed by a letter and a number. For me, it looked like:
    3. mkdir /mnt/{nice-drive-name}
    4. mount.exfat-fuse /dev/{device} /mnt/{nice-drive-name}
    • [122449.491447] sd 20:0:0:0: [sde] Assuming drive cache: write through
    • [122449.530756] sde: sde1
    • In this case, sde1 is the device.