- Code: Select all
kill -9 1003
but it won't kill.
I also tried to kill gzip first but no luck.
And unlink is not found. Can I try rm -f ?
kill -9 1003
unlucky1 wrote:ctrl +c is not killing dd
ps -ef
kill -9 <number>
-rw-r--r-- 1 root root 495304704 Jul 9 20:51 sda2_end.gz
-rw-r--r-- 1 root root 10884716 Jul 9 20:44 sda2_start.gz
root@(none):/ # mkdir /mountpoint
root@(none):/ # mount
rootfs on / type rootfs (rw)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
none on /dev/pts type devpts (rw,relatime,mode=600)
root@(none):/ # more /proc/partitions
major minor #blocks name
31 0 500 mtdblock0
31 1 4 mtdblock1
8 0 2930266580 sea
8 1 2930253824 sea1
8 16 976762584 sdc
8 18 974737408 sdc2
8 32 976762584 sdb
8 34 974737408 sdb2
8 48 976762584 sda
8 50 974737408 sda2
8 64 976762584 sde
8 66 974737408 sde2
8 80 976762584 sdd
8 82 974737408 sdd2
root@(none):/ # mount /dev/sea1 /mountpoint
mount: mounting /dev/sea1 on /mountpoint failed: No such file or directory
root@(none):/ # 974737408 sde2
-sh: 974737408: not found
root@(none):/ # mknod -m 666 /dev/sea1 b 8 81
root@(none):/ # mount /dev/sea1 /mountpoint
mount: mounting /dev/sea1 on /mountpoint failed: No such device or address
root@(none):/ # mknod -m 666 /dev/sea1 b 8 81
mknod: /dev/sea1: File exists
root@(none):/ # mount /dev/sea1 /mountpoint
mount: mounting /dev/sea1 on /mountpoint failed: No such device or address
root@(none):/ # mount
rootfs on / type rootfs (rw)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
none on /dev/pts type devpts (rw,relatime,mode=600)
root@(none):/ # cd mountpoint/
root@(none):/mountpoint # ls
root@(none):/mountpoint # cd ..
root@(none):/ #
That should be 'b 8 1' in this case. It are the first two numbers in the /proc/partitions line.8 1 2930253824 sea1
mknod -m 666 /dev/sea1 b 8 81
rm /dev/sea1
mknod -m 666 /dev/sea1 b 8 1
Well, it's no rocket science, just some simple math. But there must be an error, and I just don't see it.I'm not really sure about the skip blocks and all that so I'll leave that expertise to you
Return to Lacie 5big Network vs2
Users browsing this forum: No registered users and 8 guests