I have a volume that I’ve been using for a few years, and want to attach it to a new droplet with an updated Ubuntu OS. I followed the instructions, but got the following error:
root@dodatax:~# mount -o discard,defaults,noatime /dev/disk/by-id/scsi-0DO_Volume_volume-nyc3-03 /mnt/volume_nyc3_03
mount: /mnt/volume_nyc3_03: wrong fs type, bad option, bad superblock on /dev/sda, missing codepage or helper program, or other error.
The volume was working fine with an Ubuntu 20.04 droplet, but cannot be mounted on the 22.04 droplet. How can I proceed?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi @digitaloceanda5,
I actually experienced the same a few days back, see if you have the ntfs-3g package. If not, install it and see if mounting the volume will work.