LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-29-2013, 02:51 PM   #1
Rupadhya
Member
 
Registered: Sep 2012
Location: Hoffman Estates, IL
Distribution: Fedora 20
Posts: 167

Rep: Reputation: Disabled
Any experiences with BTRFS on Fedora 17/Fedora 18?


I was looking at the documentation for BTRFS and wondering if there is any reason to migrate to it as of yet. I think it is still experimental in the kernel, and most of my data is JPGs of various sizes.

My hard drive topology include:

300 Gig formatted as EXT4
1 Terabyte formatted as EXT4, mostly for backup of the 300 Gig.

It looks like BTRFS is really good for multi-volume RAID configurations, and really big file systems. I might be wrong in my assumptions.

- Raj
 
Old 01-29-2013, 04:29 PM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
I'd use XFS for this purpose for now.
 
Old 01-29-2013, 04:37 PM   #3
Rupadhya
Member
 
Registered: Sep 2012
Location: Hoffman Estates, IL
Distribution: Fedora 20
Posts: 167

Original Poster
Rep: Reputation: Disabled
From reading wikipedia.org, it looks more baked in then BTRFS. Thanks for the feedback.

- Raj
 
Old 04-26-2013, 06:56 PM   #4
Rupadhya
Member
 
Registered: Sep 2012
Location: Hoffman Estates, IL
Distribution: Fedora 20
Posts: 167

Original Poster
Rep: Reputation: Disabled
I wanted to fsck the drive to check if I corrupted it, and ext4 fsck exists on my machine, but I don't have a fsck.btrfs. Does it exist?

- Raj
Code:
# fsck /home/julie/btrfs
fsck from util-linux 2.22.2
fsck: fsck.btrfs: not found
fsck: error 2 while executing fsck.btrfs for /dev/sdf3
# fsck /home/julie/ext4
fsck from util-linux 2.22.2
e2fsck 1.42.5 (29-Jul-2012)
EXT4: clean, 9640/1925120 files, 7031100/7679743 blocks
 
Old 04-27-2013, 07:23 PM   #5
guyonearth
Member
 
Registered: Jun 2012
Location: USA
Distribution: Ubuntu
Posts: 424

Rep: Reputation: 83
Quote:
Originally Posted by Rupadhya View Post
I wanted to fsck the drive to check if I corrupted it, and ext4 fsck exists on my machine, but I don't have a fsck.btrfs. Does it exist?

- Raj
Code:
# fsck /home/julie/btrfs
fsck from util-linux 2.22.2
fsck: fsck.btrfs: not found
fsck: error 2 while executing fsck.btrfs for /dev/sdf3
# fsck /home/julie/ext4
fsck from util-linux 2.22.2
e2fsck 1.42.5 (29-Jul-2012)
EXT4: clean, 9640/1925120 files, 7031100/7679743 blocks
You use btrfsck, but it's still experimental.
 
Old 04-27-2013, 08:03 PM   #6
Rupadhya
Member
 
Registered: Sep 2012
Location: Hoffman Estates, IL
Distribution: Fedora 20
Posts: 167

Original Poster
Rep: Reputation: Disabled
Thank you for your response.

Something is not right on my machine, though.
Code:
# mount | grep btrfs
/dev/sdf3 on /home/julie/btrfs type btrfs (rw,relatime,seclabel,space_cache)
# df -h
Filesystem      Size  Used Avail Use% Mounted on
devtmpfs        996M     0  996M   0% /dev
tmpfs          1005M  6.5M  998M   1% /dev/shm
tmpfs          1005M  8.0M  997M   1% /run
tmpfs          1005M     0 1005M   0% /sys/fs/cgroup
/dev/sda3        50G   11G   36G  23% /
tmpfs          1005M  4.6M 1000M   1% /tmp
/dev/sda1       477M   88M  365M  20% /boot
/dev/sda5       222G  178G   33G  85% /home
//rajhome1/h    694G  435G  224G  66% /home/raj/c
/dev/sdf1        24G  1.1G   23G   5% /home/julie/Pictures
/dev/sdf2        29G   27G  1.1G  97% /home/julie/ext4
/dev/sdf3        22G  1.1G   19G   6% /home/julie/btrfs
# btrfsck /home/julie/btrfs
No valid Btrfs found on /home/julie/btrfs
# uname -r
3.9.0-rc8
Any ideas?

- Raj
 
Old 04-28-2013, 06:45 AM   #7
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
You might want to have a look at this article. This is an interesting article by an Australian ISP who have made an experiment with BTRFS, just to see how things are coming along.

Quote:
It looks like BTRFS is really good for multi-volume RAID configurations, and really big file systems.
Well, yes there are certainly some advantages to this kind of approach (the combined 'LVM + filesystem' part, which you could also describe as 'ZFS-like', if you wanted) for 'big data'. On the other hand, 'big data' applications tend to be more unforgiving of data snafus, and so newly developed filesystem may well have difficulty getting adopted in this area, due to the difficulty achieving the required 'tried 'n tested' status without adventurous early adopters driving the project forward (Would you, eg, take much confidence from the idea that your hosting provider had decided to keep your data safe by keeping all on a freshly minted filesystem? Many people wouldn't.)

The 'snapshotting' part seems potentially useful to many users, whether they be desktop users or 'big data' users, even if the non-geeky probably won't see the advantage until it is made directly apparent to them.

Potentially, BTRFS could have advantages in different areas, from big to small, but the advantages that different users want from it are probably different, so the testing issue, and demonstrating the practical reliability, will probably take a bit of time.

Last edited by salasi; 04-28-2013 at 06:46 AM. Reason: typo
 
  


Reply

Tags
btrfs, fedora, kernel



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Fedora 18 Picks Up Last Features - There's No Btrfs LXer Syndicated Linux News 0 08-07-2012 03:20 AM
LXer: Btrfs Switch Postponed To Fedora 17 LXer Syndicated Linux News 0 08-08-2011 11:01 PM
My experiences in Fedora Core 8 chew5011 Fedora 3 01-19-2008 12:27 PM
Fedora Core 3 Questions and Experiences. sitmex Linux - Newbie 2 03-10-2005 03:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration