• [^] # Re: chez moi

    Posté par . En réponse au message [résolu] monter un dossier de partage windows via /etc/fstab (distribution slitaz). Évalué à 1. Dernière modification le 14 mars 2015 à 02:11.

    sudo mount -t cifs -o guest ⁄⁄192.168.1.10⁄fab ⁄media⁄fab marche sous kubuntu
    mais gksu mount -t cifs -o guest ⁄⁄192.168.1.10⁄fab ⁄mnt/fab marche pas sous slitaz:

    fab@slitaz:~$ mount: option requires an argument -- 'o'
    Command line: mount -t cifs -o 
    BusyBox v1.18.4 (2012年03月14日 03:32:25 CET) multi-call binary.
    Usage: mount [OPTIONS] [-o OPTS] DEVICE NODE
    Mount a filesystem. Filesystem autodetection requires /proc.
    Options:
     -a Mount all filesystems in fstab
     -i Don't run mount helper
     -r Read-only mount
     -w Read-write mount (default)
     -t FSTYPE Filesystem type
     -O OPT Mount only filesystems with option OPT (-a only)
    -o OPT:
     loop Ignored (loop devices are autodetected)
     [a]sync Writes are [a]synchronous
     [no]atime Disable/enable updates to inode access times
     [no]diratime Disable/enable atime updates to directories
     [no]relatime Disable/enable atime updates relative to modification time
     [no]dev (Dis)allow use of special device files
     [no]exec (Dis)allow use of executable files
     [no]suid (Dis)allow set-user-id-root programs
     [r]shared Convert [recursively] to a shared subtree
     [r]slave Convert [recursively] to a slave subtree
     [r]private Convert [recursively] to a private subtree
     [un]bindable Make mount point [un]able to be bind mounted
     bind Bind a file or directory to another location
     move Relocate an existing mount point
     remount Remount a mounted filesystem, changing flags
     ro/rw Same as -r/-w
    There are filesystem-specific -o flags.