recommended portable hard drive

Asked by John Kelly

Hi can anyone recommend an external hard drive c.500GB for linux windows Mac all in one
thanks
John

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

The compatibility will be determined by the file system used. If you use NTFS then Mac and Linux should be fine with it. Any make and model will be fine.

Revision history for this message
inashdeen (inashdeen) said :
#2

or if u r afraid of problem use FAT32, but NFTS is the most compatuible. however,it is always 'locked' on first use in ubuntu

Revision history for this message
John Kelly (lioganach) said :
#3

Thanks for both your help.
How do I know what file system I am using?
thanks
John

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

You can run:

sudo parted -l

and it will tell you, You can also run:

(For gnome)
gksudo gparted

(For KDE)
kdesu qtparted

and format the partition as you wish, I suggest formatting NTFS under windows so you have a solid base.

Revision history for this message
John Kelly (lioganach) said :
#5

Hello actionparsnip
I tried the above
john@abraham:~$ sudo parted -l
[sudo] password for john:
Model: ATA FUJITSU MHW2120B (scsi)
Disk /dev/sda: 120GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
 1 1049kB 115GB 115GB primary ext4 boot
 2 115GB 120GB 4921MB extended
 5 115GB 120GB 4921MB logical linux-swap(v1)

how do the I do the ntfs thing?
thanks
John

john@abraham:~$ gksudo gparted
john@abraham:~$

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#6

You will need the USB drive attatched, the output is only showing your internal drive and partitions.

You can use this when you get the device:
http://maketecheasier.com/how-to-reformat-an-external-hard-drive-to-ntfs-format-in-ubuntu-hardy/2008/09/29

Revision history for this message
John Kelly (lioganach) said :
#7

thanks again actionparsnip
John