public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Dale <dalek1967@bellsouth.net>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] DVD and large files
Date: Wed, 09 Jul 2008 18:59:00 -0500	[thread overview]
Message-ID: <487550C4.70008@bellsouth.net> (raw)
In-Reply-To: <4871f39a.Hdpy6C/6CnUo6pSj%Joerg.Schilling@fokus.fraunhofer.de>

Joerg Schilling wrote:
> Dale <dalek1967@bellsouth.net> wrote:
>
>   
>> I am having trouble burning a 4Gb tarball at the moment.  Not sure what 
>> all the problem is but I had another DVD with one.  This is the command 
>> I use and the error less the looooooong list of files:
>>
>> root@smoker / # tar -xvf /media/hdd/Data_2008.07.04-14.50.23_2.tar -C 
>> /backup/test/
>> data/Gentoo-stuff/livecd-i686-installer-2007.0.iso.bz2
>> tar: Skipping to next header
>> <<SNIP>>
>> tar: Error exit delayed from previous errors
>> root@smoker / #
>>
>> ls of the file:
>>
>> -r--r--r-- 1 root root 4295060992 2008-07-04 19:07 
>> Data_2008.07.04-14.50.23_2.tar
>>
>> Any idea what that is all about?
>>     
>
> There are many possible reasons:
>
> 1)	A well known bug in GNU tar (self incompatibility to
> 	GNU tar archives).
>
> 	I recommend you to use star to check the archive for correctness.
>
> 2)	You did not use a recent original mkisofs to create the image
>
> 3)	There is a bug in your Linux kernel.
>
> You would first need to check with a tar implementation that is kown
> to work (star).
>
> Jörg
>
>   

Hi,

Sorry so long to reply but me and k3b have been having "discussions" 
about burning a huge DVD.  I emerged star but it may as well be Greek, 
no offense to the Greek.  Just something I will have to sit down and 
read sometime.

I got the DVD burned with a larger than 4Gb file.  Konqueror as a user 
says:  "Could not enter folder /media/hdd/" and I hear glass breaking.  
I assume that is not good.  Mount gives me this with regard to the DVD:

/dev/hdd on /media/hdd type udf (rw,noexec,nosuid,nodev)

I think this is a permissions issue.  Konqueror as root works just 
fine.  May need to beat on fstab or something with regards to that.  
More on that in a minute.

I can however access the DVD as root on the command line.  So, I just 
used tar and started to extract it.  It seems to be doing fine at the 
moment.  I will test further with larger files tho just to make sure.  
At least this time it unpacked the tarball with no errors.  After all, 
what's the point of back-ups if you can't unpack them? 

For the record, here is the current settings:

k3b:  under the burn screen I selected custom and then level 3 ISO, 
selected all file systems, preserve file permissions. 

Now back to the permissions issue.

fstab:

/dev/hdc              /media/hdc          iso9660         
noauto,users    0 0
/dev/hdd            /media/hdd        auto            noauto,users    0 0

Anybody see any reason why a non root user can't access the DVD?

I have set the permissions on /media/hdd to root/users with both having 
r/w access.  However after I insert a DVD, something changes it to this:

d---------  2 root root  116 2008-07-08 11:14 hdd

This is how I set it up:

drwxrwxr-x  2 root users  48 2008-07-04 14:21 hdd

It also changes back to my settings after I eject the DVD. 

I *think* I got the tar part working.  Any clues on the permissions 
issue?  Udev doing this?  I got something set wrong?

Thanks

Dale

:-)  :-) 
-- 
gentoo-user@lists.gentoo.org mailing list



      reply	other threads:[~2008-07-09 23:59 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-04  3:24 [gentoo-user] DVD and large files Dale
2008-07-04  6:31 ` Sebastian Günther
2008-07-04  7:26   ` Dale
2008-07-04  7:37     ` Dale
2008-07-04 10:58     ` Joerg Schilling
2008-07-04 14:53       ` Dale
2008-07-04 14:55         ` Joerg Schilling
2008-07-04 15:03           ` Dale
2008-07-04 15:17           ` Dale
2008-07-04 15:27             ` Joerg Schilling
2008-07-04 15:56               ` Dale
2008-07-04 11:06     ` Uwe Thiem
2008-07-04 10:55   ` Joerg Schilling
2008-07-04  7:05 ` Daniel Iliev
2008-07-04  7:18   ` Daniel Iliev
2008-07-04  8:08     ` Neil Bothwick
2008-07-04  7:50 ` Dirk Heinrichs
2008-07-04  8:01   ` Dale
2008-07-04  8:10     ` Neil Bothwick
2008-07-04  8:43       ` Dale
2008-07-04 11:12       ` Joerg Schilling
2008-07-04 13:14         ` Neil Bothwick
2008-07-04 19:43 ` Dale
2008-07-06 10:50   ` Daniel Iliev
2008-07-06 14:12     ` Dale
2008-07-06 14:43       ` Volker Armin Hemmann
2008-07-06 15:19         ` Dale
2008-07-06 15:47           ` Neil Bothwick
2008-07-06 16:26             ` Dale
2008-07-06 17:57               ` Neil Bothwick
2008-07-06 19:42                 ` Dale
2008-07-06 21:16                   ` Neil Bothwick
2008-07-06 21:29                     ` Dale
2008-07-06 22:42                       ` Neil Bothwick
2008-07-06 23:41                         ` Dale
2008-07-06 16:01           ` Volker Armin Hemmann
2008-07-06 16:17         ` Joerg Schilling
2008-07-06 16:28           ` Dale
2008-07-06 17:57             ` Alan McKinnon
2008-07-06 19:45               ` Dale
2008-07-06 18:06             ` Volker Armin Hemmann
2008-07-07  4:15             ` Dale
2008-07-07  4:39               ` Dale
2008-07-06 16:53       ` Sebastian Günther
2008-07-06 19:51         ` Dale
2008-07-06 20:50           ` Sebastian Günther
2008-07-07 10:37             ` Dale
2008-07-07 10:44               ` Joerg Schilling
2008-07-09 23:59                 ` Dale [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=487550C4.70008@bellsouth.net \
    --to=dalek1967@bellsouth.net \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox