上周五公司停电,这周回来上班后发现公司SMB服务器无法访问,SSH到服务器,df一下,发现挂载记录丢失,如下图,正常情况下应该有一条/dev/sdb1挂载在mnt的记录。既然挂载丢失,手动挂载一下下,mount/dev/sdb1/mnt可恢复访问,但服务器重启后现象依旧,难道自动挂载记录也丢失了..
分类:
其他好文 时间:
2014-05-27 04:02:06
阅读次数:
818
mount-tcifs-ousername=administrator,password=123//$IP//mnt
Refertothemount.cifs(8)manualpage(e.g.manmount.cifs)记住共享的是一个文件夹,不是一个文件
分类:
其他好文 时间:
2014-05-27 03:11:02
阅读次数:
286
设置归档模式(mount状态)ALTER database
ARCHIVELOG;//关闭数据库shutdown immediate//启动数据库到mount状态startup mount alter database
archivelog;//查看归档状态archive log list;SQL>...
分类:
数据库 时间:
2014-05-23 23:45:05
阅读次数:
441
第二章 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
-t详细选项:光盘或光盘镜像:iso9660DOS fat16文件系统:msdosWindows 9x
fat32文件系统:vfatWindows NT ntfs文件系统:ntfsMount
Windows文件网络共享:smbfs(需内核支持)推荐cifsUNIX(LINUX)文件网络共享:nfs-...
分类:
其他好文 时间:
2014-05-22 04:20:52
阅读次数:
243
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
挂载文件系统与卸载文件系统 mount / umount NO1. 挂载光驱
[root@rehat root]# mount -t iso9660 /dev/cdrom /mnt/cdrom NO2. 挂载光驱,支持中文
[root@rehat root]# mount -t iso9660 -o...
分类:
系统相关 时间:
2014-05-16 00:47:03
阅读次数:
407