LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error when booting: Diskfilter writes not supported
#11
[member=5059]whateverthing[/member], did you remember to disable the automounter?

'Menu' -> 'Settings' -> 'Removable Drives and Media'
And under "Removable Storage" make sure that every button is unchecked
and then close the settings.

Also, when you create these partitions and file systems, you may as well
do it as root: just command
Code:
sudo su

...in case you are not root already for some reason.

If this does not work, then try:
Code:
umount /dev/sda1 && mkfs.ext4 -t ext4 -m 2 -L root /dev/sda1

If even this does not work, then try:
Code:
umount /dev/sda1 && wipefs -a /dev/sda1 && mkfs.ext4 -t ext4 -m 2 -L root /dev/sda1

Hopefully this helps. Just a few steps left to  do Smile
Reply


Messages In This Thread
Re: Error when booting: Diskfilter writes not supported - by kpanic - 06-18-2018, 02:23 AM

Forum Jump:


Users browsing this thread: 17 Guest(s)