LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   LFS 7.2 chapter 2.3 (https://www.linuxquestions.org/questions/linux-from-scratch-13/lfs-7-2-chapter-2-3-a-4175451324/)

rcorkum 02-22-2013 04:07 PM

LFS 7.2 chapter 2.3
 
my filesystem wasn't host compliant so I decided to build it as in the chapter

source is on a usb 4gb fat32

mounted the usb to /mnt/myusb

in as root

can create files delete move copy no errors

when I begin to unpack this is the error I get on every file inside the tar is

tar -xzvf e2fsprogs-1.42.7.tar.gz can not change ownership to uid 15806, gid 15806: Operation not permitted.

pointers to if this is a critical error that keeps me from proceeding I guessing so since the compile is erroring out but first I'd thought I'd review this error to find the solution

rcorkum 02-22-2013 05:16 PM

sorry I mispoke my host wasn't non compliant my host's file system was.

debian-live-6.0.6-i386-standard

according to the check in the chapter it had some extra options which made it non compliant

which is why I followed the instructions to recompile when I hit the error I posted above

billyoc 02-22-2013 05:59 PM

Quote:

Originally Posted by rcorkum (Post 4897763)
source is on a usb 4gb fat32

tar -xzvf e2fsprogs-1.42.7.tar.gz can not change ownership to uid 15806, gid 15806: Operation not permitted.

Fat32 doesn't support chown, I'd use an ext? filesystem on that thumbdrive.

rcorkum 02-22-2013 06:19 PM

ahh that explains it I'll have to find something my windows box can see to toss the files onto it.


All times are GMT -5. The time now is 10:30 AM.