Page 89 of 137 FirstFirst ... 3979878889909199 ... LastLast
Results 881 to 890 of 1362

Thread: Mount samba shares with utf8 encoding using cifs

  1. #881
    Join Date
    Mar 2006
    Location
    Kitakyushu Japan
    Beans
    9,362
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Mount samba shares with utf8 encoding using cifs

    Quote Originally Posted by Bule View Post
    But it seems now i get some kind of "error/message" while i shutdown.

    Code:
    [ 1290.948082]   CIFS VFS: server not responding
    [ 1290.948198]   CIFS VFS: No response for cmd 50 mid 458
    There's a fix for that listed under the troubleshooting section

  2. #882
    Join Date
    Mar 2009
    Location
    The Netherlands
    Beans
    11
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Mount samba shares with utf8 encoding using cifs

    Didn't find it. Actually didn't see a part called troubleshooting but i might just be too sleepy.

  3. #883
    Join Date
    Mar 2006
    Location
    Kitakyushu Japan
    Beans
    9,362
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Mount samba shares with utf8 encoding using cifs

    Quote Originally Posted by Bule View Post
    Didn't find it. Actually didn't see a part called troubleshooting but i might just be too sleepy.
    Just double checked, it's there. For the sleep impaired, the fix is found here: http://ubuntuforums.org/showthread.php?t=293513

  4. #884
    Join Date
    Mar 2009
    Location
    The Netherlands
    Beans
    11
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Mount samba shares with utf8 encoding using cifs

    Tnx,

    Preformed the fix this morning after i woke up and before leaving for work. It now all works perfectly.

    Last edited by Bule; March 17th, 2009 at 11:26 AM. Reason: Typo

  5. #885
    Join Date
    Feb 2009
    Location
    Virginia Beach, VA
    Beans
    8
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Smile Re: Mount samba shares with utf8 encoding using cifs

    Hurrah!! I've been wanting to do this for ages!!!!

  6. #886
    Join Date
    Feb 2009
    Beans
    7

    Smile Re: Mount samba shares with utf8 encoding using cifs

    Thnks for the Post worked for me...

    cheers,
    Sourav Mohanty

  7. #887
    Join Date
    Feb 2009
    Location
    Virginia Beach, VA
    Beans
    8
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Smile Re: Mount samba shares with utf8 encoding using cifs

    Thanks much! This got my Thecus N5200 box with the winduhs shares working! Now next will be to figure out how to do more linux friendly shares on it.


  8. #888
    Join Date
    Feb 2009
    Location
    Moralzarzal, Spain
    Beans
    147
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Mount samba shares with utf8 encoding using cifs

    Hi everyone!

    I'm a almost "reading-only" forum user, mainly because the DIY method works, most times work.

    But I have founded this incredible post, making me crazy to get what I miss from windows. That is, to create (permanently) a network connection to use those files from Amarok, Picasa...

    This is my case.

    I usually use a netbook, with 8.10, but all information is stored in a 8.10 machine, with a 1TB HDD (called TERA ).


    This are my (failed) lines of fstab

    Code:
    #//192.168.1.13/tera        /mnt/tera    smbfs   auto,exec,user,rw,nounix,iocharset=utf8,codepage=cp850,cp850    0    0
    #//192.168.1.13/tera        /mnt/tera    cifs              guest,rw,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
    //192.168.1.13/tera         /mnt/tera    cifs guest,iocharset=iso8859-7 0 0
    But no luck.

    ISSUES.

    I can found my /mnt/tera mounted unit but,

    a) Encoding is not correct. Look at this...

    papa@maggi:~$ ls /mnt/tera/
    00.Backup 05-Libros Mis Documentos
    00.Dibus de ?ngel 06.TG Mis formas
    01.Fotos 08.Libros Moralzarzal_22minutos_mpg4V2.avi
    02-Al Filo 10.HOUSE S05 pepe
    02.Juegos 11.Grey S05 RECYCLER
    02.Software 12.Mentalista S01 s1008100.exe
    03.Esc?ner 20.MoTeC System Volume Information
    03.M?sica $AVG8.VAULT$ Tux
    04-Pelis Mis archivos recibidos VTLT.pdf

    ... Yes, spanish has accents...

    b) If I type /mnt/tera/ on a terminal or either on Nautilus, I can find the mounted unit. But...I was expecting that a new unit as my / would appear into "Places". I don't know if could explain myself.

    I tried to read so huge post, but to be honest I did it diagonally. Sorry if answer is already on the post.

    Thank you so much for your help!!!

    Ahhh!! "TERA" is ntfs formatted.

    ^_Pepe_^

  9. #889
    Join Date
    Mar 2006
    Location
    Kitakyushu Japan
    Beans
    9,362
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Mount samba shares with utf8 encoding using cifs

    If you want the share to appear in places, you have to mount it in /media rather than /mnt like so:

    Code:
    //192.168.1.13/tera        /media/tera    cifs              guest,rw,iocharset=iso8859-7,file_mode=0777,dir_mode=0777 0 0
    Let me know if that does what you need.

  10. #890
    Join Date
    Jul 2007
    Location
    /earth/USA/WA/Spokane
    Beans
    299
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Mount samba shares with utf8 encoding using cifs

    I LOVE YOU!!! IT FINALLY WORKS OH GOD!! THANK YOU!!!!!!!!!!! Also a learned a lot, and I now what a netbios is Anyway again thank you for taking the time to write this.
    Ubuntu User # 17031
    Quote Originally Posted by RAV TUX View Post
    who needs support when you use Linux.
    Quote Originally Posted by asjdfwejqrfjcvm msz34rq33 View Post
    Open-Source: The power to create completely useless, but extremely cool, programs.

Page 89 of 137 FirstFirst ... 3979878889909199 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •