Zdravím,
mám tu menší zádrhel, snažím se o automatické připojování HDD při startu systému, ale nedaří se mi to...
výpis z fstab:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=f97be3c0-b506-4a89-98ec-b600ec935648 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda3 during installation
UUID=8501217c-1f91-4379-b045-8491ee60e5a4 none swap sw 0 0
UUID=0d950397-b672-49f9-a8bb-2c2050dccc6e /mnt/0d950397-b672-49f9-a8bb-2c2050dccc6e ext4 rw,suid,dev,noexec,auto,user,async,x-gvfs-show 0 0na co jsem přišel je, že to funguje, jen pokud to v nástroji "disky" nemám zaškrtnuté "zobrazovat v uživatelském rozhraní" , když to zaškrtané mám, při pokusu o připojení se mi objeví tato hláška:
Error mounting system-managed device /dev/sda2: Command-line `mount "/mnt/0d950397-b672-49f9-a8bb-2c2050dccc6e"' exited with non-zero exit status 32: mount: wrong fs type, bad option, bad superblock on /dev/sda2,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
(udisks-error-quark, 0)Děkuji za pomoc...