pastebin - collaborative debugging tool
nrubsig.kpaste.net RSS


Using filedisk
Posted by Anonymous on Sat 1st Nov 2025 16:21
raw | new post

  1. #
  2. # install
  3. #
  4. wget 'https://www.accum.se/~bosse/filedisk/filedisk-22.zip'
  5. unzip filedisk-22.zip
  6. cd filedisk-22
  7. cp ./sys/Release/x64/filedisk.sys /cygdrive/c/Windows/System32/drivers/.
  8. cp ./sys/Release/x64/filedisk.pdb /cygdrive/c/Windows/System32/drivers/.
  9. cp ./exe/Release/x64/filedisk.exe /cygdrive/c/Windows/.
  10. chmod a+rx /cygdrive/c/Windows/filedisk.exe
  11. sc create filedisk binPath='C:\Windows\System32\drivers\filedisk.sys' type=kernel
  12.  
  13. #
  14. # mounting a CD image
  15. #
  16. net start filedisk
  17. filedisk /mount 1 'N:\download\debian-12.4.0-amd64-DVD-1.iso' /cd V:
  18. cd /cygdrive/v
  19. cat README.txt
  20. cd ~
  21.  
  22. #
  23. # Create NTFS filesystem and use it
  24. #
  25. rm -f /cygdrive/n/winntfs_filedisk_001.img
  26. filedisk /mount 2 'N:\winntfs_filedisk_001.img' 8192G U:
  27. format.com U: /FS:NTFS "/V:NTFSonNFS4_001" /Q /X
  28. mkdir /cygdrive/u/test1 && cd /cygdrive/u/test1
  29. rm -Rfv bash && time nice ksh93 /home/roland_mainz/work/msnfs41_uidmapping/ms-nfs41-client/tests/nfsbuildtest/nfsbuildtest.ksh93 bash build
  30. cd
  31. filedisk /umount U:
  32. rm /cygdrive/n/winntfs_filedisk_001.img

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at