Lines Matching refs:volume

15    - Using NTFS volume and stripe sets
27 from an NTFS volume and ntfsresize which is used to resize an NTFS partition.
30 To mount an NTFS 1.2/3.x (Windows NT4/2000/XP/2003) volume, use the file
35 For fault tolerance and raid support (i.e. volume and stripe sets), you can
176 volume (for the duration of this mount only). By
203 mft_zone_multiplier= Set the MFT zone multiplier for the volume (this
208 space is reserved for the MFT on the volume. If all
218 Value MFT zone size (% of volume size)
245 Using NTFS volume and stripe sets
248 For support of volume and stripe sets, you can either use the kernel's
257 You will need to create a table of the components of the volume/stripe set and
261 Linear volume sets, i.e. linear raid, has been tested and works fine. Even
268 To create the table describing your volume you will need to know each of its
306 further above to determine which of the disks in the volume definitions is
330 # volume device of device
335 For a striped volume, i.e. raid level 0, you will need to know the chunk size
336 you used when creating the volume. Windows uses 64kiB as the default, so it
344 # volume volume stripes device device
350 Finally, for a mirrored volume, i.e. raid level 1, the table would look like
355 # vol volume params mirrors Device Device
377 mount the ntfs volume. For example::
385 It is advisable to do the mount read-only to see if the volume has been setup
387 volume.
397 Linear volume sets, i.e. linear raid, as well as stripe sets, i.e. raid level
404 NTFS volume/stripe you are configuring in /etc/raidtab as the persistent
405 superblock used by the MD driver would damage the NTFS volume.
442 Then just use the mount command as usual to mount the ntfs volume using for
447 It is advisable to do the mount read-only to see if the md volume has been
449 ntfs volume.
459 will cause massive damage to the data on the volume which will only become
460 apparent when you try to use the volume again under Windows.