On 12/31/2013 12:31 AM, Catalin Bucur wrote: > On 30/12/13 23:45, Mihai Badici wrote: >> Autofs n-am folosit , posibil sa mearga. > > Cu autofs cred ca mai simplu totusi, mai putin lucru manual: > > # yum install autofs > > # cat /etc/auto.misc > ext -fstype=ext4,rw,user :/dev/sda4 > > # service autofs start > > # cd /misc/ext > > > /dev/sda4 il poti inlocui cu un label sau uuid dupa preferinte > > Am incercat si am in auto.misc
[root@datavault mnt]# cat /etc/auto.misc # # This is an automounter map and it has the following format # key [ -mount-options-separated-by-comma ] location # Details may be found in the autofs(5) manpage cd -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom /mnt/extern1 -fstype=ntfs,rw :/dev/sdf1 #:UUID=1CA057FDA057DBB8 # the following entries are samples to pique your imagination #linux -ro,soft,intr ftp.example.org:/pub/linux #boot -fstype=ext2 :/dev/hda1 #floppy -fstype=auto :/dev/fd0 #floppy -fstype=ext2 :/dev/fd0 #e2floppy -fstype=ext2 :/dev/fd0 #jaz -fstype=ext2 :/dev/sdc1 #removable -fstype=ext2 :/dev/hdd Si cu /dev/sdf1 si cu UUID nu se intimpla nimic Paul _______________________________________________ RLUG mailing list [email protected] http://lists.lug.ro/mailman/listinfo/rlug
