RE: [expert] Samba and /etc/fstab

2002-11-13 Thread Matthew O. Persico
On Thu, 14 Nov 2002 11:43:32 +0800, Franki wrote: >don't do that if there is a chance that the XP box won't be up when >you >boot... > >it'll cause probs.. > >better that you make a new bash script put it in /usr/sbin and put >all your >mount commands in there.. > >ie: > >#!/bin/sh > >smbmount /bla

Re: [expert] Samba and /etc/fstab

2002-11-13 Thread Ronald J. Hall
On Wednesday 13 November 2002 10:43 pm, you wrote: > don't do that if there is a chance that the XP box won't be up when you > boot... > > it'll cause probs.. > > better that you make a new bash script put it in /usr/sbin and put all your > mount commands in there.. > > ie: > > #!/bin/sh > > smbmou

RE: [expert] Samba and /etc/fstab

2002-11-13 Thread Franki
don't do that if there is a chance that the XP box won't be up when you boot... it'll cause probs.. better that you make a new bash script put it in /usr/sbin and put all your mount commands in there.. ie: #!/bin/sh smbmount /blah/blah. smbmount /blah/blah. save it as mountXP or some