WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: How to stop gparted from including loop mounted devices, i.e. extensions  (Read 2052 times)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Currently when gparted is started it includes the loop devices in the available devices list. Changing the startup
command in .wmx/Applications/gparted from:
Code: [Select]
exec  sudo /usr/local/sbin/gpartedto:
Code: [Select]
exec  sudo /usr/local/sbin/gparted /dev/sd[a-z]keeps the loop devices off of the devices list. You can append more /dev/ entries to selectively include other devices.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Thank you Rich    8)

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
perfect. thanks.