yesterday:
im gonna read it and tell you all the result
today:
this is yesterday's tomorrow
i have read about /etc/fstab using google and so and so
i have understood that fstab is used to auto mount the tools you want to mount each time on your computer simply adding some records in it and i did so
Code: Select all
/etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda3
UUID=dddf8ca4-d0af-4183-a573-0f089db73ab4 / ext3 defaults,errors=remount-ro 0 1
# /dev/hda5
UUID=6853-D026 /media/hda5 vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/hda1
UUID=839a6197-0a19-44cd-a920-f1d662c97ecd none swap sw 0 0
/dev/hdd /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/hdb /media/cdrom1 udf,iso9660 user,noauto,exec 0 0
[b]//rama/htdocs /home/mohammad/htdocs smbfs username=administrator,password=1234567890,rw,dmask=777,fmask=777,auto,exec 0 0[/b]
but i do not understand how to run it
i have just restarted my linux but it does not take effect on it i mean it would not mount in specified folder