/ $ cat /proc/partitions
major minor #blocks name
31 0 8192 mtdblock0
31 1 6960 mtdblock1
31 2 7616 mtdblock2
31 3 64 mtdblock3
31 4 256 mtdblock4
31 5 256 mtdblock5
8 0 488386584 sda
8 1 488384001 sda1
/ $ mkdir /var/hdd
/ $ modprobe fuse
/ $ ntfs-3g /dev/sda /var/hdd -o force
NTFS signature is missing.
Failed to startup volume: Invalid argument
Failed to mount '/dev/sda': Invalid argument
The device '/dev/sda' doesn't have a valid NTFS.
Maybe you selected the wrong device? Or the whole disk instead of a
partition (e.g. /dev/hda, not /dev/hda1)? Or the other way around?
/ $ ntfs-3g /dev/sda1 /var/hdd
Error reading $MFT: Invalid argument
Failed to load $MFT: Invalid argument
Failed to startup volume: Invalid argument
Failed to mount '/dev/sda1': Invalid argument
The device '/dev/sda1' doesn't have a valid NTFS.
Maybe you selected the wrong device? Or the whole disk instead of a
partition (e.g. /dev/hda, not /dev/hda1)? Or the other way around?
so versteh ich das auch...olistudent schrieb:Nö, ich meinte #101. Für mich hört sich das so an als ob ntfs-3g bei Darkyputz mit original Firmware nicht läuft, weil die fat-Module vom dsmod crashen. Und so verstehe ich auch Alexanders Antwort.
MfG Oliver
Mein Hinweis auf #98 bezog sich auf eine Frage, wie man libfuse dazu linken kann. Der Beitrag ist aber inzwischen anscheinend wieder gelöscht.olistudent schrieb:Nö, ich meinte #101.
nur grundsätzlich wie man das macht. nicht aber das es bei dem problem hilft.
//ds-mod
make menuconfig #dort toolchain selbst kompilieren und lfs integrieren
//toolchain
make toolchain #4GB später habe ich nun toolchain kompiliert
//kernel neu
make kernel-dirclean #löscht den aktuellen source-tree des kernels
make kernel-menuconfig #konfiguration des kernels (würde selbst nur den ntfs mit integrieren wollen)
make kernel-precompiled #erstellt den neuen kernel
//busybox lasse ich vorerst auf standard
//fw erstellen
make
funktioniert das so?make menuconfig #auswahl des musik-servers
make #fw erstellen
/var/mod/root $ ntfs-3g /dev/sda1 /var/media/ftp/uStor01 -o force
Failed to read last sector (234436480): Invalid argument
Perhaps the volume is a RAID/LDM but it wasn't setup yet, or the
wrong device was used, or the partition table is incorrect.
Failed to mount '/dev/sda1': Invalid argument
The device '/dev/sda1' doesn't have a valid NTFS.
Maybe you selected the wrong device? Or the whole disk instead of a
partition (e.g. /dev/hda, not /dev/hda1)? Or the other way around?
/var/mod/root $ cat /proc/partitions
major minor #blocks name
31 0 8192 mtdblock0
31 1 6962 mtdblock1
31 2 7616 mtdblock2
31 3 64 mtdblock3
31 4 256 mtdblock4
31 5 256 mtdblock5
31 6 2048 mtdblock6
31 7 5568 mtdblock7
8 0 117220824 sda
8 1 117218241 sda1
/var/mod/root $ ntfs-3g /dev/sda /var/media/ftp/uStor01 -o force
NTFS signature is missing.
Failed to mount '/dev/sda': Invalid argument
The device '/dev/sda' doesn't have a valid NTFS.
Maybe you selected the wrong device? Or the whole disk instead of a
partition (e.g. /dev/hda, not /dev/hda1)? Or the other way around?