1714b
![]() |
|
|
|
|
|||||||
| Peripheral Hardware Stuff that plugs in via USB, FireWire, eSATA, PS/2, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Howdy all,
I have an external USB drive that needs to exchange data between Linux and FreeBSD systems - and if possible Windoze (XP/Vista/7) as well. Q1: Which filesystem do you recommend I put on it? (or more to the point: am I really stuck with NTFS?) Q2: Is there an encryption scheme that works with all 3 platforms? I was initially considering TrueCrypt, until I found out that it's very unstable on FreeBSD and the TC people don't seem to care about that. At all. Suggestions are welcome, Alphons
__________________
Ken sent me. Last edited by fonz; August 31st, 2009 at 15:12. Reason: Solved (or answered satisfactory) |
|
#2
|
||||
|
||||
|
1) fat (aka msdosfs aka dosfs)
2) No, you can use gnupg to encrypt/decrypt files (just finished how to) 2.b) you can use openssl, but I don't know, what do you need to do to get it run on windows.... |
| The Following User Says Thank You to graudeejs For This Useful Post: | ||
fonz (August 30th, 2009) | ||
|
#3
|
||||
|
||||
|
Been thinking about that. But is using FAT wise (or even possible) with a 1 1TB drive?
Quote:
Alphons
__________________
Ken sent me. |
|
#4
|
||||
|
||||
|
http://www.gnupg.org/ try it. There is also portable version and it works under Ms-windows.
__________________
Neither in this world nor elsewhere is there any happiness in store for him who always doubts. If you enjoyed my answer please consider donating some money to FreeBSD foundation @ http://www.freebsdfoundation.org/ |
| The Following User Says Thank You to vivek For This Useful Post: | ||
fonz (August 30th, 2009) | ||
|
#5
|
||||
|
||||
|
I don't think so...
|
|
#6
|
||||
|
||||
|
FAT32 is the *only* reliable filesystem with read/write access on all three platforms.
A 1TB volume is no problem.
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. |
| The Following User Says Thank You to Carpetsmoker For This Useful Post: | ||
fonz (August 30th, 2009) | ||
|
#7
|
|||
|
|||
|
Yup, FAT32 will work for file systems many terabytes in size, but it has one major pitfall - single files can't be larger than 4 GB. It's your only option for true portability though.
|
|
#8
|
||||
|
||||
|
So far I've found out that Windoze (Vista Home Premium) won't let me create and format a FAT/FAT32/exFAT partition if the size is in/near the TB range, but I suppose non-M$ tools like your average UN*X fdisk/newfs_msdos will be less picky
That's good to know - probably means one needs to watch out in case of DVD images and other such large files. However, from what I've seen so far with an ~8 GB USB stick, both FreeBSD and Linux appear to only give a warning and not actually have a problem with files >=4GB though. Edit: I should probably test that a little more...
__________________
Ken sent me. Last edited by fonz; August 30th, 2009 at 23:32. Reason: Addendum |
|
#9
|
||||
|
||||
|
Quote:
You can either create a FAT32 FS with FreeBSD etc. or create one in Windows and enlarge it with PartitionMagic etc.
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. |
|
#10
|
||||
|
||||
|
You know what they say: a feature is a bug with seniority
![]() Alphons P.S. Early tests lead me to think that >=4GB files on a FAT32 are truncated, so this limit is definately something to keep in mind.
__________________
Ken sent me. |
|
#11
|
|||
|
|||
|
I started using TrueCrypt on Windows then between Linux & MacOS. I barely use Windows anymore so I'm now considering encFS that is available under Linux, MacOS...and FreeBSD!
Very easy to setup and many advantages over TrueCrypt, although they don't answer to the same problem. encFS relies on the underlayer filesystem. It 'only' encrypts the filename and file content. You don't have a big container so you can grow encrypted data as required. That allows you to perform backup of only modified file (good for rsync) and also mount a remote encrypted filesystem (e.g. sshfs). Online service like DropBox can be used to store private data. As as side note there are some information of a 'buggy' Windows version of encFS the link appears to be dead. Now regarding the filesystem there is no magic one besides FAT. When sharing data between Linux, MacOS and Windows I found NTFS the most reliable solution (but I must admit that I'm not proud of it) because there is NTFS-3G on both Linux and MacOS and even a commercial implementation on MacOS as well. Now I don't know the status of ntfs-3G under FreeBSD. Alphazo - I promise I won't PGP sign my posts on FreeBSD Forum anymore! |
|
#12
|
||||
|
||||
|
sysutils/fusefs-ntfs appears to have a proven track record by now. It figures in several threads on this forum.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Adminstrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#13
|
|||
|
|||
|
I know this post is two years old, and I do have the same problem now. So I thought I ask for an update: Is there a possiblity to encrypt an external USB HDD that should be usable on FreeBSD and Windows? I read about FreeOTFE, but there seems to be no port of it.
Does anyone use an encrypted USB HDD? If so, how has he/she encrypted it? Is it possible to use it on a windows-computer as well? Last edited by DutchDaemon; December 27th, 2011 at 22:34. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| zfs , adding a usb hard drive to a zpool | wonslung | General | 4 | December 2nd, 2009 04:03 |
| Cloning linux system to new hard drive | kasse | Off-Topic | 6 | August 31st, 2009 14:47 |
| Partitioning an external hard drive WD MyBook | Ico | Peripheral Hardware | 8 | June 10th, 2009 15:14 |
| SCSI Hard drive recovering from bad sectors | roddierod | System Hardware | 0 | February 10th, 2009 19:08 |
| Seagate Baracuda 7200.8 300GB Hard Drive | Fozzy | System Hardware | 3 | December 31st, 2008 04:11 |