通过挂载的方式在原有目录或新建目录改造
如:
[root@luozhonghua /]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_luozhonghua-lv_root
21G 4.1G 16G ...
分类:
其他好文 时间:
2014-09-21 03:10:10
阅读次数:
176
直接修改原本的目录暂时没找到办法,但可以通过挂载的方式在原有目录或新建目录改造
如:
[root@luozhonghua /]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_luozhonghua-lv_root
...
分类:
其他好文 时间:
2014-09-14 23:40:47
阅读次数:
290
注意: 在SD的使用中需要加入以下权限: 思路:
1、在SD卡存在可用的前提下拍摄照片。
Environment.getExternalStorageState().equals(Environment.MEDIA_MOUNTED) // 获取SD卡状态,并且值为Environment.MEDIA_...
分类:
其他好文 时间:
2014-09-11 16:41:43
阅读次数:
174
注:红色部分表示相关命令1、查看数据盘 在没有分区和格式化数据盘之前,使用 “df –h”命令,是无法看到数据盘的,可以使用“fdisk -l”命令查看 #df -h Filesystem Size Used Avail Use% Mounted on /dev/xvda1 2...
分类:
系统相关 时间:
2014-09-03 16:36:26
阅读次数:
309
一:问题描述备份控制文件时报错:RMAN>restorecontrolfilefrom'/home/oracle/backup/PROD_32_20140829.bak';Startingrestoreat29-AUG-14usingchannelORA_DISK_1RMAN-00571:=====...
分类:
数据库 时间:
2014-08-29 12:54:57
阅读次数:
450
移植文件系统时,我们可能会遇到这个问题:
VFS: Mounted root (cramfs filesystem) readonly on device 31:3.
Freeing unused kernel memory: 176K (c0616000 - c0642000)
Kernel panic - not syncing: Attempted to kill init! exit...
分类:
其他好文 时间:
2014-08-28 00:55:38
阅读次数:
936
安装GI,在执行root.sh时报错:Disk Group CRSDG creation failed with the following message:ORA-15018: diskgroup cannot be createdORA-15017: diskgroup "CRSDG" cann...
分类:
数据库 时间:
2014-08-22 01:34:15
阅读次数:
656
关于CRS自动重启实验
一.检查ASM
[root@rac1 ~]# /etc/init.d/oracleasm status
Checking if ASM is loaded: yes
Checking if /dev/oracleasm is mounted: yes
[root@rac1 ~]# /etc/init.d/oracleasm listdisks
ASM01...
分类:
其他好文 时间:
2014-08-21 17:17:24
阅读次数:
315
root@db:/#mount node mounted mounted over vfs date options-------- --------------- --------------- ------ ------------ --------------- /dev/hd4 / jfs2...
分类:
其他好文 时间:
2014-08-20 22:24:43
阅读次数:
419
一 获取sd 卡文件1 manifest文件中权限设置 2 判断sd卡是否存在 boolean sdCardExit = Environment.MEDIA_MOUNTED.equals(Environment.getExternalStorageState()); 3 获取根路径 sdDir...
分类:
其他好文 时间:
2014-08-20 21:06:12
阅读次数:
256