Kirjoittaja Aihe: Ongelmia samba ja nfs mountissa  (Luettu 1520 kertaa)

Bysmyyr

  • Käyttäjä
  • Viestejä: 212
    • Profiili
Ongelmia samba ja nfs mountissa
« : 02.02.09 - klo:19.57 »
Tavoitteena olisi saada jomman kumman avulla mountattu hakemisto johon voisi keepillä varmuuskopioida. Sambaan pääsee dolphinin netvork paikan kautta mutta ei pysty mounttaamaan. myöskään nfs ei mounttaudu herjaa tämmölstä:

kalle@kauttaja:~$ sudo mount -a
mount: wrong fs type, bad option, bad superblock on //majakka/samba/lappis/,
       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

mount: wrong fs type, bad option, bad superblock on 192.168.1.10:/home/nfs,
       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

fstab:

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sda1
UUID=fcbeb7b3-e0fe-4f55-95c8-57d54032ae3e /               ext3    relatime,erro$
# /dev/sda2
UUID=8411567c-de6a-40c3-bc44-a16b92bf6511 none            swap    sw           $
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0
//majakka/samba/lappis/ /mnt/varasto smbfs ucredentials=/etc/fstab.smbcred.serv$
192.168.1.10:/home/nfs /mnt/varasto nfs rsize=8192,wsize=8192,timeo=14,intr 0 0


Missähän vika?