Results 1 to 10 of 22
When I run df -h doesn't appear / and boot partition and shows me this message:
df: `xfs':no such file or directory.
Does anybody know how can fix it?
Thanks...
- 09-25-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 17
A message from df -h
When I run df -h doesn't appear / and boot partition and shows me this message:
df: `xfs':no such file or directory.
Does anybody know how can fix it?
Thanks
- 09-25-2010 #2
Did you format some partitions with xfs? Did you compile support for xfs into your kernel?
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 09-25-2010 #3Just Joined!
- Join Date
- Sep 2010
- Posts
- 17
Yes I did. Some partitions with xfs
What did you mean with this question : Did you compile support for xfs into your kernel?
The sistem is running, I restart it and load but it shows me that message
- 09-25-2010 #4
I'm just guessing here what the problem may be, I'm not exactly sure. Which partition did you format with xfs?
What I mean is, your kernel cannot read from XFS or FAT, FAT32 or any other partition type if the kernel has not been configured to recognize these types of partitions, but if the system is running fine then the problem must be elsewhere.What did you mean with this question : Did you compile support for xfs into your kernel?
You might look in /var/log/messages for anything related to XFS and report back here. Check the output of the dmesg command too.I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 09-25-2010 #5Just Joined!
- Join Date
- Sep 2010
- Posts
- 17
root -> /
in /var/log/message appears many messages something like this:
kernel: ioctl32(cmaeventd:5713): Unknown cmd fd(6) cmd(c058420b){00} arg(ffc5adf0) on /dev/sg13
- 09-25-2010 #6
Which distro are you running? Is xfs module loaded? Use the lsmod command to find out.
sudo lsmod
If you are using Ubuntu or Debian based...try to install xfsprogs
ThenCode:sudo apt-get install xfsprogs
Now try your command again.Code:sudo modprobe xfs
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 09-25-2010 #7Just Joined!
- Join Date
- Sep 2010
- Posts
- 17
Suse 10
I did it (lsmod) and appears XFS .......... xfs_quota
and this sudo modprobe xfs for what???
- 09-25-2010 #8
To load the XFS module, if it wasn't already loaded. I guess that rules out my theory. I'm not getting anything when I search for the error you posted
Quiet frankly, I'm stumped...hopefully someone else can chime in with some good info on that.kernel: ioctl32(cmaeventd:5713): Unknown cmd fd(6) cmd(c058420b){00} arg(ffc5adf0) on /dev/sg13
Do you have a partition name xfs?
Post the output of
This should show all mounted partitions and this is where df command gets it info from.Code:sudo cat /etc/mtab
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 09-25-2010 #9Just Joined!
- Join Date
- Sep 2010
- Posts
- 17
this output of cat /etc/mtab:
Do you think that is a big problem?Code:/ xfs defaults rw,1 0 0 proc /proc proc rw 0 0 sysfs /sys sysfs rw 0 0 debugfs /sys/kernel/debug debugfs rw 0 0 udev /dev tmpfs rw 0 0 devpts /dev/pts devpts rw,mode=0620,gid=5 0 0 tmpfs /dev/shm tmpfs rw,size=6g 0 0 securityfs /sys/kernel/security securityfs rw 0 0 proc /var/lib/ntp/proc proc rw 0
Last edited by MikeTbob; 09-25-2010 at 03:13 AM. Reason: Added code tags
- 09-25-2010 #10I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.


Reply With Quote
