fkeles

mount-fss.bat

Jan 16th, 2026 (edited)
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PowerShell 1.27 KB | Software | 0 0
  1. # mount -o sec=sys mtype=hard timeout=60 10.x.x.x:/fs-export-path drive-letter:
  2. C:\Users\opc>mount -o sec=sys mtype=hard timeout=60 10.0.0.152:/fss X:
  3. X: is now successfully connected to 10.0.0.152:/fss
  4.  
  5. The command completed successfully.
  6.  
  7. C:\Users\opc>echo "test from windows" > X://test3.txt
  8.  
  9. C:\Users\opc>dir X:
  10.  Volume in drive X has no label.
  11.  Volume Serial Number is 1987-DD8F
  12.  
  13.  Directory of X:\
  14.  
  15. 01/16/2026  04:53 PM    <DIR>          .
  16. 01/16/2026  04:53 PM    <DIR>          ..
  17. 01/16/2026  04:54 PM    <DIR>          .snapshot
  18. 12/18/2025  04:19 PM             1,768 generate_storage.sh
  19. 12/18/2025  05:19 PM           347,009 gen_f8102e67_20251218_170440.log
  20. 12/18/2025  05:57 PM           344,873 gen_c44dc357_20251218_174210.log
  21. 12/18/2025  06:31 PM            77,082 gen_484bb40e_20251218_182749.log
  22. 12/18/2025  06:34 PM            37,830 gen_a4d69310_20251218_183246.log
  23. 12/18/2025  06:39 PM             2,980 generate_storage_parallel.sh
  24. 12/18/2025  06:45 PM             2,917 gen_d2bbd619_20251218_183922.log
  25. 01/06/2026  06:02 PM    <DIR>          FSSApp
  26. 01/06/2026  05:26 PM    <DIR>          scripts
  27. 01/16/2026  04:53 PM                22 test3.txt
  28.               13 File(s)        814,559 bytes
  29.                6 Dir(s)  9,223,372,036,853,792,768 bytes free
Advertisement
Add Comment
Please, Sign In to add comment