Link to home
Start Free TrialLog in
Avatar of Triple Jay
Triple JayFlag for United States of America

asked on

can an ext3 drive connected to another linux system

Title:  can an ext3 drive connected to another linux system
 Hi All,
I just wanted to know if I could connect my linux ext3 external USB drive to any other Linux operating system. If I do so what will be the pre requisites.
Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Pétur Ingi Egilsson
Pétur Ingi Egilsson
Flag of Iceland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Note: GNOME and KDE might do this for you,.. an icon the drive will pop up on the desktop for you....
Avatar of Triple Jay

ASKER

won't it ask for username/password or something like that on a new system?
No. It will not ask for user/pass unless you are using encrypted filesystem. ( ext3 inside an encryption loop )
Encryption is not implemeted by default.

http://encryptionhowto.sourceforge.net/ - for more information about encrypted filesystems.
Avatar of noci
noci

If you use an encrypted filesystem you can should look into the cryptoloop version that implements luks, it will make things a lot easier.

http://luks.endorphin.org/

Using the right setup you can boot from an encrypted filesystem using this.
Gentoo has support for this in the initramfs.


Instead of "fdisk -l", you can just "cat /proc/partitions" (no need to be root). If you do this before and after plugging in the drive, you'll see what new partitions it provided.