--- pyfloppy.py 2005-06-24 17:46:43.000000000 +1000 +++ pyfloppy.py 2005-06-24 15:47:56.000000000 +1000 @@ -246,7 +246,7 @@ self.fs_lab.grid(row=0, column=0, sticky='w') self.ext2b = Radiobutton(fsframe, variable=self.fs, value='/sbin/mke2fs', text=_('ext2'), command=self.toggle_fs) self.ext2b.grid(row=0, column=1) - self.dosb = Radiobutton(fsframe, variable=self.fs, value='/sbin/mkdosfs -v', text=_('dos'), command=self.toggle_fs) + self.dosb = Radiobutton(fsframe, variable=self.fs, value='/usr/sbin/mkdosfs -v', text=_('dos'), command=self.toggle_fs) self.dosb.grid(row=0, column=2, padx=20) #####################################