Some additional information:

I download sources, and I was trying to track this problem.
I made small change in src/Filesystem.cc in Filesystem::Execute_Command it
executes mkfs.ext3 
I made small temporary substituton and I executed command 
whoami to make sure who is executing this command - of course it was root.

next thing is
ls -l /dev/hd*
and when this command is executed by gparted through popen i have only:
brw-rw---- 1 root disk 3,  0 2005-12-27 22:30 /dev/hda
brw-rw---- 1 root disk 3,  1 2005-12-27 22:30 /dev/hda1
brw-rw---- 1 root disk 3,  2 2005-12-27 22:30 /dev/hda2
brw-rw---- 1 root disk 3, 64 2005-12-27 22:30 /dev/hdb

and when I do the same thing in cosole:
brw-rw---- 1 root disk 3,  0 2005-12-27 22:30 /dev/hda
brw-rw---- 1 root disk 3,  1 2005-12-27 22:30 /dev/hda1
brw-rw---- 1 root disk 3,  2 2005-12-27 22:30 /dev/hda2
brw-rw---- 1 root disk 3, 64 2005-12-27 22:30 /dev/hdb
brw-rw---- 1 root disk 3, 65 2005-12-28 01:05 /dev/hdb1

that's strange. Isn't it?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to