Lines Matching refs:volume
13 - Using NTFS volume and stripe sets
25 from an NTFS volume and ntfsresize which is used to resize an NTFS partition.
28 To mount an NTFS 1.2/3.x (Windows NT4/2000/XP/2003) volume, use the file
33 For fault tolerance and raid support (i.e. volume and stripe sets), you can
171 volume (for the duration of this mount only). By
192 mft_zone_multiplier= Set the MFT zone multiplier for the volume (this
197 space is reserved for the MFT on the volume. If all
205 Value MFT zone size (% of volume size)
228 Using NTFS volume and stripe sets
231 For support of volume and stripe sets, you can either use the kernel's
240 You will need to create a table of the components of the volume/stripe set and
244 Linear volume sets, i.e. linear raid, has been tested and works fine. Even
251 To create the table describing your volume you will need to know each of its
287 further above to determine which of the disks in the volume definitions is
312 # volume device of device
318 For a striped volume, i.e. raid level 0, you will need to know the chunk size
319 you used when creating the volume. Windows uses 64kiB as the default, so it
328 # volume volume stripes device device
335 Finally, for a mirrored volume, i.e. raid level 1, the table would look like
341 # vol volume params mirrors Device Device
364 mount the ntfs volume. For example:
372 It is advisable to do the mount read-only to see if the volume has been setup
374 volume.
384 Linear volume sets, i.e. linear raid, as well as stripe sets, i.e. raid level
391 NTFS volume/stripe you are configuring in /etc/raidtab as the persistent
392 superblock used by the MD driver would damage the NTFS volume.
429 Then just use the mount command as usual to mount the ntfs volume using for
432 It is advisable to do the mount read-only to see if the md volume has been
434 ntfs volume.
444 will cause massive damage to the data on the volume which will only become
445 apparent when you try to use the volume again under Windows.