Info Tentang remote windows partition (windows share) under Linux Update Terbaru 2017 Gratis

Sedikit Info Seputar remote windows partition (windows share) under Linux Terbaru 2017 - Hay gaes kali ini team Senyawa Android, kali ini akan membahas artikel dengan judul remote windows partition (windows share) under Linux, kami selaku Team Senyawa Android telah mempersiapkan artikel ini untuk sobat sobat yang menyukai Senyawa Android. semoga isi postingan tentang Artikel Hacker, yang saya posting kali ini dapat dipahami dengan mudah serta memberi manfa'at bagi kalian semua, walaupun tidak sempurna setidaknya artikel kami memberi sedikit informasi kepada kalian semua. ok langsung simak aja sob
Judul: Berbagi Info Seputar remote windows partition (windows share) under Linux Full Update Terbaru
link: remote windows partition (windows share) under Linux
"jangan lupa baca juga artikel dari kami yang lain dibawah"

Artikel Terbaru remote windows partition (windows share) under Linux Update Terlengkap 2017

remote windows partition (windows share) under Linux
All files accessible in a Linux (and UNIX) system are arranged in one big tree, the file hierarchy, rooted at /. These files can be spread out over several devices. The mount command serves to attach the file system found on some device to the big file tree.

Use the mount command to mount remote windows partition or windows share under Linux as follows:

Procedure to mount remote windows partition (NAS share)

1) Make sure you have following information:
=> Windows username and password to access share name
=> Sharename (such as //server/share) or IP address
=> root level access on your Linux system

2) Login to Linux as a root user (or use su command)

3) Create the required mount point:

Code:
[randy@server ~]# mkdir -p /mnt/ntserver

4) Use the mount command as follows:

Code:
[randy@server ~]# mount -t cifs //ntserver/download -o username=admins,password=MyPassword /mnt/ntserver

Use following command if you are using Old version such as RHEL <=4 or Debian <= 3:

Code:
# mount -t smbfs -o username=yourusername,password=Yourpasswd //ntserver/download /mnt/ntserver

5) Access Your Windows 2003/2000/NT share using cd and ls command:

Code:
[randy@server ~]# cd /mnt/ntserver; ls -l

Note:
-t smbfs : File system type to be mount (outdated, use cifs)
-t cifs : File system type to be mount
-o : are options passed to mount command, in this example I had passed two options. First argument is password (vivek) and second argument is password to connect remote windows box
//ntserver/download : Your Windows 2000/NT share name
/mnt/ntserver Linux mount point (to access share after mounting)

Enjoy !!!

Itulah sedikit Artikel remote windows partition (windows share) under Linux terbaru dari kami

Semoga artikel remote windows partition (windows share) under Linux yang saya posting kali ini, bisa memberi informasi untuk anda semua yang menyukai Senyawa Android. jangan lupa baca juga artikel-artikel lain dari kami.
Terima kasih Anda baru saja membaca Artikel Tentang remote windows partition (windows share) under Linux

Related Posts :