Hello dear opensusers. As of some time now i have run into a very strange issue which i am unable to resolve, i got an external backup HDD that doesn’t want to mount on my opensuse TW installation (both laptop and my desktop).
Here is the output of the DMESG:
The drive is formated with NTFS, and encrypted with bitlocker - i am using it this way since maybe couple of years without problems. The problem cannot be in the fact that it is encrypted because i have an USB flash drive which has the same encryption and it works like a charm. Another thing is that my girlfriends laptop has Fedora on it, on which i just plug-in the same HDD and it just works, which leads me to conclusion that it is not some kind of hardware failure. Appearantly it is workin on Windows machines as well. I was thinking that maybe i miss some RPM package installed, but in this case the USB flash drive would not mount as well, but it works. I would love to hear your opinions and perhaps we can resolve this strange situation as i have to use my drive. Thanks in advance.
You should always include the command with the copy/paste. It is only one line more to copy! Now we do not know what you did, or we have to trust your verbal typing.
In any case, you can not mount something on the device (/dev/sdc), but there is a file system on the first (and only) partition (/dev/sdc1).
And probably there is no software to support that Bitlocker .
The thing is that i have an USB flash drive which is formated ntfs and uses bitlocker in the same manner that the forementioned external HDD, and it mounts okay. On Fedora that i have on another laptop it mounts okay, which is weird. It was always working on opensuse, but after some point it just stopped working. About the commands i made it like this just to syntesize the needed output because there is alot of other things about the other drives that i have on my system. If needed i can provide the full outputs.
i will try that, but my desktop environment (GNOME in case) is presenting me with a pop-up to enter the decrypt password, but after i enter it it seems like it is mounting it but its not, i am getting an error -
# cryptsetup bitlkOpen /dev/sdc1 bitlocker_disk
Enter passphrase for /dev/sdc1:
# mount /dev/mapper/bitlocker_disk /home/iliyan/backup/
Okay this one worked, and i can acces the external drive, so now the question remains why it is not possible in the normal why that i was using without problems for years, plug-in → GUI password pop-up → File browser. What could be wrong? The odd thing is that i have a couple of USB flash drives which i use in the same manner which mounts themselfs just okay… wierd.
Wooah! That was the case, now it works and i am surprised. This blacklisting must be some recent change, since i was not having the problem before, and yeah you were right the flash drives were exFAT i forgot that. Thank you very much, and thanks to the all the ppl involved in this little saga
# modprobe ntfs3
^ that is the command that maked it work if someone needs it in the future.