IRIX and Software

How to copy FONT folder from usr/lib/x11/font

I am backing up my system so I can reinstall the system. I was trying to copy font folder from /usr/lib/X11 via SMB to my windows pc without success. It said PERMISSION DENIED eventhough I was in root account. Changing permission did not help either. Anyone have any idea?

_________________
Image SGI Tezro 2x700Mhz R16000, 8Gb
Why don't you do a disk dump (via dd ) or just make one or more gzip/bzip2'ed tape archive files of the directories that you need? From there you can transfer it via NFS, CIFS/Samba, FTP and so on.

_________________
:Tezro: :Indigo2: :rx2600:
Yes, don't copy files to a windows file system for a restore on a UNIX box. Put them in a tar, cpio or xfsdump format file.

Else you will lose the file access rights.
I only want to backup the font folder, just for now. Any chance you guy can list out what I have to type or to do?

_________________
Image SGI Tezro 2x700Mhz R16000, 8Gb
Code:
cd /usr/lib/X11/font
tar cf /tmp/fonts.tar *


Then they are in the /tmp/fonts.tar
I did like you instructed but then file font.tar is 0byte when I checked the tmp folder

_________________
Image SGI Tezro 2x700Mhz R16000, 8Gb
Really? Did you include the "*"?

Code:
cd /usr/lib/X11/font
pwd
ls -l
tar cvf /tmp/font.tar *