สำหรับหนึ่งในเซิร์ฟเวอร์ Linux ของเราที่ใช้ CentOS 6.0 ถ้าฉันเป็น lsattr / home ฉันได้รับสิ่งนี้ (เหมือนรูท):
$lsattr /home
lsattr: Inappropriate ioctl for device While reading flags on /home/user
lsattr: Inappropriate ioctl for device While reading flags on /home/user
lsattr: Inappropriate ioctl for device While reading flags on /home/DIR
ตอนนี้ฉันพยายามเปลี่ยนบางสิ่งด้วย chattr
$chattr -R -i /home
chattr: Inappropriate ioctl for device while reading flags on /home
ผลตอบแทน Mount:
$mount
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/sda3 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)
ฉันไม่มีเงื่อนงำในการแก้ไขปัญหานี้ ใครช่วยได้บ้าง
cat /proc/mounts
ไหม