[opensuse] rsync and flash drive
opensuse 11.0 I'm trying to use rsync to a flash drive and getting: rsync: chgrp "/media/disk/." failed: Operation not permitted (1) I'm running as root Duaine -- Duaine Hechler Piano, Player Piano, Pump Organ Tuning, Servicing & Rebuilding Reed Organ Society Member Florissant, MO 63034 (314) 838-5587 dahechler@charter.net www.hechlerpianoandorgan.com -- Home & Business user of Linux - 10 years -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Duaine & Laura Hechler wrote:
opensuse 11.0
I'm trying to use rsync to a flash drive and getting:
rsync: chgrp "/media/disk/." failed: Operation not permitted (1)
I'm running as root
The device probably has a FAT32 fs. This doesn't support users/groups/permissions. Either don't try chgrp or put another fs on the device that does support these operations. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday, 2008-10-17 at 23:44 -0500, Duaine & Laura Hechler wrote:
opensuse 11.0
I'm trying to use rsync to a flash drive and getting:
rsync: chgrp "/media/disk/." failed: Operation not permitted (1)
I'm running as root
The flash drive is formatted as vfat, which does not support permissions. Either reformat it (ext3, reiser, xfs), or change the options given to rsync so that it doesn't try to keep the permissions. This was commented on list some time ago, search for "rsync" or read the manual. - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkj5sbUACgkQtTMYHG2NR9UWoQCfdT7ukBT0KpPmu2P1hvyXTpTH ZI0AnjYiwU6LoQRyuZALciGFy/9HzcNQ =9Vja -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Saturday 18 October 2008 11:51:45 Carlos E. R. wrote:
On Friday, 2008-10-17 at 23:44 -0500, Duaine & Laura Hechler wrote:
opensuse 11.0
I'm trying to use rsync to a flash drive and getting:
rsync: chgrp "/media/disk/." failed: Operation not permitted (1)
I'm running as root
The flash drive is formatted as vfat, which does not support permissions.
Either reformat it (ext3, reiser, xfs), or change the options given to rsync so that it doesn't try to keep the permissions. This was commented on list some time ago, search for "rsync" or read the manual.
If I make a .tar archive and copy that to a vfat drive then copy it back to the hard drive and untar it, does that keep permissions? Thanks, Lynn -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Saturday, 2008-10-18 at 14:50 +0200, lynn wrote:
If I make a .tar archive and copy that to a vfat drive then copy it back to the hard drive and untar it, does that keep permissions?
Yes. Usually, that is. And it is far slower than rsync. - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkj54CIACgkQtTMYHG2NR9VPewCeOifPLufLDpzvIWZi5MUTYBP2 7VoAn1Fsv5VoRxvIM2ev/GamRtWWM3UO =/2Sz -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
If I make a .tar archive and copy that to a vfat drive then copy it back to the hard drive and untar it, does that keep permissions?
100% yes. Something in the installation of iso's, even in the vfat system, can use permisions because they set up the permisions correctly on the install. Additionally the live CD's also have permisions and there has been an extention to the dos file system for a decade that immitated Unix file permisions and name extensions. Ruben
Thanks, Lynn -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-- http://www.mrbrklyn.com - Interesting Stuff http://www.nylxs.com - Leadership Development in Free Software So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998 http://fairuse.nylxs.com DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002 "Yeah - I write Free Software...so SUE ME" "The tremendous problem we face is that we are becoming sharecroppers to our own cultural heritage -- we need the ability to participate in our own society." "> I'm an engineer. I choose the best tool for the job, politics be damned.< You must be a stupid engineer then, because politcs and technology have been attached at the hip since the 1st dynasty in Ancient Egypt. I guess you missed that one." © Copyright for the Digital Millennium -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
lynn wrote:
If I make a .tar archive and copy that to a vfat drive then copy it back to the hard drive and untar it, does that keep permissions?
Thanks, Lynn
Yes, because then the permissions are stored within the tar file and not the vfat file system. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (6)
-
Carlos E. R.
-
Duaine & Laura Hechler
-
James Knott
-
lynn
-
Ruben Safir
-
Theo van Werkhoven