I read the instructions for the preparation and configuration of an hard drives usb.
I formatted my hard drive with label.
I change /etc/fstab adding line LABEL=Mylabel /media/ etc etc ............
Suppose my hard drive label is : hdext
I create a mount point like : /media/backup
I add a line in /etc/fstab like:
LABEL=hdext /media/backup ext3 defaults
There is no way.
On next reboot a check my /etc/fstab and I found two lines:
LABEL=hdext /media/backup ext3 defaults
and
/dev/sdc1 /media/hdext ext3 pamconsole,exec,noauto,managed 0 0
No way mounting /media/backup but ok mounting /media/hdext
If I try to use backup to workstation I get : enable to mount /media/backup
?????? Have nice idea?