On 24-09-16 20:41, ellanios82 wrote:
On 09/24/2016 06:38 PM, Bernhard Voelker wrote:
On 09/24/2016 01:47 PM, ellanios82 wrote:
mount -t ext4 /dev/sdb2 /mnt_cron
now, the command mount fails to mount on /mnt_cron ,
however the command mount does mount ok on /mnt When reporting such things, please always include the output of the command failing - it usually will give *the* hint what went wrong.
Have a nice day, Berny
- thanks Berny : What would be Syntax of appropriate command , to learn output of the command failing ?
When a command fails, copy the command AND the output you may want to leave some things out but never leave out important stuff i.e. (line numbers added): 1 opensuse:/home/luuk # mount -o user=luuk //nas/nfs /mnt/nfs 2 Password for luuk@//nas/nfs: ******* 3 mount error(13): Permission denied 4 Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) 5 opensuse:/home/luuk # 6 opensuse:/home/luuk # man mount.cifs(8) 7 bash: syntax error near unexpected token `(' never leave out line 3, it has the eror never: post before reading the man-page (line#4: Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)) know what you are doing .... lines 6 and 7 ...... :) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org