Temat: Easy Box 802 - przeniesienie rootfs na pendrive
Witam,
Ponieważ na EasyBox-ie 802 zostało tylko 412 kb flasha, i nie mogę dogrywać żądnych paczek, postanowiłem przenieść rootfs na pendrive wpięty do USB. Zgodnie z poradnikiem, po zamontowaniu pendrive-a pozostaną kroki:
Now create new directory called share using mkdir /mnt/share command and mount the USB to
this directory using mount /dev/sda1 /mnt/share command where /dev/sda1 is your USB flash
memory drive. Now we need to copy the root file system to the USB. Copy these command and
paste it in the terminal.mkdir –p /tmp/cproot
mount –bind / /tmp/cproot
Tar –C /tmp/cproot –cvf - . | tar –C /mnt/share –x
unmount /tmp/cproot
unmount /mnt/shareOur final step is modifying the fstable file or file system table is a central configuration that
defines how file system should be mounted and we’re going to use fstab file to automate the
process of mounting partitions when booting the router. First thing that we need to know is
what UUID (Universal Unique Identifier) of the USB flash is.
Tymczasem ja mam problem z zamontowaniem pendrive. Jest na nim ext4 filesystem, więc nie wiem czemu komunikat wspomina o NTFS...:
root@EasyBOX:~# mount /dev/sda1 /mnt/share
NTFS signature is missing.
Failed to mount '/dev/sda1': Invalid argument
The device '/dev/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?
Ktoś wie o co chodzi, i dlaczego nie mogę podmontować tego pendrive?
Dodam, że OpenWrt wgrany przez sprzedawcę automatycznie montuje podłączane dyski i udostępnia w sieci. Dlatego wcześniej odmontowałem ten zasób i próbuję podmontować mountem.
Dostaję komunikat jak wyżej. O co mu chodzi z tym NTFS-em / sygnaturą NTFS-a ?

