benim bir D-Link Router (2750U) USB portu ve FTP Sunucusu var. Ayrıca, bu Router ile ev bulutum olarak bir bölüm olarak kullanmak istediğim 4TB Dış H.D.D Bu H.D.D'yi birden fazla bölüme ayırmak istemiyorum.
Bu H.D.D'yi Router'a monte etmeye çalıştım ama ntfs-3g'nin GPT'yi desteklemeyen çok eski bir sürüm olduğunu keşfettim (2009.4.4) bu yüzden MBR bölüm tablosunu kullanmalıyım.
İki bölüm arasında RAID 0 yapmaya çalıştım (her biri 1.8 TB) ve bunları NTFS olarak biçimlendirdim, ancak ntfs-3g bunları aşağıdaki hatayla yükleyemiyor:
~ $ ntfs-3g /dev/usb/sd/sda1 /mnt
Failed to read last sector (486399999): Invalid argument
HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
or it was not setup correctly (e.g. by not using mdadm --build ...),
or a wrong device is tried to be mounted,
or the partition table is corrupt (partition is smaller than NTFS),
or the NTFS boot sector is corrupt (NTFS size is not valid).
Failed to mount '/dev/usb/sd/sda1': Invalid argument
The device '/dev/usb/sd/sda1' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
Her ne kadar bu bölüm Laptop'uma doğru bir şekilde monte edilmiş olsa da (GPT, RAID0 ve hatta 4TB bölümlü MBR).
Sence buradaki çözüm nedir? GPT'yi ve MBR'yi aynı anda desteklemek veya MBR'de daha fazla 4 TB desteği eklemek için bazı ilginç yöntemler duydum. Bunun hakkında ne biliyorsun?