First off, let me say I know very little about linux! We have a brand new linux server with RedHat Enterprise ES 3.0 Standard Edition on it. I have figured out how to mount drives from my linux server to windows servers using this cifs command:
mount -t cifs //servername.domain_name.local/sharename /mnt/mountname \-o user=____,dom=____,password=_______
It works fine BUT they disappear after a reboot. Why is that? What needs to be changed so they will "stick" after a reboot?
Scott
mount -t cifs //servername.domain_name.local/sharename /mnt/mountname \-o user=____,dom=____,password=_______
It works fine BUT they disappear after a reboot. Why is that? What needs to be changed so they will "stick" after a reboot?
Scott