安装windows server系统提示“无法在此驱动器上安装windows”的解决办法 2015-01-24 来源:网络 字号:大 中 小 我要评论 收藏本文
现在服务器的硬盘都比较大,经常会超过2TB。所以安装系统的时候经常会出现一些新的问题。 1,安装windows server 2008r2/2012r2时提示:无法在此驱动器上安装windows。 复制代码 代码如下:diskpart (启动diskpart程序) list disk (列出现有的磁盘,一般合并后为一个disk0) select disk 0(这里根据实际情况选择你要清除残留信息的磁盘) clean (清除所选磁盘残留信息,注意所有的数据也将丢失) 然后就可以像平时安装windows那样进行安装了。 2,超过2TB的硬盘不能划分为一个分区。 这是因为BIOS引导下默认MBR分区格式最大只能支持到2.1TB,超过了就不能划分为一个分区。需要更改为UEFI格式引导,采用GPT分区格式。 3,GPT分区格式磁盘不能建立扩展分区,不能建立逻辑分区。 这是因为GPT分区本身不支持扩展分区和逻辑分区。但GPT分区格式windows下支持最多128个主分区肯定是够用了。所以直接分区主分区就好了。
复制代码 代码如下:Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\Administrator>diskpart Microsoft DiskPart version 6.1.7601 Copyright (C) 1999-2008 Microsoft Corporation. On computer: XXXYYY DISKPART> help Microsoft DiskPart version 6.1.7601</p> <p>ACTIVE - Mark the selected partition as active. ADD - Add a mirror to a simple volume. ASSIGN - Assign a drive letter or mount point to the selected volume. ATTRIBUTES - Manipulate volume or disk attributes. ATTACH - Attaches a virtual disk file. AUTOMOUNT - Enable and disable automatic mounting of basic volumes. BREAK - Break a mirror set. CLEAN - Clear the configuration information, or all information, off the disk. COMPACT - Attempts to reduce the physical size of the file. CONVERT - Convert between different disk formats. CREATE - Create a volume, partition or virtual disk. DELETE - Delete an object. DETAIL - Provide details about an object. DETACH - Detaches a virtual disk file. EXIT - Exit DiskPart. EXTEND - Extend a volume. EXPAND - Expands the maximum size available on a virtual disk. FILESYSTEMS - Display current and supported file systems on the volume. FORMAT - Format the volume or partition. GPT - Assign attributes to the selected GPT partition. HELP - Display a list of commands. IMPORT - Import a disk group. INACTIVE - Mark the selected partition as inactive. LIST - Display a list of objects. MERGE - Merges a child disk with its parents. ONLINE - Online an object that is currently marked as offline. OFFLINE - Offline an object that is currently marked as online. RECOVER - Refreshes the state of all disks in the selected pack. Attempts recovery on disks in the invalid pack, and resynchronizes mirrored volumes and RAID5 volumes that have stale plex or parity data. REM - Does nothing. This is used to comment scripts. REMOVE - Remove a drive letter or mount point assignment. REPAIR - Repair a RAID-5 volume with a failed member. RESCAN - Rescan the computer looking for disks and volumes. RETAIN - Place a retained partition under a simple volume. SAN - Display or set the SAN policy for the currently booted OS. SELECT - Shift the focus to an object. SETID - Change the partition type. SHRINK - Reduce the size of the selected volume. UNIQUEID - Displays or sets the GUID partition table (GPT) identifier or master boot record (MBR) signature of a disk.</p> <p>DISKPART> |
上一篇:Windows 2008 防火墙限制指定IP不能访问设置图文教程
下一篇:Win2008系统审核功能的妙用图文介绍
看完本文,您的心情是?
分享到:
收藏
评论排行
Warning: file_put_contents(/home/beiniaofbzepi7n3ica1o/wwwroot/diannao_wang/caches/caches_tpl_data/caches_data/01d36631596929002c517d704775059b.cache.php): failed to open stream: Permission denied in /home/beiniaofbzepi7n3ica1o/wwwroot/diannao_wang/phpcms/libs/classes/cache_file.class.php on line 60- ·如何清除DNS缓存 使用命令清理dns缓存方法(2)
- ·Win8.1升级Win10遇到错误代码0xc190010...(1)
- ·Windows RT 8.1 Update 3九月发布 ...(0)
- ·如何将ubuntu安装到U盘实现即插即用(0)
- ·微软否认Xbox One有远程关闭开关(0)
- ·Surface Book详细拆解:千万不要自己动手修(0)
- ·WIN10免费升级正版手册(5分钟读懂WIN10...(0)
- ·你的今日头条账号为什么会被封?(0)
- ·win7电脑怎么翻墙看国外的网站?(0)
- ·shell脚本运行5秒后自动退出的代码(0)
- ·jsp 不支持EL表达式,解决办法(0)
- ·table合并单元格与img图片铺满整个td的html(0)
- ·Mac OS X 系统备份指南(0)
- ·Shell脚本注释写法(0)
- ·windows8激活码、序列号、激活密钥、激...(0)
- ·从一个不错的留言本弄的mysql数据库操作类(0)
- ·PHP漏洞全解(详细介绍)(0)
- ·phpBB BBcode处理的漏洞(0)
- ·安装Win10技术预览版有风险吗?win10预...(0)
- ·基于mysql的论坛(6)(0)
猜你喜欢
- ·Windows Server 2008下 驾驭拨号上网
- ·Windows Server 2008之数据安全保护
- ·Windows Server 2008 帐户管理经验谈
- ·Windows Server 2008作为打印服务器排错
- ·win2008 r2 hosts文件修改方法
- ·Windows Server 2008疑难杂症
- ·用Spotlight实时监控Windows Server 2008
- ·VS2008在Win2008中不能安装的解决方法
- ·有备而来 让系统VPN连接顺风顺水
- ·Windows Server 2008服务器配置FTP站点...
- ·win2008系统日志不断出现审核失败的解决方法
- ·windows 2008 安装raid驱动|windows 2...
- ·Windows Server 2008服务器管理器之角色配置
- ·在Windows 2008 R2 上安装证书服务重启...
- ·win2008下网站首页后面的index.html如何去掉?
- ·Windows 2008系统如何取消登录时要按Ctr...
热门推荐
- ·Windows Server 2008网络中顺畅访问“邻居”
- ·Windows Server 2008 R2 With SP1简体中文版 附破解补丁
- ·Windows Server 2008使用软件授权管理工具
- ·九种方式打造安全的Win Server 2008
- ·Win2008系统下巧设IE不让别人降低IE安全性
- ·IIS7环境下实现svg/woff/woff2字体正常显示
- ·微软公布Windows Server 2008 R2最终发售日期
- ·Windows 2008系统如何取消登录时要按Ctrl+Alt+Delete组合键
- ·备受大家关注的windows 2008系统全新亮点详解
- ·微软WSUS 3.0安装配置详解
- ·Windows Server 2008禁止模块安装提升网络性能
- ·win8.1 无法连接wifi怎么办?win8.1连接wifi受限解决方法图文讲解
- ·给Windows Server 2008设一个简单密码
- ·windows2008 iis7如何取消目录执行权限的详细图文介绍
- ·windows Server 2008配置IE使用代理操作步骤
本月排行
-
Warning: file_put_contents(/home/beiniaofbzepi7n3ica1o/wwwroot/diannao_wang/caches/caches_tpl_data/caches_data/160b80dedf982c7cce98f923a9860b46.cache.php): failed to open stream: Permission denied in /home/beiniaofbzepi7n3ica1o/wwwroot/diannao_wang/phpcms/libs/classes/cache_file.class.php on line 60
- Windows 2008不能启动使用cmd命令引导修复教程
- 由于没有远程桌面授权服务器可以提供许可证,远程回话被中断……的解决方法
- 部署RemoteApp实现应用程序的远程调用
- VMware虚拟机中激活Windows Server 2008的具体步骤
- Windows Server 2008 R2热添加删除虚拟存诸
- WINDOWS SERVER 2008开启桌面主题具体步骤
- Windows Server 2008故障转移群集简介
- Windows Server 2008 架设 Web 服务器教程
- window2008 64位系统没有office组件问题分析及解决
- windows Server 2008配置IE使用代理操作步骤
最近更新
-
Warning: file_put_contents(/home/beiniaofbzepi7n3ica1o/wwwroot/diannao_wang/caches/caches_tpl_data/caches_data/a526bf278b43fc0223e45e1756f8835b.cache.php): failed to open stream: Permission denied in /home/beiniaofbzepi7n3ica1o/wwwroot/diannao_wang/phpcms/libs/classes/cache_file.class.php on line 60
- ·Windows Server 2008 架设 Web 服务器教程
- ·微软Windows Server 2008 SNMP服务功能的开启
- ·windows server 2008 dns服务器搭建
- ·WINDOWS SERVER 2008服务器如何更改登录密码
- ·如何在Windows Server 2008中安装IIS服务器
- ·图解Windows Server 2008设置防火墙开启UDP端口
- ·Windows Server 2008如何改动服务器远程密码?
- ·Windows server 2008安装Wampserver方法
- ·windowsserver2008 密码去除复杂性要求
- ·windows server 2008修改远程桌面连接数
- ·Windows Server 2008 r2 FTP环境搭建
- ·windows server 2008 web服务器搭建
- ·Windows Server 2003环境更改Boot.ini文件
- ·够拼了 安装Win8.1过程中出现预约Win10升级提示
- ·Win Server 2008 r2 开启 Aero 桌面主题的方法
- ·Windows 2008 关闭系统虚拟内存功能 如何删除pagefile.sys
- ·IIS7环境下实现svg/woff/woff2字体正常显示
- ·Windows Server 2008 禁用本地端口的两种方法
- ·windows server 2008图片文件无法显示缩略图的解决方法
- ·win8 onedrive关闭方法 win8.1版禁用onedrive同步服务 图文教程