Results 1 to 2 of 2
-----------------------------------------------------------------
mount
for example
mount [sorce path] [destination path]
mount /dev/hda5 /ibrach
this command create a mount point of hda5
but when you relogin these mounts was cleared.
How can ...
- 05-12-2006 #1Just Joined!
- Join Date
- May 2006
- Location
- Pakistan
- Posts
- 9
little about mount
-----------------------------------------------------------------
mount
for example
mount [sorce path] [destination path]
mount /dev/hda5 /ibrach
this command create a mount point of hda5
but when you relogin these mounts was cleared.
How can i put it permanently.
thanksss
- 05-12-2006 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
The file you are looking for is /etc/fstab. It needs to be edited by root, but any entries in it are permanent. You will see in the file you may need to put in details for the time of mask you want - i.e umask=0,0,0
Most likely you will want the same details as an existing partition of the same filesystem. If you are not comfortable with this there is most likely a tool for doing this through the GUI. What distro are you using?


Reply With Quote
