Good morning,
On an old machine I have installed Kubuntu 24.04 yesterday. Problem: I cannot mount a data-harddrive, not in the in Kubuntu integrated way that is.
I get the message: Error mounting /dev/sdb1 at/media/name/Transcend: wrong fs type,bad option,bad superblock on /dev/sdb1,missing codepage or helper program,or other error.
However, mounting by using the terminal command does work and gives me normal acces without any problems. Earlier OS on this machine did not give me any problems witht this harddrive either.
It is an NTFS 512 gb drive, this filesystem did not give me any problems in the past eitther.
For a possible solution I found this:
sudo fdisk -l
sudo apt install nfs-common
sudo apt install cifs-utils
sudo ntfsfix -d /dev/sdb1
Is this correct? Will this work or might there be another problem since the in Kubuntu integrated way of mounting does not work but the terminal does?
On an old machine I have installed Kubuntu 24.04 yesterday. Problem: I cannot mount a data-harddrive, not in the in Kubuntu integrated way that is.
I get the message: Error mounting /dev/sdb1 at/media/name/Transcend: wrong fs type,bad option,bad superblock on /dev/sdb1,missing codepage or helper program,or other error.
However, mounting by using the terminal command does work and gives me normal acces without any problems. Earlier OS on this machine did not give me any problems witht this harddrive either.
It is an NTFS 512 gb drive, this filesystem did not give me any problems in the past eitther.
For a possible solution I found this:
sudo fdisk -l
sudo apt install nfs-common
sudo apt install cifs-utils
sudo ntfsfix -d /dev/sdb1
Is this correct? Will this work or might there be another problem since the in Kubuntu integrated way of mounting does not work but the terminal does?
Comment