LINUX.ORG.RU
ФорумAdmin

mount troubles


0

0

Сам себе сдела проблему:

mount --rbind /home/stuff/ /home/ftp mount --rbind /home/stuff2/ /home/ftp

Думал может так получится получить содержимое двух директорий в одной ;) В итоге:

umount -f /home/ftp umount2: Device or resource busy umount: /home/stuff2: not mounted umount: /home/ftp: Illegal seek umount2: Device or resource busy umount: /home/ftp: device is busy

umount -f /home/stuff umount2: Device or resource busy umount: /home/stuff: not mounted umount: /home/ftp: Illegal seek

Глупость, глупость, но как же теперь отмаунтить директории?

★★★★★

try:

/sbin/fuser -k /home/stuff

geek ★★★
()

Крайне желательно обойтись без ребута.

fuser -k /home/ftp 
/home/ftp/stuff2: No such file or directory
/home/ftp/ftp: No such file or directory
/home/ftp:          
No process references; use -v for the complete list
No automatic removal. Please use  umount /home/ftp
No automatic removal. Please use  umount /home/ftp


fuser -k /home/stuff 
/home/ftp/stuff2: No such file or directory
/home/ftp/ftp: No such file or directory
/home/stuff:        
No process references; use -v for the complete list
No automatic removal. Please use  umount /home/ftp
No automatic removal. Please use  umount /home/ftp


К тому же оказывается  теперь /home/stuff2 пустая (перемаунтилась в /home/ftp видать)...
Что еще можно предпринять?

roy ★★★★★
() автор топика
Ответ на: комментарий от anonymous

Спасибо, на зря ждал ;)

roy ★★★★★
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.