[РЕШЕНО] как удалить каталог? (btrfs)

Привет. Не могу удалить каталог chromium, мало того, что выполняю все от рута, так и загрузился с лайва убунты


# rm -rf home/user/.config/chromium/Default/
rm: cannot remove ‘home/user/.config/chromium/Default/’: Directory not empty

# ls -lra home/user/.config/chromium/
total 0
drwxrwxrwx 1 root root  2038 авг.  28 14:24 Default
drwxr-xr-x 1 1000 users  242 июня  29 18:30 ..
drwxrwxrwx 1 root root    14 авг.  28 14:24 .
#lsattr home/user/.config/chromium/
---------------- home/user/.config/chromium/Default

#ls -lar home/user/.config/chromium/Default/
total 0
drwxrwxrwx 1 root root   14 авг.  28 14:24 ..
drwxrwxrwx 1 root root 2038 авг.  28 14:24 .

PS btrfs ...
а что перед home слэш / не нужен?
Арчи ~]$ ...as always want ready-made solutions that would make even tastier
palpalych
из корня видимо, так что нет

yecumavu
google сказал что эт вроде как баг) brtfs
Ошибки в тексте-неповторимый стиль автора©
palpalych запускал с лайва убунты, диск смонтировался в /media , поэтому без /

Вообщем всем спасибо, все оказалось, как обычно просто, проверил диск

# btrfsck /dev/sda1
Checking filesystem on /dev/sda1
UUID: 6ffc01d6-80a4-4670-abe3-ce0c37055682
checking extents
checking free space cache
free space inode generation (0) did not match free space cache generation (73021)
free space inode generation (0) did not match free space cache generation (75542)
free space inode generation (0) did not match free space cache generation (66532)
checking fs roots
root 5 inode 380385 errors 200, dir isize wrong
found 48029536868 bytes used err is 1
total csum bytes: 78349328
total tree bytes: 625340416
total fs tree bytes: 481001472
total extent tree bytes: 38690816
btree space waste bytes: 164801457
file data blocks allocated: 449662582784
 referenced 77319536640
Btrfs v3.12

видим error, далее исправляем

btrfs check /dev/sda1 --repair
enabling repair mode
Checking filesystem on /dev/sda1
UUID: 6ffc01d6-80a4-4670-abe3-ce0c37055682
checking extents
checking free space cache
cache and super generation don't match, space cache will be invalidated
checking fs roots
reset isize for dir 380385 root 5
checking csums
checking root refs
found 48029536868 bytes used err is 0
total csum bytes: 78349328
total tree bytes: 625340416
total fs tree bytes: 481001472
total extent tree bytes: 38690816
btree space waste bytes: 164801457
file data blocks allocated: 449662582784
 referenced 77319536640
Btrfs v3.12

после все удаляется - btrfs ....
 
Зарегистрироваться или войдите чтобы оставить сообщение.