Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started 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:
exec sudo /usr/local/sbin/gparted
to:
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.
-
Thank you Rich 8)
-
perfect. thanks.