On Sat, 9 Jul 2016 13:39:54 -0700
Bill Barry <[email protected]> dijo:

>With that knowledge the mount command would be closer to
>
>mount -t cifs //synology.local/synology/  /mnt --verbose -o
>user=username
>
>where I still don't know the username and /mnt should already exist or
>you need to create it.

I don't want it in /mnt; I created a folder 'Synology' for it
in /media/jjj. And my username is jjj, so here is what I tried:

jjj@Devil-Bonobo:/media/jjj$ sudo mount -t
        cifs //synology.local/synology/  /media/jjj/Synology/ --verbose
        -o user=jjj 
        mount: wrong fs type, bad option, bad superblock
        on //synology.local/synology/, missing codepage or helper
        program, or other error (for several filesystems (e.g. nfs,
        cifs) you might need a /sbin/mount.<type> helper program) In
        some cases useful info is found in syslog - try dmesg | tail
        or so

Here is dmesg | tail:

jjj@Devil-Bonobo:/media/jjj$ dmesg |tail
[1712384.173773] FAT-fs (loop0): Can't find a valid FAT filesystem
[1712384.173880] UDF-fs: warning (device loop0): udf_load_vrs: No VRS
        found 
[1712384.173883] UDF-fs: warning (device loop0): udf_fill_super:
        No partition found (2) 
[1712485.836659] EXT4-fs (loop0): VFS: Can't
        find ext4 filesystem 
[1712712.077709] EXT4-fs (loop0): VFS:
        Can't find ext4 filesystem 
[1714942.416884] FS-Cache: Netfs
        'cifs' registered for caching 
[1714942.416936] Key type
        cifs.spnego registered 
[1714942.416941] Key type cifs.idmap
        registered 
[1722458.249354] Unable to determine destination
        address. 
[1722529.390614] Unable to determine destination
        address.

Because of the destination address error messages I tried
just /media/jjj, then just /media, and still got the destination error
messages. But then I tried /mnt and the destination error messages from
the mount command went away (although still generated in dmesg and
syslog). What is up with that? Why can't I mount it where I want to
mount it? 

And even trying /mnt I still got these error messages from the mount
command:

mount: wrong fs type, bad option, bad superblock
        on //synology.local/synology/, missing codepage or helper
        program, or other error (for several filesystems (e.g. nfs,
        cifs) you might need a /sbin/mount.<type> helper program)
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

And dmesg still adds an error message about the destination, which is
also echoed in syslog. (Syslog is easier to read because it gives you a
human-readable date/time.)
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to