Search:

Type: Posts; User: shanti; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    206
    Views
    162,017

    Re: how to: automatically umount cifs partitions

    Probably you forgot the point at the end, i.e.


    sudo update-rc.d umountcifs stop 02 0 6 #wrong
    sudo update-rc.d umountcifs stop 02 0 6 . #ok


    But as for previous suggestions, you may...
  2. Replies
    206
    Views
    162,017

    Re: how to: automatically umount cifs partitions

    Did you get an error?
  3. Replies
    206
    Views
    162,017

    Re: how to: automatically umount cifs partitions

    You may use update-rc.d to simplify the installation:



    gunzip umountcifs.gz && chmod +x umountcifs

    sudo cp umountcifs /etc/init.d/

    sudo update-rc.d umountcifs stop 02 0 6 .
Results 1 to 3 of 3