kyuso
22nd November 2007, 10:43 PM
I've been archiving my user directories into cdrom/dvdrom using gzip+tar+gnupg into a single file, then store in a iso9660 to burn.
I'd like to go a little further and have an encrypted, compressed file system stored raw in the cdrom/dvdrom, with all timestamp/user+permission intact, so that other users can access it without having to go through manual gunzip/untar/un-gnupg to access individual files.
Couple of questions:
1. Can I store any filesystem format into cdrom/dvdrom and have fedora 7 or above detect and automount it? Basically, should I just burn a filesystem raw file into a dvdrom? I am not accessing the dvd from any other OS, so iso9660 may not be necessary.
2. Is there a filesystem that combines encryption and compression, preferably read-only? Otherwise I'll have to manually compress each and every file in an encrypted filesystem, or store a compressed filesystem user file in an encrypted filesystem.
I was able to make an encrypted filesystem on an external usb drive using dmcrypt and luks extension, which was auto-detected and mounted by Fedora 7, so I'm sure there must be a way for dvd archiving too.
I'd like to go a little further and have an encrypted, compressed file system stored raw in the cdrom/dvdrom, with all timestamp/user+permission intact, so that other users can access it without having to go through manual gunzip/untar/un-gnupg to access individual files.
Couple of questions:
1. Can I store any filesystem format into cdrom/dvdrom and have fedora 7 or above detect and automount it? Basically, should I just burn a filesystem raw file into a dvdrom? I am not accessing the dvd from any other OS, so iso9660 may not be necessary.
2. Is there a filesystem that combines encryption and compression, preferably read-only? Otherwise I'll have to manually compress each and every file in an encrypted filesystem, or store a compressed filesystem user file in an encrypted filesystem.
I was able to make an encrypted filesystem on an external usb drive using dmcrypt and luks extension, which was auto-detected and mounted by Fedora 7, so I'm sure there must be a way for dvd archiving too.