/dev/sdb1 is apparently in use by the system; will not make a filesystem here!
/dev/hdb1 is apparently in use by the system; will not make a filesystem here!解決方法
[root@localhost ~]# mkfs.ext3 /dev/sdb1
mke2fs 1.39 (20-May-2013)
/dev/hdb1 is apparently in use by the system; will not make a filesystem here!
[root@localhost ~]# mkfs.ext3 /dev/sdb1
mke2fs 1.39 (20-May-20013)
/dev/hdc1 is apparently in use by the system; will not make a filesystem here!
解決方法:
[root@localhost ~]# dmsetup status
pdc_c jehibeegp1:0 160086465 linear
pdc_c jehibeeg:0 320172800 striped 2 3:64 22:0 1 AA
[root@localhost ~]# dmsetup remove_all
[root@localhost ~]# dmsetup status
No devices found
[root@localhost ~]# mkfs.ext3 /dev/sdb1
mke2fs 1.39 (20-May-2013)
/dev/hdb1 is apparently in use by the system; will not make a filesystem here!
[root@localhost ~]# mkfs.ext3 /dev/sdb1
mke2fs 1.39 (20-May-20013)
/dev/hdc1 is apparently in use by the system; will not make a filesystem here!
解決方法:
[root@localhost ~]# dmsetup status
pdc_c jehibeegp1:0 160086465 linear
pdc_c jehibeeg:0 320172800 striped 2 3:64 22:0 1 AA
[root@localhost ~]# dmsetup remove_all
[root@localhost ~]# dmsetup status
No devices found
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29065182/viewspace-1174000/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 解決"/dev/sdX is apparently in use by the systemwill not make a filesystem here"devAPP
- /dev/root filesystem full-unable to log into server-This thread has been closeddevServerthread
- cannot use '/dev/da1': must be a block device or regular filedevBloC
- Error: pngquant failed to build, make sure that libpng-dev is installedErrorAIUIdev
- Minimum Requirements to Use Export DataPump and IMP(System Privileges)_351598.1UIREMExport
- ORA-01552: cannot use system rollback segment for non-system tablespace 'USERS'錯誤解決
- ORA-01552: cannot use system rollback錯誤解決方法
- tune2fs -i 0 -c 0 /dev/sdb1 取消磁碟自檢是寫那個linux配置檔案devLinux
- [Shell] monitor filesystem
- Oracle開發誤區(here)Oracle
- Right here waitingAI
- /dev/null Read-only file system 系統無法啟動薦devNull
- PHP Filesystem 簡介PHP
- 借人氣問問:tune2fs -i 0 -c 0 /dev/sdb1 取消磁碟自檢是寫修改linux配置檔案devLinux
- 利用HERE Document攜帶C原始碼原始碼
- Make 使用
- Make It Zero
- linux下/dev/shm的大小引發ORA-00845: MEMORY_TARGET not supported on this systemLinuxdev
- 【轉載】Kano Model — Ways to use it and NOT use it
- ./configure,make,make install的作用
- BEA dev2dev 線上dev
- Mount: you must specify the filesystem type
- 3.linux monitor filesystemLinux
- Difference between 2>&-, 2>/dev/null, |&, &>/dev/null, >/dev/null, 2>&1devNull
- NDK的坑爹問題make: *** No rule to make target
- the "in" use in mysqlMySql
- nginx useNginx
- Make 命令教程
- make與cmake
- JBoss部署啟動後報錯“Apparently wrong driver class specified for URL”APP
- oracle hint_use_concat_use_nl_with_indexOracleIndex
- 無法寫入檔案 Filesystem
- [Shell] Monitor filesystem usage & delete expire filedelete
- busybox filesystem add ldd functionFunction
- /dev/zero和/dev/null的區別devNull
- /dev/shmdev
- DEV dxTabbedMDIManagerdev
- Linux 的./configure,make,make install的作用Linux