Also it looks like a pwd error.

This is the C code from the pwd command:

if (stat (".", &dot_sb) < 0)
error (EXIT_FAILURE, errno, _("failed to stat %s"), quote ("."));

so, when the pwd command attempts to use the system call stat to find out information about the specified file "/mnt/disco2" the directory is non existent. Thus resulting in error.

Il 11/12/2012 09:38, Digital Instruments ha scritto:
disco2 it's like disk2 so I belive it is a name, or label, given to the mounted partition.
Like if it was /mnt/myname.

Il 10/12/2012 20:59, Eric Shubert ha scritto:
Can you explain what /mnt/disco2 is? I've no idea where that came from. I believe it is tied to your problem.

Anyone else have any idea?




---------------------------------------------------------------------
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




---------------------------------------------------------------------
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com

Reply via email to