10-14-2018, 04:02 AM
(10-14-2018, 01:13 AM)klode Wrote: I have found my issue. My fstab contains these rows:
Code:UUID=14a75d65-c530-4d76-ba6d-ee50a8fafb15 / ext4 defaults,noatime,nodiratime,commit=600,errors=remount-ro 0 1
tmpfs /tmp tmpfs defaults,nosuid 0 0
/var/swap none swap sw 0 0
UUID=7EA0B9F2A0B9B14F /media/leocric/PINESTORE ntfs-3g options=defaults,big_writes,nofail,streams_interface=xattr,acl,file_mode=0777,dir_mode=0777 0 0
/dev/sda2 /media/leocric/PStore4 ext4 defaults 0 2
//192.168.1.2/AurigaStore /media/leocric/STORA cifs user=leocric,pass=leo82cric80,iocharset=utf8,file_mode=0777,dir_mode=0777
/media/leocric/PINESTORE/ftp /var/www/klode/backups none defaults,bind 0 0
/media/leocric/PINESTORE/SERIES /var/www/klode/series none defaults,bind 0 0
/media/leocric/PINESTORE/Downloads /home/leocric/Downloads none bind
I've got my error due to UUID=7EA0B9F2A0B9B14F, which was not connect to USB port. It was an external hard disk, with 2 partitions /dev/sda1 and /dev/sda2.
My question: how can I run anyway linux if one of fstab entry is not accessible?
If you need to use fstab you can add noauto to the options, or if you are using a desktop, let it mount it automatically.