I have a 128GB USB stick on which I created a 10GB linux-data using
Occasionally the mount does work, but most often not.
Any suggestions as to what might be wrong? Has the partition been left in an unmountable state?
I tried
gpart
. The partition was formatted ext2fs and a number of Linux ISOs were copied to it after mounting it. FreeBSD's pkg grub2 is also installed on the USB stick and I can successfully but some of the Linux distros using grub
. After I reboot and start FreeBSD (11.0-RELEASE) I am unable to mount the ext2fs partition.
Code:
mount -t ext2fs /dev/da0s2 /mnt
mount: /dev/da0s2: Operation not permitted
Occasionally the mount does work, but most often not.
Any suggestions as to what might be wrong? Has the partition been left in an unmountable state?
I tried
fsck.ext2 /dev/da0s2
and got the following error
Code:
Error writing file system info: Invalid argument