Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-08-2013, 04:48 PM
|
#1
|
LQ Veteran
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
|
14.1 quick format with btrfs
Hi all,
First of all, thank you Pat and the crew for the new release.
Not sure if I've missed something somewhere but when I install 64 14.1 (torrent download) choosing Quick format and then btrfs, it doesn't actually format the partition. It quickly proceeds and all the files install but the old files from the previous installation are still there.
What have I missed?
Edit: It does the same with Slow format and btrfs.
Last edited by sycamorex; 11-08-2013 at 04:55 PM.
|
|
|
11-09-2013, 09:44 AM
|
#2
|
LQ Newbie
Registered: Oct 2012
Posts: 14
Rep: 
|
Slackware Linux Help
Quote:
When you log into the install
disk, there are four consoles. To switch among them, use Alt-F1,
Alt-F2, Alt-F3, or Alt-F4 to select which of the four consoles you
wish to use.
|
Quote:
On the install disk, the first three consoles are login consoles.
The fourth console is used to show informational messages during
installation, such as disk formatting status, kernel messages, and
so on.
|
|
|
|
11-09-2013, 12:55 PM
|
#3
|
Senior Member
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187
|
IIRC, by default btrfs does not "delete" anything, it just hard links the file you try to delete into the recovery tree and creates a new file. (Actually, this is done at the inode level, not the file level.) That's why it's called a "copy-on-write" file system.
Anyhow, formatting (or reformatting) a btrfs will not actually erase the "old" files unless you use the administrative tools to do so. (Which you need to do fairly frequently unless your btrfs spans a large drive, and your "active files" are only a small part of the drive.)
Note: I stopped using btrfs when a 2Tb drive, formatted as btrfs, reported that it was "full," but df reported only 200Gb in use on the drive. (This was at least a year ago, and things may be better now, but I decided that frequent backup was all I needed for a simple, one user, home system.)
|
|
|
11-09-2013, 04:32 PM
|
#4
|
LQ Guru
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,564
|
BtrFS is generally recommended anymore from my knowledge only for user accounts due to how Copy-On-Write works.
You should be using something like EXT3/4, JFS, or ReiserFS for your root file system, EXT2 for /boot, and a different partition like BtrFS for your /home/(user accounts) for redundancy and backup capability purposes.
I think ZFS allows for deletion of files without administrator access after a certain time frame has passed, but ZFS is not included by default for any Linux distribution due to licensing.
Last edited by ReaperX7; 11-09-2013 at 04:33 PM.
|
|
|
11-10-2013, 09:14 AM
|
#5
|
Member
Registered: Sep 2011
Posts: 925
|
Btrfs will not be production-ready until Slackware 16 I think.
|
|
|
11-10-2013, 02:37 PM
|
#6
|
LQ Guru
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,564
|
BtrFS unfortunately as jtsn said, is still in the testing/experimental stages. It's really not ready for mainstream usage. Actually few doubt it will ever be ready, and that work needs to be done to get ZFS license compatible with GPL.
Oracle has been working on it as a replacement for ZFS which is now under the Illumos Foundation's control, but ZFS is still far superior, however even still at this time, ZFSOnLinux, which has been porting ZFS to Linux, is still licensed under the CDDL, which as mentioned previously, isn't GPL compatible so no distributions can include it by default, and plus I think the code is in need of an update to work with the recent 3.x series of kernels.
Your best bet would be to use JFS, EXT4, or ReiserFS at this time.
I have used this broken down partition method as one of mine in recent times.
EXT2 - /boot
EXT4 - /(root)
JFS - /home
However, mostly I stick to a single EXT4 /(root) partition for all files.
Last edited by ReaperX7; 11-10-2013 at 02:41 PM.
|
|
|
11-10-2013, 07:20 PM
|
#7
|
LQ Veteran
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Original Poster
|
Thank you. That's what I thought: PEBKAC
I went with ext4 anyway. Initially I just wanted to try btrfs. I read about ZFS and it does sound really interesting. It's a pity it can't (yet) be included with Linux by default.
|
|
|
All times are GMT -5. The time now is 05:09 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|