So I've taken my vfat usb drive, ubicated with
Code: Select all
df -h
Code: Select all
umount /dev/sda1
Code: Select all
mkfs.ext4 /dev/sda1
Code: Select all
/mnt/usb_1
What happens:
1- Maybe dietpi-backup says it's read only.
2- Maybe during the formatting process I get an error.
I've tried, after formatting it, edit "
Code: Select all
/etc/fstab
Code: Select all
/dev/sda1 /mnt/usb_1 ext4 defaults,noatime,nofail 0 0
Code: Select all
#/dev/sda1 /mnt/usb_1 vfat defaults,noatime,nofail 0 0
The time the process has gone better, the USB drive has been formatted without any error messages, dietpi-backup supposedly has done its job and the pendrive has been detected after dietpi-backup, but
Code: Select all
df -h
After rebooting, the pendrive hasn't been detected.
I've read on forums than they talk about permissions and so on, but I don't know what I'm doing wrong.
Please, can you give me some light? I suppose I'm not formatting the USB drive correctly.
Thank you very much,