I am at work, and will try tonight.
for the sake of clarity, I understand I should:
1. first upload the specific mount binary that you refer to which is in tftp directory in my pc.
2. unpack it, and use it to mount the sda2
3. check if I can see my data.
if I can, I assume I could copy them to my pc (no clue on how I will do that, I assume I have to mount my PC hard drive or a network drive, but I don't know how I can refer to it in telnet).
If I can't, then I will need to upload xfs_repair, and other tars as you said:
do
- Code: Select all
tftp -l glibc-mini-mkfs.xfs-25feb14.tar -r glibc-mini-mkfs.xfs-25feb14.tar -g ip-pc
tar -xf glibc-mini-mkfs.xfs-25feb14.tar -C /
and
- Code: Select all
tftp -l xfs_repair -r xfs_repair -g ip-pc
(by the way, is there an order to respect in the former 2 uploads, like first xfs_repair, or first glibc-mini-mkfs.xfs-25feb14.tar ??)
and finally I would be able to run xfs_repair on my mounted sda2.
Thanks for confirming, and apologies if my questions are very basic... :oops: