Can't mount volume to ec2 instance
Solution 1:
The option -o nouuid
is only useful on XFS filesystems. It's not clear why the option is not discussed in that document. Since the filesystem you're trying to mount is ext4, you can omit the option.
The option -o nouuid
is only useful on XFS filesystems. It's not clear why the option is not discussed in that document. Since the filesystem you're trying to mount is ext4, you can omit the option.