Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Mounting Windows shared directory system under the Linux     - Linux md5sum verify file integrity (Linux)

- PostgreSQL export table structure information (Database)

- MySQL TIMESTAMP and DATETIME (Database)

- Linux Troubleshooting: How to save the status of the SSH session is closed (Linux)

- Linux Getting Started tutorial: Ubuntu 14.04 in the installation Sogou Pinyin (Linux)

- Install Ubuntu 14.04 and Windows 8 / 8.1 dual-boot in UEFI mode (Linux)

- Oracle 11G R2 DataGuard structures (Database)

- Oracle11g CRS-0184 Problem Solving (Database)

- Lsblk command lists using Linux block device information (Linux)

- Learning C ++ Standard Template Library and data structures (Programming)

- What is a logical partition management LVM, how to use in Ubuntu (Linux)

- Linux Shell Scripting Interview Question (Linux)

- Linux Command - ps: a snapshot of the current process (Linux)

- SpringMVC the use of interceptors (Programming)

- Upgrade Goldengate 11.1.1.1.2 to 11.2.1.0.1 (Database)

- Linux / UNIX: Use the dd command to create a 1GB size binary (Linux)

- ASM Disk Space Check (Database)

- The first deployment of cross-platform operation Rafy record (Server)

- Differential test piece using MongoDB performance YCSB (Database)

- RedHat 6.5 installation and deployment Openfire (Server)

 
         
  Mounting Windows shared directory system under the Linux
     
  Add Date : 2016-06-22      
         
         
         
  By default, Linux server equipped with samba-client, but not installed samba-server. However, access to shared Windows system, installed samba-client on it.

[Root @ test ~] # rpm -qa | grep samba
samba-3.6.23-14.el6_6.x86_64
samba-client-3.6.23-14.el6_6.x86_64
samba-common-3.6.23-14.el6_6.x86_64
samba-winbind-clients-3.6.23-14.el6_6.x86_64
samba-swat-3.6.23-14.el6_6.x86_64
samba-winbind-devel-3.6.23-14.el6_6.x86_64
samba-winbind-3.6.23-14.el6_6.x86_64
samba-winbind-krb5-locator-3.6.23-14.el6_6.x86_64

Try to mount

[Root @ test ~] # mount -t cifs -o "username = domain \ user" //192.168.1.101/share / mnt / share

Common mistakes:

mount: wrong fs type, bad option, bad superblock on //dbxi2.sl.dxdbbackup/Backup_Mgo13,
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

You need to install cifs-utils

[Root @ test ~] # yum install cifs-utils

Remounting

[Root @ test ~] # mount -t cifs -o "username = domain \ user" //192.168.1.101/share / mnt / share

See mount specified host Windows systems to share

[Root @ test ~] # smbclient -L 192.168.1.101 -U domain \\ user


Enter domain \ user's password:

Domain = [domain] OS = [Windows Server 2008 R2 Standard 7601 Service Pack 1] Server = [Windows Server 2008 R2 Standard 6.1]

Sharename Type Comment

--------- ---- -------

ADMIN $ Disk Remote Admin

C $ Disk Default share

cdn Disk

D $ Disk Default share

dbbackup Disk

E $ Disk Default share

FTP Disk

iisbackup Disk

IPC $ IPC Remote IPC

MSSQL_REPL Disk

share Disk

tmp Disk

session request to 192.168.1.101 failed (Called name not present)

Domain = [domain] OS = [Windows Server 2008 R2 Standard 7601 Service Pack 1] Server = [Windows Server 2008 R2 Standard 6.1]

Server Comment

--------- -------

Workgroup Master

--------- -------
     
         
         
         
  More:      
 
- Why did not Oracle privileges can also log in with sysdba (Database)
- Understand the security restore accidentally deleted critical system files (Linux)
- Confrontation dragged Library - Web front-end encryption slow (Linux)
- Help you to see Linux system architecture type 5 Common Commands (Linux)
- Linux rename command usage in learning to modify the file name (Linux)
- Ora-00439: feature not enabled: managed standby (Database)
- Node.js developers must know four JavaScript concepts (Programming)
- The wrong in Linux: too many open files (Linux)
- JavaScript prototype and prototype chain and project combat (Programming)
- The virtual memory (Linux)
- Analysis JavaBean (Programming)
- How a lot of blocking malicious IP address in Linux (Linux)
- Zookeeper Rights Management and Quota Management (Server)
- Linux iptables: Composition Rules (Linux)
- MySQL monitoring tool -Innotop (Database)
- Linux OOM killer mechanism (Linux)
- CentOS 6.6 command-line automatic completion (Linux)
- Windows7 / 8 / 8.1 hard drive to install Ubuntu 14.04 dual system (Linux)
- Percona MySQL 5.6 semi-synchronous replication (Database)
- Oracle 11g How dataguard master repository to Oracle single instance data recovery (Database)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.