Error number 28 means ENOSPC from /usr/include/sys/errno.h
#define ENOSPC 28 /* No space left on device */
Why is the ENOSPC error while running fsadm even though there is enough free space on the filesystem?
Solution:
NOTE: If a file system is full, busy or too fragmented, the resize operation may fails.
#define ENOSPC 28 /* No space left on device */
Why is the ENOSPC error while running fsadm even though there is enough free space on the filesystem?
Solution:
NOTE: If a file system is full, busy or too fragmented, the resize operation may fails.
No comments:
Post a Comment