Re: Contos3->5 upgrade, smbmount is gone?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Brunner, Brian T. wrote:
> I solemnly puke upon people who break things and call it progress.  Get
> ye to Redmond.
>
> I upgraded Centos3.8 to Centos5.4; smbmount is gone.  Mounting a WinXP
> share requires a new instantiation of the old command
>
> smbmount \\\\hostname\\path\\to\\share  /local/mount/point -o
> ip=123.12.34.234,username=hostname\\my_userid,password=whatever
>
>   

fyi, you could have replaced those \\ with /  and it worked just fine...

smbmount //hostname/path/to/share  /local/mount/point -o ip=123.12.34.234,username=hostname/my_userid,password=whatever

...

anyways, a typical mount -t cifs looks like...


    mount -t cifs //server/share /local/mount/point -o ip=1.2.3.4 
username=userid%password


[where whatever is the user's password]   ip shouldn't be needed if 
'server' resolves




_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux