mount-tcifs-ousername=administrator,password=123//$IP//mnt
Refertothemount.cifs(8)manualpage(e.g.manmount.cifs)记住共享的是一个文件夹,不是一个文件
分类:
其他好文 时间:
2014-05-27 03:11:02
阅读次数:
286
arm-linux-gcc -static -o lcd_show
lcd_show.csudo mount -o loop initrd.img XXX (XXX -- your mount directory)sudo cp
lcd_show XXX/bin/sudo umount XXXsky...
分类:
其他好文 时间:
2014-05-26 14:39:56
阅读次数:
281
第二章 ASM INSTANCE
ASM实例类型:
10g以后ORACLE instance 类型增加了一种ASM类型,参数INSTANCE_TYPE=ASM进行设置。
ASM实例启动命令:
startup nomount启动实例和后台进程,但没有挂载磁盘组
mount以后,实例会启动参数文件中ASM_DISKGROUPS指定的磁盘组,如果参数为空就会触发ORA-15110报错...
分类:
数据库 时间:
2014-05-23 02:22:20
阅读次数:
405
格式:
mount -t cifs //IP/share-folder /mnt-point -o username=your-username,passwd=your-password
[root@client mnt]# mount -t cifs //192.168.230.1/f /mnt/share/ -o username=***,passwd=***
[root@clien...
-t详细选项:光盘或光盘镜像:iso9660DOS fat16文件系统:msdosWindows 9x
fat32文件系统:vfatWindows NT ntfs文件系统:ntfsMount
Windows文件网络共享:smbfs(需内核支持)推荐cifsUNIX(LINUX)文件网络共享:nfs-...
分类:
其他好文 时间:
2014-05-22 04:20:52
阅读次数:
243
设备:一台服务器和一台客户端,这里我们把装在PC机上的RedHat作为服务器,而客户端则是嵌入式linux开发板。环境:开发板已启动,连接好串口和网线,串口用于下发命令控制开发板,网线则用于NFS1、确认Redhat上装好了NFS软件包,在终端输入[root@localhostexamples]#r...
分类:
系统相关 时间:
2014-05-22 03:16:09
阅读次数:
402
AIX访问LinuxNFS共享错误案例系统环境:操作系统:RedHatEL4、AIX5.3错误现象:Linux作为NFSServer,AIXhost作为NFSClient;[root@aix211/]#mount/backupmount:givingupon:bksrv:/backup/cuug11/storage21vmount:NotownerNFSServer配置:[root@rhel152~]#cat/etc/hosts192.1688..
分类:
系统相关 时间:
2014-05-21 02:05:11
阅读次数:
397
客户报不能挂载存储,系统异常。登陆系统,尝试手动mount分区,报失败。进入挂载点,尝试写入一个文件,报磁盘空间不足,首先怀疑是系统磁盘空间满:$df
Filesystem1K-blocksUsedAvailableUse%Mountedon
/dev/xvda33030016104077802262223632%/
tmpfs36874803687480%/lib/init..
分类:
系统相关 时间:
2014-05-21 01:16:21
阅读次数:
401
1、卸载原有存储umount/home/weishaostore/2、查看iSCSIsession信息iscsiadm-msession3、设置InitiatorNamevim/etc/iscsi/initiatorname.iscsiInitiatorName=iqn.2014-05.com.ruijie.whistle:whistle-100.e7839d5100InitiatorName=iqn.2014-05.com.ruijie.whistle:whistle-150...
分类:
系统相关 时间:
2014-05-20 22:22:40
阅读次数:
492