I saw very little in the tftp server window. I did see (very fleetingly) some digits (denoting the image?) followed by "enter 100%". That's about it.
Following the "successful" notification I simulated a reboot by physically pulling-out then (after a brief pause) replacing the power-lead. Then I shut down the fvdw windows and tried to connect to the NS2 via the web interface. Without success.
So I then started-up the fvdw-sl console again and repeated the previous procedure, following the failure of which I carried-out the final step in your last post. Here's the complete telnet client output
- Code: Select all
(none) login: root
Password:
root@(none):/ # mount /dev/sda7 sda7
mount: mounting /dev/sda7 on sda7 failed: No such file or directory
root@(none):/ # mkdir /sda1
root@(none):/ # mkdir /sda2
root@(none):/ # mkdir /sda5
root@(none):/ # mkdir /sda7
root@(none):/ # mkdir /sda8
root@(none):/ # mount /dev/sda1 /sda1
mount: mounting /dev/sda1 on /sda1 failed: Invalid argument
root@(none):/ # mount /dev/sda2 /sda2
mount: mounting /dev/sda2 on /sda2 failed: Invalid argument
root@(none):/ # mount /dev/sda5 /sda5
root@(none):/ # mount /dev/sda7 /sda7
mount: mounting /dev/sda7 on /sda7 failed: Invalid argument
root@(none):/ # mount /dev/sda8 /sda8
root@(none):/ # ls -al /sda1
total 0
drwxr-xr-x 2 root root 0 Jul 18 09:49 .
drwxr-xr-x 17 root root 0 Jul 18 09:49 ..
root@(none):/ # ls -al /sda2
total 0
drwxr-xr-x 2 root root 0 Jul 18 09:49 .
drwxr-xr-x 17 root root 0 Jul 18 09:49 ..
root@(none):/ # ls -al /sda5
total 36
drwxr-xr-x 7 root root 4096 Jul 18 09:38 .
drwxr-xr-x 17 root root 0 Jul 18 09:49 ..
drwxr-xr-x 2 root root 4096 Jul 13 10:10 etc
drwx------ 2 root root 16384 Jan 1 2000 lost+found
drwxr-xr-x 2 root root 4096 Aug 12 2011 tmp
drwxr-xr-x 3 root root 4096 Jul 13 10:10 usr
drwxr-xr-x 3 root root 4096 Jul 13 10:10 var
root@(none):/ # ls -al /sda7
total 0
drwxr-xr-x 2 root root 0 Jul 18 09:49 .
drwxr-xr-x 17 root root 0 Jul 18 09:49 ..
root@(none):/ # ls -al /sda8
total 24
drwxr-xr-x 4 root root 4096 Jul 13 10:18 .
drwxr-xr-x 17 root root 0 Jul 18 09:49 ..
drwx------ 2 root root 16384 Jul 13 10:17 lost+found
drwxrwxrwx 2 root root 4096 Jul 13 10:18 public
root@(none):/ # tftp -r mke2fs-ext3 -l /sbin/mke2fs-ext3 -g ip-pc
tftp: bad address 'ip-pc'
root@(none):/ # tftp -r mke2fs-ext3 -l /sbin/mke2fs-ext3 -g 192.168.11.3
mke2fs-ext3 100% |********************************| 261k 0:00:00 ETA
root@(none):/ # chmod 755 /sbin/mke2fs-ext3
root@(none):/ # mke2fs-ext3 -j -m l /dev/sda1
mke2fs-ext3: invalid reserved blocks percent - l
root@(none):/ # mke2fs-ext3 -j -m l /dev/sda2
mke2fs-ext3: invalid reserved blocks percent - l
root@(none):/ # mke2fs-ext3 -j -m l /dev/sda7
mke2fs-ext3: invalid reserved blocks percent - l
root@(none):/ #
PS I saw nothing worth noting in the telnet client window while the image was being written. I just responded to the questions and it went ahead and did its stuff. Was there anything else I should have seen?