microsoft:misc:offline_disk
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| microsoft:misc:offline_disk [2017/11/27 11:06] – rplecko | microsoft:misc:offline_disk [2017/11/27 11:26] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ==== Offline Disk in Windows ==== | ==== Offline Disk in Windows ==== | ||
| - | ff | + | |
| + | Offline Disk in Windows | ||
| + | |||
| + | Message | ||
| + | Offline (The disk is offline because of policy set by an administrator) | ||
| + | |||
| + | Solution: | ||
| + | |||
| + | 1. Open cmd.exe\\ | ||
| + | 2. Start diskpart\\ | ||
| + | 3. To check the policy status:\\ | ||
| + | |||
| + | DISKPART> | ||
| + | |||
| + | SAN Policy | ||
| + | |||
| + | 4. If it is Offline Shared, type: | ||
| + | |||
| + | DISKPART> | ||
| + | |||
| + | DiskPart successfully changed the SAN policy for the current operating system. | ||
| + | |||
| + | 5. To see which disk is offline, type: | ||
| + | DISKPART> | ||
| + | |||
| + | Disk ### Status | ||
| + | -------- | ||
| + | Disk 0 Online | ||
| + | Disk 1 Online | ||
| + | Disk 2 Online | ||
| + | Disk 3 Offline | ||
| + | Disk 4 Offline | ||
| + | |||
| + | 6. Select disk and clear attributes: | ||
| + | |||
| + | DISKPART> | ||
| + | |||
| + | Disk 3 is now the selected disk. | ||
| + | |||
| + | DISKPART> | ||
| + | |||
| + | Disk attributes cleared successfully. | ||
| + | |||
| + | 7. Check attributes: | ||
| + | |||
| + | DISKPART> | ||
| + | Current Read-only State : No | ||
| + | Read-only | ||
| + | Boot Disk : No | ||
| + | Pagefile Disk : No | ||
| + | Hibernation File Disk : No | ||
| + | Crashdump Disk : No | ||
| + | Clustered Disk : No | ||
| + | |||
| + | 8. Put the disk online: | ||
| + | DISKPART> | ||
| + | |||
| + | DiskPart successfully onlined the selected disk. | ||
| + | |||
| + | 9. Check it again: | ||
| + | |||
| + | DISKPART> | ||
| + | |||
| + | SAN Policy | ||
| + | |||
microsoft/misc/offline_disk.1511780770.txt.gz · Last modified: 2017/11/27 11:06 by rplecko
