shanenin Posted October 26, 2006 Report Share Posted October 26, 2006 (edited) one of my windows shares can only be mounted if I am the root user. I am pretty sure my fstab is correct. If you notice below, I am able to unmount it as regular user. shane@mainbox ~ $ mount podcastscannot mount on /home/shane/podcasts: Operation not permittedsmbmnt failed: 1shane@mainbox ~ $ suPassword:mainbox shane # mount podcastsmainbox shane # exitexitshane@mainbox ~ $ umount podcastsshane@mainbox ~ $here is my line from my fstab//marsala/itunes /home/shane/podcasts smbfs noauto,credentials=/etc/credentials,users,defaults 0 0I also tried to do it with out the defualts option. I am getting the same error Edited October 26, 2006 by shanenin Quote Link to post Share on other sites
iccaros Posted October 27, 2006 Report Share Posted October 27, 2006 (edited) one of my windows shares can only be mounted if I am the root user. I am pretty sure my fstab is correct. If you notice below, I am able to unmount it as regular user. shane@mainbox ~ $ mount podcastscannot mount on /home/shane/podcasts: Operation not permittedsmbmnt failed: 1shane@mainbox ~ $ suPassword:mainbox shane # mount podcastsmainbox shane # exitexitshane@mainbox ~ $ umount podcastsshane@mainbox ~ $here is my line from my fstab//marsala/itunes /home/shane/podcasts smbfs noauto,credentials=/etc/credentials,users,defaults 0 0I also tried to do it with out the defualts option. I am getting the same erroris thiscredentials=/etc/credentialsto match widows accounts with the login process. and who owns that file, and can others read it.?<--- if root created it you may not be able to read it.. plus I thought it should look more like this //winbox/share /mnt/share smbfs username=joe,password=bloggs,uid=500,gid=500 0 0 Edited October 27, 2006 by iccaros Quote Link to post Share on other sites
shanenin Posted October 27, 2006 Author Report Share Posted October 27, 2006 I left out one important piece of information. I use an identical line with a different windows share and it works just fine as regular userhere are both lines from my fstab. one works and one does not. That is why this seems so odd//marsala/n1 /home/shane/samba smbfs noauto,credentials=/etc/credentials,users 0 0//marsala/itunes /home/shane/podcasts smbfs noauto,credentials=/etc/credentials,users 0 0 Quote Link to post Share on other sites
iccaros Posted October 27, 2006 Report Share Posted October 27, 2006 try to mount it manually, and add the -v so we can get more output when it fails. (Ie don't just do a mount podcasts)do the wholemount -t smbfs //marsala/itunes /home/shane/podcasts -o v,rw,credentials=/etc/credentials,users Quote Link to post Share on other sites
shanenin Posted October 28, 2006 Author Report Share Posted October 28, 2006 I just bought a new seagate 7200.10 sata drive. It uses perpendicular technology, and is supposed to benchmark as fast as the 10000 rpm raptors. None the less I am reinstalling windows. After that is finished, I can try what you suggested. Quote Link to post Share on other sites
iccaros Posted October 28, 2006 Report Share Posted October 28, 2006 ok, the v option just makes the system more verbose in its output so we can track what is going wrong Quote Link to post Share on other sites
shanenin Posted October 28, 2006 Author Report Share Posted October 28, 2006 ok, the v option just makes the system more verbose in its output so we can track what is going wrongexactly, that is a great idea. I think i did a tail -f /var/log/messages(learned that from you), I don't remember seeing anything that helped. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.