码迷,mamicode.com
首页 >  
搜索关键字:mount disk    ( 6755个结果
mount 远程目录
在源机器:vi/etc/exports/var/pnalog/smart-connect seldsrse(rw)/etc/init.d/nfsserver restartrpcinfo -pshowmount -e在mount机器:mount -t nfs 192.168.0.10:/var/pn...
分类:其他好文   时间:2014-10-13 17:30:29    阅读次数:201
mount命令汇总
(一)挂接命令(mount) 首先,介绍一下挂接(mount)命令的使用方法,mount命令参数非常多,这里主要讲一下今天我们要用到的。 命令格式: mount [-t vfstype] [-o options] device dir 其中: 1.-t vfstype 指定文件系统的类型...
分类:其他好文   时间:2014-10-13 13:36:49    阅读次数:185
[io benchmark]常用磁盘基准/压力测试工具
Unix Disk I/O Benchmarksfio- NEW!fio is an I/O tool meant to be used both for benchmark and stress/hardware verification. It has support for 13 differ...
分类:其他好文   时间:2014-10-13 12:54:49    阅读次数:552
linux访问windows共享
假设windows机器上有个共享文件夹"share",ip地址为xxxx,用户名:administrator,密码:0000则在linux上访问"share"文件夹为:格式一:mount-tcifs-ousername=administrator,password=0000//xxxx/share/home/win_share格式二:mount-tcifs//xxxx/share/home/win_share-ousername=..
分类:Windows程序   时间:2014-10-13 11:51:00    阅读次数:209
android 无法开机的uart log浅析
类似complex R/W mem test fail 在preloader阶段挂掉,请和弊司联系; [SD0] DAT CRC error,请打patch:ALPS00787669; NAND项目: init: command r=-1 ' mount ubifs ubi@system /system wait' init: command r=-1 ' mount ubifs ubi@...
分类:移动开发   时间:2014-10-12 23:52:08    阅读次数:399
Oracle更改字符集
查看字符集 select userenv('language') from dual; 修改字符集(逐条执行即可) sqlplus  "/as sysdba"; shutdown immediate; startup mount; alter system enable restricted session; alter system set job_queue_pr...
分类:数据库   时间:2014-10-12 17:41:08    阅读次数:227
阿里云 CenterOS 安装mysql java tomcat gcc nginx步骤
由于公司需要,申请了一台阿里云服务器,购买的过程很简单。买完后系统就安装好了,可以直接使用。在使用的过程中遇到了些问题,再次记录一下。   我用的操作系统是centos 5.4 32位的。   1、磁盘挂载   初始化按照后只有一个系统盘,没有数据盘。所以第一步要挂在数据盘。   可以用  fdisk -l|grep Disk  查看你的系统有几块盘...
分类:数据库   时间:2014-10-12 09:42:17    阅读次数:327
TEXT和BLOB区别
Instances of BLOB or TEXT columns in the result of a query that is processed using a temporary table causes the server to use a table on disk rather t...
分类:其他好文   时间:2014-10-11 20:55:46    阅读次数:384
mount命令详解
命令格式: mount [-t vfstype] [-o options] device dir 其中: 1.-t vfstype 指定文件系统的类型,通常不必指定。mount 会自动选择正确的类型。常用类型有: 光盘或光盘镜像:iso9660 DOS fat16文件系统:msdos W...
分类:其他好文   时间:2014-10-11 20:45:56    阅读次数:343
linux 硬盘挂载以及添开机启动
今天挂载4台机器采用都是同一个方法。查看硬盘区号fdisk-l进行分区fdisk/dev/sdb跟着默认大小走就可以了fdisk-l格式化成ext4文件mkfs.ext4/dev/xvdbls挂载mount/dev/xvdb/media/cd/home/lslsdf-Thcd/media/lscd/home/du-shlcd/media/lscdumount/media/mount/dev/xvdb/home/df-T..
分类:系统相关   时间:2014-10-11 19:19:16    阅读次数:284
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!