Comment 2 for bug 956762

Revision history for this message
Phillip Susi (psusi) wrote : Re: gparted-partition-manager has a bad default action

It looks like this is a bug in ntfs-3g. ntfsresize is prompting if it is ok to proceed, but since its stdin is connected to /dev/null, it refuses to proceed. ntfsresize should not be attempting an interactive prompt when it is not connected to a tty, and I'm not sure why it is prompting in the first place. It looks like it is caused by the dirty volume flag since it does not prompt the first time it is run on a clean volume, then does prompt when run again ( because the first run set the dirty flag ).