staging.inyokaproject.org

Fehler beim Mounten

Status: Gelöst | Ubuntu-Version: Ubuntu 16.04 (Xenial Xerus)
Antworten |

Don_Ricardo_

Anmeldungsdatum:
18. März 2010

Beiträge: Zähle...

Hallo : was macht die Zeile >>192.168.178.1 << in meiner fstab

# /etc/fstab: static file system information.
#
#               mit gksudo gedit /etc/fstab   zum Ändern aufrufen
#               mit   sudo mount -a   updaten
#     eventuell mit   sudo update-grub  abschließen
#     
# Use 'blkid / lsblk' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
#                                      errors=remount-ro 0      1  /        
#                                      defaults =        0      2  alle Anderen 
#                                      rw,Sysid,dev,     0      0  keine Einhänge-Prüfung 
#                                      exec,auto, 
#                                      nouder,Async 
#    Fritz-Box 7490
//192.168.178.1/FRITZ.NAS /media/nils/fritzbox cifs defaults,nounix,credentials=/home/nils/.smbcredentials,uid=1000,gid=1000 0 0
#       Die Ubuntu-System 1TB Platte
# Wurzel /dev/sda6 bei Änderung auch in /boot/grup/grub.cfg >ersetzn
UUID=a81135a5-2d91-4a58-b6dc-1bf14b82cbff /              ext4    errors=remount-ro 0      1
# swap was on /dev/sda5 >> bei Änderung der UUID aüch in /etc/initramfs-tools/conf.d/resume
# ändern, dann noch sudo update-initramfs -u
UUID=7e19b71f-a520-40ff-8674-838086ac5507 none           swap    sw              0       0
#
# /Samba     was on /dev/sda1 during installation
UUID=e636d602-8c38-46e4-a4d0-569b0d44a0e4 /Samba         ext4    defaults        0       2
# /VM-images was on /dev/sda2 during installation
UUID=a63ffae1-b7c3-4d11-a2f6-77d0deb9dc29 /VM-images     ext4    defaults        0       2
# /backup was on /dev/sda4 during installation
UUID=4c0cde60-dcd8-4ad7-933a-4c3157ccefdd /backup        ext4    defaults        0       2
#
#     Die  700 Giga Bit Platte
# / was on /dev/sdb5 during installation
# UUID=534c98d5-d8cb-4cbf-965e-ce04c5162e78 /Wurzel-698     ext4    defaults        0     2	
# / was on /dev/sdb2 during installation
# UUID=d5accb20-a054-4f94-98ae-2a9245165d9e /backup-698     ext4    defaults        0     2
# / was on /dev/sdb3 during installation
# UUID=e2ba5011-030d-421f-9686-b8f9566ebc02 /Saveber-698    ext4    defaults        0     2
#
#
#     Die  80 Giga Bit Platte
# / was on /dev/sdb1 during installation
# UUID=882277b6-ebb3-4c7c-92af-d35e31cba796 /sdb1-80        ext4    defaults        0     2	
# / was on /dev/sdb2 during installation
# UUID=4029e9c9-89f0-4c1f-844e-94a5365d3366 /sdb2-80        ext4    defaults        0     2
#
#
#     Die Externe 2TB Sicherungs-Platte
# / Boot    was on /dev/sdc1 during installation
# UUID=2a2fff91-2ec3-42c0-885e-59d44e066732 /boot-Ex        ext4  defaults   0  2
# / swap    was on /dev/sdc2 during installation
# UUID=2a2fff91-2ec3-42c0-885e-59d44e066732 /swap-Ex        ext4  defaults   0  2
# / Wurzel was on /dev/sdc5 during installation
# UUID=5e42c804-c4bb-4e6d-84ae-b415bb32fee4 /Wurzel-Ex      ext4  defaults   0  2
#
# / Externe Sicherungs-Platte 2TB on /dev/sdc4
# UUID=3f8c8527-a3e7-48cb-b111-a90aef3bc74c /backup-Ex      ext4  defaults   0  2
#

Im momentanem Zustand erhalte ich auf der Befehl >> mount -a << den Fehler >> Unable to find suitable address .

Wenn ich die Zeile 192.168.178.1 deaktiviere endet der mount -a Befehl kommentarlos! siehe:

#//192.168.178.1/FRITZ.NAS /media/nils/fritzbox cifs defaults,nounix,credentials=/home/nils/.smbcredentials,uid=1000,gid=1000 0 0

wenn ich nur ein '/' vor der 192.168.178.1 setze antwortet der mount -a Befehl mit dem Fehler mount.cifs: bad nuc (/192.168.178.1/FRITZ.NAS) siehe:

/192.168.178.1/FRITZ.NAS /media/nils/fritzbox cifs defaults,nounix,credentials=/home/nils/.smbcredentials,uid=1000,gid=1000 0 0M

Hier noch eine Info: >>> vadder@linux:~$ [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS >>> BIOS

Ich habe eine > Fritz:Box < am System ; braucht die die 192...Zeile in der fstab ??

Es gibt eine Verzeichnis > /media/nils/fritzbox allerdings ohne Inhalt.

Don Ricardo

Don_Ricardo_

(Themenstarter)

Anmeldungsdatum:
18. März 2010

Beiträge: Zähle...

Hallo habe hier noch eine brauchbare Info gefunden !

vadder@linux:~$ smbclient -L //192.168.178.1/
WARNING: The "syslog" option is deprecated
Enter vadder's password: 
Connection to 192.168.178.1 failed (Error NT_STATUS_CONNECTION_REFUSED)
vadder@linux:~$ 

Don Ricardo

Antworten |