- Code: Select all
ls -l /usr/sbin/mount
ls -l /usr/sbin/mount
/usr/sbin/mount -o ro /dev/md4 /md4
dmesg
root@(none):/ # /usr/sbin/mount /dev/md4 /md4
-sh: /usr/sbin/mount: not found
root@(none):/ # ls -l /usr/sbin/mount
-rwxr-xr-x 1 root root 62872 Aug 7 2012 /usr/sbin/mount
root@(none):/ #
root@(none):/ # ls -l /usr/sbin/mount
-rwxrwxrwx 1 root root 62872 Aug 7 2012 /usr/sbin/mount
root@(none):/ # /usr/sbin/mount /dev/md4 /md4
-sh: /usr/sbin/mount: not found
root@(none):/ # uptime
08:16:25 up 2 days, 2:24, 0 users, load average: 0.00, 0.01, 0.02
root@(none):/ # tftp -l /sbin/mdadm -r mdadm -g 192.168.1.51
mdadm 100% |***********************************************************************| 1100k 0:00:00 ETA
root@(none):/ # chmod 755 /sbin/mdadm
root@(none):/ # mdadm --assemble /dev/md4 /dev/sd[abcde]2
mdadm: /dev/md4 has been started with 5 drives.
root@(none):/ #
root@(none):/ # cd /
root@(none):/ # tftp -l mount.tar -r mount.tar -g 192.168.1.51
mount.tar 100% |***********************************************************************| 199k 0:00:00 ETA
root@(none):/ # tar -xvf mount.tar
usr/
usr/sbin/
usr/sbin/mount
usr/lib/
usr/lib/libblkid.so.1
usr/lib/libblkid.so.1.1.0
usr/lib/libblkid.so
root@(none):/ #
root@(none):/ # mkdir /md4
root@(none):/ # /usr/sbin/mount /dev/md4 /md4
-sh: /usr/sbin/mount: not found
root@(none):/ # ls -l /usr/sbin/mount
-rwxr-xr-x 1 root root 62872 Aug 7 2012 /usr/sbin/mount
root@(none):/ # /usr/sbin/mount -o ro /dev/md4 /md4
-sh: /usr/sbin/mount: not found
root@(none):/ # ls -l /usr/sbin/mount
-rwxr-xr-x 1 root root 62872 Aug 7 2012 /usr/sbin/mount
root@(none):/ # uptime
04:00:53 up 40 min, 0 users, load average: 1.47, 1.44, 1.24
root@(none):/ # chmod 755 /usr/sbin/mount
root@(none):/ # ls -l /usr/sbin/mount
-rwxr-xr-x 1 root root 62872 Aug 7 2012 /usr/sbin/mount
root@(none):/ # /usr/sbin/mount -o ro /dev/md4 /md4
-sh: /usr/sbin/mount: not found
root@(none):/ # chmod 777 /usr/sbin/mount
root@(none):/ # ls -l /usr/sbin/mount
-rwxrwxrwx 1 root root 62872 Aug 7 2012 /usr/sbin/mount
root@(none):/ #
Return to Lacie 5big Network vs2
Users browsing this forum: No registered users and 13 guests