Tanto per cambiare
[root@chakra-pc andrea]# mount /dev/sda3 /media/prova
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
L'errore è sempre quello
Premesso che non so usare fuser,ma esce
[root@chakra-pc andrea]# fuser /dev/sda3
[root@chakra-pc andrea]#
La sintassi corretta dovrebbe essere
# fuser -m /dev/sda3
L'output sarà uno o più PID (Identificatori dei Processi). Usando
ps --pid <PID>
puoi capire quale processo sta usando quel filesystem.
In alternativa puoi provare un unmounting ancora più "brutale" con
# umount -l /media/cifre-UUID