| # replace a file on same ino with the same name, old has 2 link, new has 1 links | |
| mkdir $2 /2 | |
| mkdir $1 /2/$a.1 | |
| mkdir $4 /2/$a.2 | |
| mkfile $3 /2/$a.1/3 | |
| link /2/$a.1/3 /2/$a.2/3 | |
| snapshot | |
| unlink /2/$a.1/3 | |
| unlink /2/$a.2/3 | |
| remount | |
| mknod $3 /2/$a.1/3 c 100 101 | |
| snapshot |