0 Members and 3 Guests are viewing this topic.
sudo mount -t cifs //192.168.2.4/multimedia /mnt/freenas/multimedia -o username=graeme,password=your-Mint-password,iocharset=utf8,file_mode=0777,dir_mode=0777
graeme@Linux1 ~ $ sudo mount -t cifs //192.168.2.4/multimedia /mnt/freenas/multimedia -o username=graeme,password=your-Mint-password,iocharset=utf8,file_mode=0777,dir_mode=0777[sudo] password for graeme: mount error(22): Invalid argumentRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)
sudo mount -t cifs //192.168.2.4/multimedia /mnt/freenas/multimedia -o user=graeme,pass=your-Mint-password,file_mode=0777,dir_mode=0777
Bet your wishing you never offered to help me
password=arg specifies the CIFS password. If this option is not given then the environment variable PASSWD is used. If the password is not specified directly or indirectly via an argument to mount, mount.cifs will prompt for a password, unless the guest option is specified. Note that a password which contains the delimiter character (i.e. a comma ',') will fail to be parsed correctly on the command line. However, the same password defined in the PASSWD environment variable or via a credentials file (see below) or entered at the password prompt will be read correctly.
sudo mount -t cifs //linkstation/share /mnt/Linkstation/info -o username=mint,password=mint,iocharset=utf8,dir_mode=0777,file_mode=0777
sudo mount -t cifs //linkstation/share /mnt/Linkstation/info -o username=mint,password=mint,iocharset=utf8,dir_mode=0777,file_mode=0777
sudo mount -t cifs //192.168.2.4/multimedia /mnt/freenas/multimedia -o username=graeme,password=CHANGE_ME,iocharset=utf8,dir_mode=0777,file_mode=0777
ls -a /mnt/freenas/multimedia