[sheepdog-users] [sheepdog] [Sheepdog]Install Sheepdog problems
Valerio Pachera
sirio81 at gmail.com
Thu Jan 31 23:16:49 CET 2013
2013/1/30 harryxiyou <harryxiyou at gmail.com>:
> I have installed sheepdog successfully but when i executed following command
> some errors happened to me.
> $ sudo mount -o remount,user_xattr /var/lib/sheepdog
> mount: can not find /var/lib/sheepdog in /etc/fstab or /etc/mtab
Simple: '/var/lib/sheepdog' is not a mount point.
Use a separate device for sheepdog (say /dev/sdb1).
Add an entry in fstab for that device
/dev/sdb1 /mnt/sheepdata ext3 user_xattr 0 0
You may use /var/lib/sheepdog as mount point or whatever you like.
Note: if you use xfs, you don't need to pass 'user_xattr'.
More information about the sheepdog-users
mailing list