mercredi 10 septembre 2025, 21:11 UTC+2
Vous n’êtes pas connecté.
Ce message a été modifié 1 fois. Dernière modification effectuée par "TENERIFEZ" (17 juin 2009, 11:06)
Yes, I know, I understand.I try to enable the telnet access (from ehternet) to redboot to flash the device, do you undertand me?
Ce message a été modifié 2 fois. Dernière modification effectuée par "TENERIFEZ" (11 mars 2010, 16:32)
![]() |
Code source |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
icybox> mount usbfs on /proc/bus/usb type usbfs (rw) /dev/hda1 on /system type ext2 (rw) /dev/hda2 on /mnt/IDE1 type ext2 (usrquota,grpquota) icybox> df Filesystem 1k-blocks Used Available Use% Mounted on /dev/hda1 99549 12040 82369 13% /system /dev/hda2 172771 17163 146688 10% /mnt/IDE1 icybox> cat /proc/partitions major minor #blocks name 3 0 793914 hda 3 1 102815 hda1 3 2 178416 hda2 3 3 512568 hda3 icybox> cat /proc/swaps Filename Type Size Used Priority /dev/hda3 partition 512560 0 -1 |