[Share Experiences] [Forward] hide windows drive/disk in dual system (deepin&windows)
Tofloor
poster avatar
wormho1e
deepin
2022-04-23 06:29
Author

original Q&A -->https://bbs.deepin.org/zh/post/235475

repeat:

Q: as follow, how to hide windows disk/drive

image.png

A:

  1. run code in terminal ls -l /dev/disk/by-uuid , then copy the uuid of your windows drive (letters like 054A71...

  2. modify the rules file (file path as follow)

    image.png

  3. add ENV{ID_FS_UUID}=="your uuid", ENV{UDISKS_IGNORE}="1" to the end of file. (replace your uuid with your real uuid)

Or more simply

  • excute step 1, then run echo ENV{ID_FS_UUID}=="your uuid", ENV{UDISKS_IGNORE}="1" >> /etc/udev/rules.d/80-udisks2.rules(again, replace your uuid with your real uuid, and especially run this in root account)
Reply Favorite View the author
All Replies

No replies yet