Hi all,
I don't have multiple drives that I can use as they are all being used in my NAS. Would it be wrong to create a virtual file on each disk as follows:
This way the files are spread across multiple physical disks (so I'm not running all the disks on one drive that could crash. What if any risks might I expose myself to? My goal would be to copy files over to ZFS and then augment the files as I go. I recognize this is slower as it runs on TOP of UFS.
I don't have multiple drives that I can use as they are all being used in my NAS. Would it be wrong to create a virtual file on each disk as follows:
Code:
Device Disk 1 /mnt/File1 (250GB)
Device Disk 2 /mnt/File2 (250 GB)
DEvice Disk 3 /mnt/File3 (250 GB)
Device Disk 4 /mnt/File4 (250 GB)
This way the files are spread across multiple physical disks (so I'm not running all the disks on one drive that could crash. What if any risks might I expose myself to? My goal would be to copy files over to ZFS and then augment the files as I go. I recognize this is slower as it runs on TOP of UFS.