I just found a 2 terabyte USB hard drive on clearance for $70
and bought it for backups. I intend to back stuff up onto it, then disconnect it and lock it in a drawer.
My initial intention was to use a FAT32 file system on the drive so I could access it from windoze, unix, linux - whatever. However, it takes forever to mount, provides very little in the way of data safety, and doesn't support large files. (I have several files in the 50-100 gig range.) I used ZFS for my main hard drive and like the features it provides and was thinking of using it on this drive instead of FAT32. However, I have questions.
First, it receives /dev/da0 as the device, the same as my FAT32 flash drive (which cannot be changed). Aside from manually specifying the file system type, is there a way to make a specific device get a specific (different) /dev node when it's connected?
Second, how advisable is it to use ZFS in such a way? Would I be better served using something like reiserfs/ext3, or should I just stick with FAT32?
Third, how would I create the ZFS, mount, umount, etc? As indicated before, I know how to set up ZFS when installing my system using zpool, but I do not know how I'd umount/stop the drive so it's safe to disconnect and unplug.
Thanks in advance.

My initial intention was to use a FAT32 file system on the drive so I could access it from windoze, unix, linux - whatever. However, it takes forever to mount, provides very little in the way of data safety, and doesn't support large files. (I have several files in the 50-100 gig range.) I used ZFS for my main hard drive and like the features it provides and was thinking of using it on this drive instead of FAT32. However, I have questions.
First, it receives /dev/da0 as the device, the same as my FAT32 flash drive (which cannot be changed). Aside from manually specifying the file system type, is there a way to make a specific device get a specific (different) /dev node when it's connected?
Second, how advisable is it to use ZFS in such a way? Would I be better served using something like reiserfs/ext3, or should I just stick with FAT32?
Third, how would I create the ZFS, mount, umount, etc? As indicated before, I know how to set up ZFS when installing my system using zpool, but I do not know how I'd umount/stop the drive so it's safe to disconnect and unplug.
Thanks in advance.