Kampung Lauk, Kahayan, 19 Ramadhan 1423H
“The disk is offline because of policy set by an administrator”
What i’ve to do????
Ok,,, lets start with universal language :
My System : Windows Server 2008 R2 Enterprise X64
Intel(R) Xeon(R) CPU E5504 @ 2.00GH z 2.00GHz
1. In Command Prompt type “DISKPART”
*===============================================================
Microsoft Telnet Server.
*===============================================================
C:\Users\Administrator.SERVER>DISKPARTMicrosoft DiskPart version 6.1.7600
Copyright (C) 1999-2008 Microsoft Corporation.
On computer: SERVERDISKPART>
== = = = = = = = = = = = = = = = =
2. Type “SAN”
= = = = = = = = = = = = = = = = = =
DISKPART> san
SAN Policy : Ofline Shared
= = = = = = = = = = = = = = = = = =
//if message displayed “OnlineAll” You can step forward to step 4
3. Now, set to Online All
= = = = = = = = = = = = = = = = = =
DISKPART> san policy=OnlineAll
DiskPart successfully changed the SAN policy for the current operating system.
= = = = = = = = = = = = = = = = = =
4. Display your all disk
= = = = = = = = = = = = = = = = = =
DISKPART> LIST DISK
Disk ### Status Size Free Dyn Gpt
——– ————- ——- ——- — —
Disk 0 Online 136 GB 0 B *
* Disk 1 Offline 136 GB 0 B *= = = = = = = = = = = = = = = = = =
5. Select offline disk
= = = = = = = = = = = = = = = = = =
DISKPART>select disk 1
Disk 1 is now the selected disk.
= = = = = = = = = = = = = = = = = =
6. Clear readonly parameter on your disk
= = = = = = = = = = = = = = = = = =
DISKPART> ATTRIBUTES DISK CLEAR READONLY
Disk attributes cleared successfully.
= = = = = = = = = = = = = = = = = =
7. Now you can see your disk parameter
= = = = = = = = = = = = = = = = = =
DISKPART> attributes disk
Current Read-only State : No
Read-only : No
Boot Disk : No
Pagefile Disk : No
Hibernation File Disk : No
Crashdump Disk : No
Clustered Disk : No= = = = = = = = = = = = = = = = = =
8. The last command is set your disk online
= = = = = = = = = = = = = = = = = =
DISKPART> ONLINE DISK
DiskPart successfully onlined the selected disk.
= = = = = = = = = = = = = = = = = =
You should have no problem.