Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: Rich on March 15, 2013, 02:39:02 AM

Title: How to stop gparted from including loop mounted devices, i.e. extensions
Post by: Rich on March 15, 2013, 02:39:02 AM
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.
Title: Re: How to stop gparted from including loop mounted devices, i.e. extensions
Post by: coreplayer2 on March 15, 2013, 02:55:43 AM
Thank you Rich    8)
Title: Re: How to stop gparted from including loop mounted devices, i.e. extensions
Post by: hiro on March 15, 2013, 11:41:30 AM
perfect. thanks.