Pessoal,
Desculpe não ser relacionado proprimente dito com o centos, mas como é elastix e o mesmo é via centos então resolvi tirar essa dúvida.
Chegou o meu raspberry Pi. estou tendo montar o cartão SD
segui os passos
http://www.elastixbrasil.com.br/index.php?option=com_content&view=articl...
apesar de não ter os passos para montar a partição /media/BOOT e /media/rootfs eu fiz assim
mount -t vfat /dev/sdb1 /media/BOOT mount -t ext3 /dev/sdb2 /media/rootfs
porem esta dando erro na partição sdb1, já na sdb2 foi ok..
o erro é esse, alguem sabe a razão ?
tar: ./BOOT.BIN: Cannot change ownership to uid 1000, gid 1000: Operation not permitted tar: ./bootcode.bin: Cannot change ownership to uid 1000, gid 1000: Operation not permitted tar: ./cmdline.txt: Cannot change ownership to uid 1000, gid 1000: Operation not permitted tar: ./config.txt: Cannot change ownership to uid 1000, gid 1000: Operation not permitted tar: ./index.txt: Cannot change ownership to uid 1000, gid 1000: Operation not permitted tar: ./kernel.img: Cannot change ownership to uid 1000, gid 1000: Operation not permitted tar: ./fixup.dat: Cannot change ownership to uid 1000, gid 1000: Operation not permitted tar: ./start.elf: Cannot change ownership to uid 1000, gid 1000: Operation not permitted tar: ./uImage: Cannot change ownership to uid 1000, gid 1000: Operation not permitted tar: ./uImage-picosam-3.5.6-1.fc17: Cannot change ownership to uid 1000, gid 1000: Operation not permitted tar: .: implausibly old time stamp 1970-01-01 00:00:00 tar: .: Cannot change ownership to uid 1000, gid 1000: Operation not permitted tar: Exiting with failure status due to previous errors
Gustavo
discuss-pt-br@lists.centos.org