AVForums

Our philosophy in our forums, reviews, podcasts and feature videos is to promote audio and visual excellence by gathering and sharing the best information and resources available.

Help

To begin please visit our help section »

Not a Member Yet?

It only takes a minute to start enjoying the benefits of AVForums membership, and it's free!

Member Log in

Formatting external HDD in EXT3 format

Post Reply
Old 06-01-2009, 10:01 PM   #1
Member
Join Date: Dec 2008
Experience Points:
1,813, Level: 9
Points: 1,813, Level: 9 Points: 1,813, Level: 9 Points: 1,813, Level: 9
Activity: 0.7%
Activity: 0.7% Activity: 0.7% Activity: 0.7%
Thanks: Gave 5, Got 2
Posts: 36
Formatting external HDD in EXT3 format

Hi all. I understand that I need to format my external HDD partition in EXT3 format for transferring files >4Gb (as EXT2 is currently not supported on the HDR) but am still not clear on how this can be done on Vista (I don't use Linux at all and would like to avoid if possible). I've installed the tool at Ext2 IFS For Windows but am guessing this is only useful for accessing existing EXT3 partitions rather than creating new ones. Any (easy) ideas on this would be appreciated cheers

Last edited by stokesd3; 06-01-2009 at 10:09 PM.
  Quote
Old 06-01-2009, 10:04 PM   #2
Senior Member
Join Date: Dec 2006
Location: Ruislip
Experience Points:
7,190, Level: 20
Points: 7,190, Level: 20 Points: 7,190, Level: 20 Points: 7,190, Level: 20
Activity: 6.4%
Activity: 6.4% Activity: 6.4% Activity: 6.4%
Thanks: Gave 120, Got 216
Posts: 1,808
Re: Formatting external HDD in EXT3 format

Use the Linux Boot CD such as gparted:-
GParted -- Live CD/USB/PXE/HD

Using Windows apps to create Linux filesystems on HDD is not the best way and has caused problems for quite a few. Simply burn the CD and boot from it as opposed to your normal HDD with Windows on it. Then nav to the ext HDD and format it to ext3.
  Quote
Thanks from:
stokesd3 (06-01-2009)
Old 06-01-2009, 10:07 PM   #3
Member
Join Date: Dec 2008
Experience Points:
1,813, Level: 9
Points: 1,813, Level: 9 Points: 1,813, Level: 9 Points: 1,813, Level: 9
Activity: 0.7%
Activity: 0.7% Activity: 0.7% Activity: 0.7%
Thanks: Gave 5, Got 2
Posts: 36
Re: Formatting external HDD in EXT3 format

Whoah that was quick cheers. So this is the only reliable way people are aware of? Surprised there isn't a vista app somewhere...
  Quote
Old 06-01-2009, 10:08 PM   #4
Senior Member
Join Date: Dec 2006
Location: Ruislip
Experience Points:
7,190, Level: 20
Points: 7,190, Level: 20 Points: 7,190, Level: 20 Points: 7,190, Level: 20
Activity: 6.4%
Activity: 6.4% Activity: 6.4% Activity: 6.4%
Thanks: Gave 120, Got 216
Posts: 1,808
Re: Formatting external HDD in EXT3 format

Too unreliable via Windows OS
  Quote
Old 06-01-2009, 10:10 PM   #5
Member
Join Date: Dec 2008
Experience Points:
1,813, Level: 9
Points: 1,813, Level: 9 Points: 1,813, Level: 9 Points: 1,813, Level: 9
Activity: 0.7%
Activity: 0.7% Activity: 0.7% Activity: 0.7%
Thanks: Gave 5, Got 2
Posts: 36
Re: Formatting external HDD in EXT3 format

So it's only needed for formatting the partition the first time I take it. I just need to use the tool I mentioned to assign a drive letter and then access the drive as normal in Vista? Out of interest does Linux natively support fat32 which is why Humax chose to support that but not NTFS?

Last edited by stokesd3; 06-01-2009 at 10:15 PM.
  Quote
Old 07-01-2009, 11:35 AM   #6
Distinguished Member
Join Date: Aug 2006
Location: Redditch
Experience Points:
28,191, Level: 40
Points: 28,191, Level: 40 Points: 28,191, Level: 40 Points: 28,191, Level: 40
Activity: 89.2%
Activity: 89.2% Activity: 89.2% Activity: 89.2%
Thanks: Gave 39, Got 2,263
Posts: 12,817
Re: Formatting external HDD in EXT3 format

Quote:
Originally Posted by stokesd3 View Post
So it's only needed for formatting the partition the first time I take it. I just need to use the tool I mentioned to assign a drive letter and then access the drive as normal in Vista? Out of interest does Linux natively support fat32 which is why Humax chose to support that but not NTFS?
Linux supports fat 16, 32, ext 2 and ext 3 and ntfs. Humax chose fat32 because the fat fs details are open source. ntfs which also supports large files is not documented by microsoft and unless reverse engineered would have to be licensed from Microsoft.

You can't access the drive normally in windows without special drivers. There is a problem with all such drivers I have tested. To read a ext3 the drive has to be unmounted under Linux first. The foxsat does not unmount the drive so linux is required to unmount the drive before windows can read it. Once booted into linux to do this you might just as well copy the data to a ntfs partition which windows can read.
  Quote
Old 07-01-2009, 5:04 PM   #7
Member
Join Date: Dec 2008
Experience Points:
1,813, Level: 9
Points: 1,813, Level: 9 Points: 1,813, Level: 9 Points: 1,813, Level: 9
Activity: 0.7%
Activity: 0.7% Activity: 0.7% Activity: 0.7%
Thanks: Gave 5, Got 2
Posts: 36
Re: Formatting external HDD in EXT3 format

Managed to format ok using the Linux GUI mentioned, copied the file from the HDR and mounted the partition in bash shell so I can see the file ok. I take it I have to mount my NTFS filesystem as well to copy it over. However I'm reluctant to do this as it is my Vista boot partition and obviously don't want to mess it up! Any ideas thanks.
  Quote
Thanks from:
artes (02-01-2012)
Old 07-01-2009, 5:12 PM   #8
Distinguished Member
Join Date: Aug 2006
Location: Redditch
Experience Points:
28,191, Level: 40
Points: 28,191, Level: 40 Points: 28,191, Level: 40 Points: 28,191, Level: 40
Activity: 89.2%
Activity: 89.2% Activity: 89.2% Activity: 89.2%
Thanks: Gave 39, Got 2,263
Posts: 12,817
Re: Formatting external HDD in EXT3 format

Quote:
Originally Posted by stokesd3 View Post
Managed to format ok using the Linux GUI mentioned, copied the file from the HDR and mounted the partition in bash shell so I can see the file ok. I take it I have to mount my NTFS filesystem as well to copy it over. However I'm reluctant to do this as it is my Vista boot partition and obviously don't want to mess it up! Any ideas thanks.
If its an external drive you have to mount it yes but an internal one should be there at boot up just like in windows. In the gui its a drag and drop operation same as windows. The GUI should have a drives files and folders window just like windows file explorer
  Quote
Old 07-01-2009, 5:33 PM   #9
Member
Join Date: Dec 2008
Experience Points:
1,813, Level: 9
Points: 1,813, Level: 9 Points: 1,813, Level: 9 Points: 1,813, Level: 9
Activity: 0.7%
Activity: 0.7% Activity: 0.7% Activity: 0.7%
Thanks: Gave 5, Got 2
Posts: 36
Re: Formatting external HDD in EXT3 format

Not sure if I'm being a bit dim here - probably! In the GParted GUI there doesn't appear to be any form of file explorer so not sure where I can drag and drop.

If it's not necessary to mount my C drive what directory do I copy to as it has to be mounted to specify one doesn't it? Tried mounting my NTFS partition on /vista but when I tried copying from the EXT3 partition it just says permission denied. Tried this with an NTFS partition on my external HDD as well. Finally, how do you specify filenames with spaces in bash - quotation marks?

In summary I mounted /dev/sda2 on /vista and /dev/sdb2 on /humax

Then tried cp /humax/* /vista
  Quote
Old 07-01-2009, 5:45 PM   #10
Distinguished Member
Join Date: Aug 2006
Location: Redditch
Experience Points:
28,191, Level: 40
Points: 28,191, Level: 40 Points: 28,191, Level: 40 Points: 28,191, Level: 40
Activity: 89.2%
Activity: 89.2% Activity: 89.2% Activity: 89.2%
Thanks: Gave 39, Got 2,263
Posts: 12,817
Re: Formatting external HDD in EXT3 format

Quote:
Originally Posted by stokesd3 View Post
Not sure if I'm being a bit dim here - probably! In the GParted GUI there doesn't appear to be any form of file explorer so not sure where I can drag and drop.

If it's not necessary to mount my C drive what directory do I copy to as it has to be mounted to specify one doesn't it? Tried mounting my NTFS partition on /vista but when I tried copying from the EXT3 partition it just says permission denied. Tried this with an NTFS partition on my external HDD as well. Finally, how do you specify filenames with spaces in bash - quotation marks?

In summary I mounted /dev/sda2 on /vista and /dev/sdb2 on /humax

Then tried cp /humax/* /vista
Make yourself a slax boot up cd (this has a file explorer gui)

Slax: your pocket operating system
  Quote
Old 07-01-2009, 5:55 PM   #11
Member
Join Date: Dec 2008
Experience Points:
1,813, Level: 9
Points: 1,813, Level: 9 Points: 1,813, Level: 9 Points: 1,813, Level: 9
Activity: 0.7%
Activity: 0.7% Activity: 0.7% Activity: 0.7%
Thanks: Gave 5, Got 2
Posts: 36
Re: Formatting external HDD in EXT3 format

That works a treat thanks :-)

Last edited by stokesd3; 07-01-2009 at 6:25 PM.
  Quote
Old 09-05-2009, 6:59 AM   #12
New Member
Join Date: Apr 2005
Experience Points:
4,735, Level: 16
Points: 4,735, Level: 16 Points: 4,735, Level: 16 Points: 4,735, Level: 16
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
Thanks: Gave 0, Got 0
Posts: 7
Re: Formatting external HDD in EXT3 format

Use Paragon Partition Manager - easy peasy.
  Quote
Old 10-05-2009, 2:44 AM   #13
Member
Join Date: Jun 2008
Experience Points:
2,043, Level: 10
Points: 2,043, Level: 10 Points: 2,043, Level: 10 Points: 2,043, Level: 10
Activity: 10.8%
Activity: 10.8% Activity: 10.8% Activity: 10.8%
Thanks: Gave 1, Got 26
Posts: 342
Re: Formatting external HDD in EXT3 format

One tip:

If you happen to have a NAS such as QNAP(many people now have), you can connect the HD to the NAS and format in ext3.
You can also access the contents this way instead of installing ext drivers in Windows.
  Quote
Thanks from:
2pods (14-05-2009)
Old 14-05-2009, 8:38 PM   #14
Member
Join Date: Dec 2003
Experience Points:
3,560, Level: 14
Points: 3,560, Level: 14 Points: 3,560, Level: 14 Points: 3,560, Level: 14
Activity: 3.4%
Activity: 3.4% Activity: 3.4% Activity: 3.4%
Thanks: Gave 20, Got 6
Posts: 154
Smile Re: Formatting external HDD in EXT3 format

I suspected I might be able to format the disk on the QNAP, but I didn't think about the obvious (but not to me apparently) benefits of file transfers - doh !
  Quote
Old 15-05-2009, 7:59 AM   #15
Member
Join Date: Jan 2009
Location: London
Experience Points:
2,519, Level: 11
Points: 2,519, Level: 11 Points: 2,519, Level: 11 Points: 2,519, Level: 11
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
Thanks: Gave 12, Got 5
Posts: 76
Re: Formatting external HDD in EXT3 format

Slightly related question for when I get my box (should be in stock at Richer Sound today)

What about compatibility with Mac?
How do I ensure a memory stick works? How do I format it??

Thanks for your help.
  Quote
Old 15-05-2009, 12:12 PM   #16
New Member
Join Date: Nov 2008
Location: Sheffield
Experience Points:
1,354, Level: 8
Points: 1,354, Level: 8 Points: 1,354, Level: 8 Points: 1,354, Level: 8
Activity: 0.2%
Activity: 0.2% Activity: 0.2% Activity: 0.2%
Thanks: Gave 2, Got 3
Posts: 21
Re: Formatting external HDD in EXT3 format

Quote:
Originally Posted by b1978 View Post
Slightly related question for when I get my box (should be in stock at Richer Sound today)

What about compatibility with Mac?
How do I ensure a memory stick works? How do I format it??
I have a FAT32 formatted USB stick that works fine with the HDR and my macs. FAT32 limits files to 4GB (1hr SD ~ 1.5Gig).
If you need to copy larger files try MacFuse and the ext3 filesystem (I'm looking in to this).
  Quote
Old 23-05-2009, 7:51 AM   #17
New Member
Join Date: May 2008
Experience Points:
1,382, Level: 8
Points: 1,382, Level: 8 Points: 1,382, Level: 8 Points: 1,382, Level: 8
Activity: 0.7%
Activity: 0.7% Activity: 0.7% Activity: 0.7%
Thanks: Gave 0, Got 3
Posts: 17
Re: Formatting external HDD in EXT3 format

As an alternative to MacFuse, Paragon has read/write Mac drivers for NTFS and EXT3, which work a little faster.

ExtFS for Mac OS X - Overview

No more barriers between Windows and Mac®
  Quote
Old 18-03-2011, 4:13 PM   #18
Member
Join Date: Jan 2009
Experience Points:
1,150, Level: 7
Points: 1,150, Level: 7 Points: 1,150, Level: 7 Points: 1,150, Level: 7
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
Thanks: Gave 0, Got 0
Posts: 38
This thread is way over my head- faaar too technical for me

Is there a simple way in which I can convert files into a format that can be loaded onto a 16gb sdhc (series 6) card and then just stick it in the front of the box?

Ta

MRPJD
  Quote
Post Reply

Powered by  
 Latest popular product prices
Goodmans GFSAT101SD DVB-S 
3 prices from
 £34.99 Click to show/hide the offers

Goodmans GFSAT101SD DVB-S 
3 prices from
 £34.99 Click to show/hide the offers

Bush BFSAT02SD DVB-S 
1 price
 £40.94 Click to show/hide the offers

Bush BFSAT02SD DVB-S 
1 price
 £40.94 Click to show/hide the offers

Humax FOXSAT DVB-S/DVB-S2 
5 prices from
 £104.95 Click to show/hide the offers

Humax FOXSAT DVB-S/DVB-S2 
5 prices from
 £104.95 Click to show/hide the offers

Grundig GUFSATHD DVB-S 
1 price
 £99.99 Click to show/hide the offers

Grundig GUFSATHD DVB-S 
1 price
 £99.99 Click to show/hide the offers

 Updated February 13th at 3:30am. Prices include delivery.


Thread information and display options
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off