Guest Tom Eirik Jensen Posted July 2, 2008 Posted July 2, 2008 HI! Having a problem with a disk i can't writing to. What is the trick?
Guest Edwin vMierlo [MVP] Posted July 3, 2008 Posted July 3, 2008 Re: Disk is "Read Only" Diskmanager in 2008 server. do the following on a command line and post back the result c:\> diskpart.exe DISKPART> list vol (this will list all volume on your system, pick the right number in the next command, example taken is volume 4) DISKPART> select vol 4 DISKPART> detail vol now it will list details about your selected volume, please post back rgds, Edwin. "Tom Eirik Jensen" <tom.eirik.jensen@skjervoy.kommune.no> wrote in message news:e6wtiKE3IHA.1200@TK2MSFTNGP04.phx.gbl... > HI! > Having a problem with a disk i can't writing to. What is the trick?
Guest John Toner [MVP] Posted July 3, 2008 Posted July 3, 2008 Re: Disk is "Read Only" Diskmanager in 2008 server. Additionally in 2008, they've added a readonly flag at the disk level. One more flag setting to worry about. For example: DISKPART> detail disk PowerDevice by PowerPath Disk ID: {200467DB-3B3F-4CA4-9191-01B402E44105} Type : FIBRE Bus : 0 Target : 0 LUN ID : 27 *** Read-only : Yes *** Boot Disk : No Pagefile Disk : No Hibernation File Disk : No Crashdump Disk : No Volume ### Ltr Label Fs Type Size Status Info ---------- --- ----------- ----- ---------- ------- --------- ----- --- Volume 4 G New Volume NTFS Partition 2081 MB Healthy DISKPART> To clear this flag, you would type the following: DISKPART> att disk clear readonly Disk attributes cleared successfully. Hope this helps. Regards, John Visit my blog: http://msmvps.com/blogs/jtoner "Edwin vMierlo [MVP]" <EdwinvMierlo@discussions.microsoft.com> wrote in message news:eQHBq0N3IHA.2580@TK2MSFTNGP06.phx.gbl... > do the following on a command line and post back the result > > c:\> diskpart.exe > DISKPART> list vol > > (this will list all volume on your system, pick the right number in the next > command, example taken is volume 4) > > DISKPART> select vol 4 > DISKPART> detail vol > > now it will list details about your selected volume, please post back > > rgds, > Edwin. > > > > "Tom Eirik Jensen" <tom.eirik.jensen@skjervoy.kommune.no> wrote in message > news:e6wtiKE3IHA.1200@TK2MSFTNGP04.phx.gbl... > > HI! > > Having a problem with a disk i can't writing to. What is the trick? > >
Guest Tom Eirik Jensen Posted July 3, 2008 Posted July 3, 2008 Re: Disk is "Read Only" Diskmanager in 2008 server. Hi ! It worked fine, thanks for help. I promise I'll help you sometime. "John Toner [MVP]" <jtoner@DIE.SPAM.DIE.mvps.org> skrev i melding news:O5j%23t$Q3IHA.4500@TK2MSFTNGP06.phx.gbl... > Additionally in 2008, they've added a readonly flag at the disk level. One > more flag setting to worry about. For example: > > DISKPART> detail disk > > PowerDevice by PowerPath > Disk ID: {200467DB-3B3F-4CA4-9191-01B402E44105} > Type : FIBRE > Bus : 0 > Target : 0 > LUN ID : 27 > *** Read-only : Yes *** > Boot Disk : No > Pagefile Disk : No > Hibernation File Disk : No > Crashdump Disk : No > > Volume ### Ltr Label Fs Type Size Status Info > ---------- --- ----------- ----- ---------- ------- --------- ----- > --- > Volume 4 G New Volume NTFS Partition 2081 MB Healthy > > DISKPART> > > > To clear this flag, you would type the following: > > DISKPART> att disk clear readonly > > Disk attributes cleared successfully. > > Hope this helps. > > Regards, > John > > Visit my blog: http://msmvps.com/blogs/jtoner > > "Edwin vMierlo [MVP]" <EdwinvMierlo@discussions.microsoft.com> wrote in > message news:eQHBq0N3IHA.2580@TK2MSFTNGP06.phx.gbl... >> do the following on a command line and post back the result >> >> c:\> diskpart.exe >> DISKPART> list vol >> >> (this will list all volume on your system, pick the right number in the > next >> command, example taken is volume 4) >> >> DISKPART> select vol 4 >> DISKPART> detail vol >> >> now it will list details about your selected volume, please post back >> >> rgds, >> Edwin. >> >> >> >> "Tom Eirik Jensen" <tom.eirik.jensen@skjervoy.kommune.no> wrote in >> message >> news:e6wtiKE3IHA.1200@TK2MSFTNGP04.phx.gbl... >> > HI! >> > Having a problem with a disk i can't writing to. What is the trick? >> >> > >
Recommended Posts