Using Ubuntu too card, how to extend storage to Ubuntu?Principle: You need to format the storage into some kind of file system and mount it in a directory before it takes effect.Step: Format (file system), Mount (directory)1. Turn Ubuntu off, on the Vmvare home page, click Extensions, manually expand to the storage size that you think of, I set the 100G2. Click Virtual Machine > Snapshot > Take Snapshot (when Ubuntu is damaged or you want to revert to the previous state, you can choose to restor
The computer is a Windows 7 and Ubuntu dual system. Today, I split the Windows hard drive into a new partition. I found that there was nothing in the media folder of the original win7 hard drive. So I searched for the online materials and learned that I needed to re-mount the hard drive.
Sudo fdisk-L # view partition information sudo Su # enter the root user (SUDO has no right) # Make directory under 'media' mkdir/Media/researchmkdir/Media/c_diskmkdir/Media/non_study # mount the disk to the med
: Mount the disk (attach a disk to the specified directory)
Umount: Unmount disk
Eject: Eject optical drive
Example 1:eject Eject optical driveExample 2: Uninstalling the optical drive using the UMOUNT directiveExample 3: Mount the system to the/mnt/cddisk folder using the Mount commandExpansion case: How to mount a USB flash drive① use DF command to view the USB stick device directory, generally/DEV/SDB1② Create a directory, create a Udisk folder in the/mnt directory③ using the Mou
192.168.0.0/24OK then configure the/data folder permissions to NFS read and writeChown-r Nfsnobody.nfsnobody/dataFor clientClient needs to install RPC serviceYum Install Rpcbind-yStart the RPC and set the boot-on self-boot/etc/init.d/rpcbind Startchkconfig Rpcbind onCheck to see if the server can be accessedSHOWMOUNT-E 192.168.0.151Export list for 192.168.0.151:/data 192.168.0.0/24Mount NFS to a local folderMount-t NFS 192.168.0.151:/data/shareExecut
has been using the VMware Tools mount, found a lot of problems, tossing the most days to give up, now using Mount mount, found much simplerFirst, add the Windows folder you need to share, right-clickRemember to choose everyone and an administrator, has been trying to use the login administrator, but has not been, the internet said that the request to create a new administrator to do the mount, forget the direct use of EveryoneSecond, let everyone do not need a passwordOK, it's starting to mount.
1. Linux Mount Winodws shared folderMount-t cifs-o username=name,password=123//172.16.3.56/d/guaizai2. View the number of concurrent requests for HTTP and their TCP connection status:Netstat-an | awk '/^tcp/{s[$NF]++}end{for (a in s) print A,s[a]} '3, with tcpdump sniffing 80 port access to see who the highestTcpdump-i ETH0-TNN DST Port 80-c 100 | Awk-f "." ' {print $ '. $ "." $ "." $4} ' | Sort | uniq-c |4, view the current system per IP connection n
Yum is a front-end tool for RPM, and the Yum command helps us automatically resolve dependencies between installing RPM packages. Here are the steps to build a local yum warehouse:1. Mount the disc (CD-ROM ) Centos-6.5-x86_64-bin-dvd2.iso )Mount/dev/cdrom1/mediaLS a bit/media this directory, you can see the following content650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/30/78/wKiom1On6-2w7qeNAAFeysXZ7ds790.jpg "title=" 1.jpg " alt= "Wkiom1on6-2w7qenaafeysxz7ds790.jpg"/>2. Create a lo
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.