ฉันพยายามที่จะ rsync ง่ายๆกับฮาร์ดดิสก์ USB คำสั่งคือ
rsync -az --modify-window=2 /home /mnt/exthd/tmp/
ฉันกำลังเรียกใช้สิ่งนี้ในฐานะที่เป็นราก
แต่ฉันได้รับข้อผิดพลาดมากมายที่ดูเหมือนว่าเกี่ยวข้องกับการอนุญาตไม่เพียงพอ:
rsync: chown "/mnt/exthd/tmp/home/someuser" failed: Operation not permitted (1)
rsync: chown "/mnt/exthd/tmp/home/someuser/.bash_logout" failed: Operation not permitted (1)
rsync: chown "/mnt/exthd/tmp/home/someuser/.bash_profile" failed: Operation not permitted (1)
rsync: chown "/mnt/exthd/tmp/home/someuser/.bashrc" failed: Operation not permitted (1)
rsync: chown "/mnt/exthd/tmp/home/guest" failed: Operation not permitted (1)
rsync: chown "/mnt/exthd/tmp/home/guest/.bash_logout" failed: Operation not permitted (1)
rsync: chown "/mnt/exthd/tmp/home/guest/.bash_profile" failed: Operation not permitted (1)
rsync: chown "/mnt/exthd/tmp/home/guest/.bashrc" failed: Operation not permitted (1)
rsync: symlink "/mnt/exthd/tmp/home/guest/fred2" -> "fred" failed: Operation not permitted (1)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1042) [sender=3.0.7]
นี่คือรุ่น 3.0.7 ฉันได้ลองใช้ตัวเลือก --super เพื่อไม่มีผลกระทบ ความคิดใด ๆ
ระบบไฟล์บนดิสก์ USB คืออะไร
—
Caleb
ดิสก์ภายนอกจัดรูปแบบเป็น FAT (32) หรือไม่ ไม่สามารถใช้งานได้เนื่องจาก FAT ไม่ทราบแอตทริบิวต์ความเป็นเจ้าของไฟล์
—
สเวน
@Caleb ฉันเดาว่าเป็น FAT แต่ฉันจะบอกได้อย่างไร
—
Tim the Enchanter
วิ่ง
—
คาเลบ
mount | grep /mnt/exthd
ควรบอกคุณ
@Caleb ได้รับการกล่าวว่า vfat
—
Tim the Enchanter