Hello,
we have several Windows Servers with attached iSCSI drives. Due to Windows beeing stupid, it doesn't reconnect that drives 50% of the time after a reboot.
I need a check that works like: "vfs.file.exists[file]" but for a whole filesystem or drive letter.
I could do check like "vfs.file.exists[i:\DO_NOT_DELETE.TXT]" but I think that's the worst solution I could use.
Somebody has a good idea how to check if the drive is connected?
Similar case would be with anybody who uses external USB drives or stuff like that.
we have several Windows Servers with attached iSCSI drives. Due to Windows beeing stupid, it doesn't reconnect that drives 50% of the time after a reboot.
I need a check that works like: "vfs.file.exists[file]" but for a whole filesystem or drive letter.
I could do check like "vfs.file.exists[i:\DO_NOT_DELETE.TXT]" but I think that's the worst solution I could use.
Somebody has a good idea how to check if the drive is connected?
Similar case would be with anybody who uses external USB drives or stuff like that.

Comment