Displaying 1 result from an estimated 1 matches for "usersg_17".
Did you mean:
usersg_16
2002 Sep 19
2
problem moving files
...hes applied to this).
I have root and boot filesystems as ext3 type. After
running some tests the system gets into a strange
state. I cannot move one file to another if that
destination file already exists. Here is some text
that can help you understand the problem:
.....
{lng}usersg_16: ls
{lng}usersg_17: touch aaa
{lng}usersg_18: ls -l
total 0
-rw-rw-r-- 1 usersg media 0 Sep 19 10:45 aaa
{lng}usersg_19: touch bbb
{lng}usersg_20: ls -l
total 0
-rw-rw-r-- 1 usersg media 0 Sep 19 10:45 aaa
-rw-rw-r-- 1 usersg media 0 Sep 19 10:45 bbb
{lng}usersg_21: mv aaa bbb
t...