Mount windows partitions in linux

Source: Internet
Author: User
Tags windows 5
Mount windows partitions in linux-general Linux technology-Linux technology and application information. For more information, see the following section. I want to mount windows partitions in the local LAN to my linux, but I don't know where the problem is? The following is my operation record. I am very grateful for the expert's help.
[Jia @ www samba] $ smbclient-L // 192.168.1.3
Enter jia's password:
Session request to 192.168.1.3 failed (Called name not present)
Session request to 192 failed (Called name not present)
Domain = [LANGHUN1] OS = [Windows 5.1] Server = [Windows 2000 LAN Manager]

Sharename Type Comment
--------------------
Local Disk (J) Disk
IPC $ IPC remote IPC
Local Disk (I) Disk
Print $ Disk Printer Driver
EPSONSty Printer EPSON Stylus Photo R290 Series
Local Disk (E) Disk
Local Disk (G) Disk
Local Disk (F) Disk
Local Disk (D) Disk
Local Disk (H) Disk
Generic1 Printer Generic 16BW-5
Session request to 192.168.1.3 failed (Called name not present)
Session request to 192 failed (Called name not present)
Domain = [LANGHUN1] OS = [Windows 5.1] Server = [Windows 2000 LAN Manager]

Server Comment
----------------

Workgroup Master
----------------
[Jia @ www samba] $ sudo mount-t cifs // 192.168.1.3/Local disk (E)/media/5
Bash: syntax error near unexpected token '('
[Jia @ www samba] $ sudo mount-t cifs // 192.168.1.3/Local disk \ (E \)/media/5
[Sudo] password for jia:
Usage: mount-V: print version
Mount-h: print this help
Mount: list mounted filesystems
Mount-l: idem, including volume labels
So far the informational part. Next the mounting.
The command is 'mount [-t fstype] something somewhere '.
Details found in/etc/fstab may be omitted.
Mount-a [-t |-O]...: mount all stuff from/etc/fstab
Mount device: mount device at the known place
Mount directory: mount known device here
Mount-t type dev dir: ordinary mount command
Note that one does not really mount a device, one mounts
A filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
Mount -- bind olddir newdir
Or move a subtree:
Mount -- move olddir newdir
One can change the type of mount containing the directory dir:
Mount -- make-shared dir
Mount -- make-slave dir
Mount -- make-private dir
Mount -- make-unbindable dir
One can change the type of all the mounts in a mount subtree
Containing the directory dir:
Mount -- make-rshared dir
Mount -- make-rslave dir
Mount -- make-rprivate dir
Mount -- make-runbindable dir
A device can be given by name, say/dev/hda1 or/dev/cdrom,
Or by label, using-L label or by uuid, using-U uuid.
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For more details, say man 8 mount.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.