creating NTFS read-only volumes

  • Thread starter Thread starter Don Griffiths
  • Start date Start date
D

Don Griffiths

Hi,

the windows XP documentation on MSDN talks about
the added capability of using read-only NTFS filesystems.
The GetVolumeInformation has a return that gives
a flag for FILE_READ_ONLY_VOLUME, but
nowhere can I find any information on creating
read-only NTFS filesystems. In particular, I need
to know if it is possible to convert a readable NTFS
filesystem on an IDE partition to read-only.

Alternatively, can anybody direct me to a more specific forum for locating
this sort of information.

thanks

Don
 
Burn a CD.

Prior to Windows XP, NTFS would fail to mount volumes on read-only media, but now it does, and it returns the new FILE_READ_ONLY_VOLUME flag for the GetVolumeInformation API on such volumes.
December 2001 issue of MSDN Magazine
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top