Debian :: Support For Btrfs Sub-volumes For Mounting

Sep 8, 2015

I have installed Debian through the Debootstrap process using the ext4 fs for root and it worked without a problem. When I tried to install Debian mounted on btrfs subvolumes, there are problems mounting root while booting so it crashes... Any clue if Debian supports btrfs subvolumes?

View 5 Replies


ADVERTISEMENT

Fedora :: Mounting SMB/CIFS Volumes With Autofs On The Fly?

Feb 18, 2010

There are a couple of way to mount Samba shares, but I prefer using "autofs" which can mount them on the fly. Use the autofs daemon to have shares automatically mounted on demand. The netfs service (installed by default in Fedora) is not a daemon and can only mount shares on boot, (it can't mount them on demand).

* Install the autofs package:

Code:
yum install autofs * Edit /etc/auto.master (the master map file), and comment out all lines (with #). This avoids conflicts with the CDROM (which is handled by Gnome), etc. Save the file. * Create a new file /etc/auto.cifs, with the contents of:
Code:
#!/bin/bash
# $Id$

[Code]...

View 4 Replies View Related

Red Hat / Fedora :: Mounting Volumes Representing Windows Partitions

Dec 16, 2008

I'm using fedora core 9 and I am a linux beginner. In my computer, I can see the icons representing windows partitions but cannot be opened. I right click on it and then opt for "mount the volume" . But there is no use. What can I do?

View 2 Replies View Related

General :: RHEL5 LiveCD Support For LVM Volumes?

Sep 28, 2010

I have created lvm snapshot, its dd file and .tar.gz files are on lvm volumes. Snapshot is of / directory, is residing in lvm volume. The root directory is also lvm volume. So I was trying to restore from snapshot of / using live cd of rhel5 BOOT.iso. which i found it in /rhel5_dvd/images/. The tutorial I was following said that the live cd should support lvm. So when I am trying to restore after few steps when it asks for media which contains rescue image, I was unable to see the lvm volumes created earlier, instead it shows the partitions added to physical volume earlier i.e., #pvcreate only. So I wanted to know whether the live cd of rhel5 supports lvm or I am making some mistake in restore?

View 1 Replies View Related

Ubuntu Security :: Disallow Users Mounting NTFS Volumes?

Nov 13, 2010

I have a system, I want only my sudoer account to show and automount NTFS partitions under 'Places' in Ubuntu. Simply, they shall not have access to mount it. Only my main sudoer user account shall take advantage on this show-and-possibly-automount feature of GNOME, but not anyone else.

View 6 Replies View Related

Fedora Installation :: 15 - LUKS Encrypted Logical Volumes Not Mounting On Boot

May 26, 2011

I have a setup that looks like this

[Code]....

and I'm dumped into recovery mode. However, if I remove these mounts from /etc/fstab via comments, I can wait for the system to boot (which it does very quickly) then mount the mapper devices myself. So what is going on? Has something changed wrt logical volumes, or is this just systemd? I can live with manual mounting, but any advice on resolving the automatic mounting situation would be great.

[Code]....

View 2 Replies View Related

Debian Installation :: Jessie On Btrfs File System With Subvolumes

Feb 9, 2015

My goal ist to install Debian Jessie on a drive with a btrfs subvolume scheme. This is my first time using btrfs and also my first Jessie installation.

My experience is, that partman creates btrfs file systems but doesn´t support btrfs subvolumes (why not?).

I successfully created btrfs subvolumes manually in a shell session during ("expert") installation and manually mounted them to the desired mount points in /target. Installation went through until grub2 installation, which failed.

Is there a best practice to install Debian (Jessie) on a btrfs file system with subvolumes? I want to use subvolumes for /, /home, /var/log and /var/lib/mysql.

View 3 Replies View Related

Ubuntu Installation :: Netbook Version Support Mounting Of Networked Drives?

Oct 14, 2010

will going from 10.04 desktop to 10.10 netbook mean i have to reinstall everything? also, does the netbook version support mounting of networked drives?

View 3 Replies View Related

Debian :: LVM Setup With 3 Logical Volumes?

Nov 25, 2010

I have done a recent install of Debian squeeze on a laptop. I set up LVM with 3 LV's, one for the root filesystem, one for /home, and another for swap. I then used lvextend to increase the size of the LV's. This additional space is shown if I enter lvdisplay (shortened for clarity):

- Logical volume -
LV Name /dev/auriga/swap
LV Size 4.66 GiB
- Logical volume -
LV Name /dev/auriga/root
LV Size 15.97 GiB
- Logical volume -
LV Name /dev/auriga/home
LV Size 169.01 GiB

However, if I use df, it still shows the previous size.
/dev/mapper/auriga-root 14G 8.0G 5.2G 61% /
/dev/sda1 221M 16M 193M 8% /boot
/dev/mapper/auriga-home 147G 421M 139G 1% /home

I have even tried restarting as well. I do not understand why df would still show that /home is 147GB, when I extended it to 169GB using lvextend. Similarly for the root, which was extended by 2GB from 14GB to 16GB.

View 2 Replies View Related

Debian :: Encrypted Lvm: How To Resize Logical Volumes

Apr 24, 2011

I have let the debian installer set up with separate partions forrootusrvarhometmpIt ended up with a huge home partition and little place for the others.So I wanted to give some of home's space to the others and didlvreduce on homelvextend on the others.Following some info on the net it tells you toe2fsck -f partition1 followed by aresize2fs partition1But when I try to fsck the reduced home partition I got the following error:The filesystem size (according to the superblock) is 73113600 blocksThe physical size of the device is 20447332 blocksEither the superblock or the partition table is likely to be corrupt!Abort? yesIs there any way to save this?

View 5 Replies View Related

General :: WARNING: "BTRFS Will Screw Your Debian / Ubuntu System"

May 6, 2011

Things were fine for a couple months until this most recent dist-upgrade. The new grub has an incompatibility with BTRFS which nearly caused me to lose everything, as grub couldn't set up the boot system since it can't see the BTRFS partition. I worked for days trying to get help in the linux-btrfs listserv, but they don't seem to understand Debian/Ubuntu, and they kept referring me to Debian and grub devs. I asked them how those devs will know any more about BTRFS than they do, but there was no reply.

They said the new grub (1.99~rc1-13) will fix it, but unfortunately the Debian package management system was jammed by BTRFS as well and I couldn't install/deinstall anything. I finally had to unpack the grub-pc .deb and manually install it, but guess what? It didn't fix the problem. I've now had to completely rebuild my system without BTRFS. This has cost me days, which I cannot spare. I realize it says 'experimental' on the BTRFS website, but it is in the stable kernel, and there is not a word anywhere about it being completely non-functional in Debian/Ubuntu.

View 12 Replies View Related

Debian :: Accessing Windows Volumes From Non Root Users?

Mar 25, 2010

How to access Windows volumes from non-root users?

View 4 Replies View Related

Debian Installation :: Debootstrap Installation On Btrfs Subvolumes

Sep 7, 2015

So I have installed Debian through debootstrap and it seemed to go off without a hitch, the problem came problem came about during the boot process. I am dual-booting with Arch and use Systemd-boot as my bootloader... it finds the kernal and initrd and starts to boot but I run into this problem where it gets to the options part for root and doesn't mount. have done this very same installation on virtualbox with ext4 filesystem and it worked without a hitch.. I know it has something to do with the btrfs subvolumes I'm so new to Debian I haven't made it past this installation process..

here is my lsblk
Code: Select all   
sda        8:0      0    /My_Files
sdb        8:32    0    /home
sdc        8:48    0     

[code]....

I have installed btrfs-tools and I don't know what the following means... It seems to do the first two fine, vmlinuz and initrd.img but it doesn't find my root because maybe it doesn't recognize the 'rootflags' tag? or Debian doesn't automatically deal with btrfs-subvolumes nicely?

Code:

Select allBegin: checking root file system . . . fsck from util-linux 2.25.2
/sbin/fsck.btrfs: BTRFS file system
mount: mounting PARTUUID=................................................................ on /root failed
Target filesystem doesn't have requested /sbin/init

View 14 Replies View Related

Debian :: EXFAT Support Vs NTFS Support ?

Aug 25, 2010

I'm looking to dual-boot Windows 7 and Debian 6 upon its release on my sister's laptop. I want to share a partition between the two of them so that /home points to this directory and the Windows equivalent also points to it (C:Users).

Anyway, I've heard good and bad things about the NTFSMount driver (I think it's NTFS-3G now) and the NTFSprogs project and so I am not so certain what I should believe. I do know that NTFS has relatively high overhead, though I do not recall the source of this assertion, so I am considering the use of EXFAT. An open source EXFAT project is hosted on Google Code at [url] and it utilizes the kernel module FUSE.

I'm quite certain that I've got everything covered on the Windows side -- that is, I know that both NTFS and EXFAT will be suitable filesystems for my required usage.

My issue is that I'm curious which will have superior performance and stability in Debian. I planned on building the package from source and mounting the device in my FSTAB but I have also found a PPA for Ubuntu on Launchpad at [url] that I could borrow the debian/rules from and make a .deb package from.

What do you guys think? Should I go at it with the EXFAT or NTFS partitioning? Is NTFS-3G actually fairly supported at this point? Or perhaps should I consider some alternate method?

I have also considered that the only files she will be sharing are those of music, videos, and pictures so it could be better to just link /home/xxxx/Pictures (Music and Videos, too) to the new partition instead of all of /home.

View 7 Replies View Related

Debian Multimedia :: Audio Crackling On High Volumes With ALSA On Intel ICH7

Aug 23, 2015

I'm having some issues with audio crackling/buzzing when turning up the volume, or on songs that have overclipped / overdriven parts, which doesn't happen on Windows (on it those sections are just "dampened"). Is there some certain settings in ALSA that are used to deal with this? Or is it something specific to the driver for the hardware? Speaking of which I'm using some integrated audio which goes by the name of Intel ICH7, and the chip itself is Analog Devices AD1981B.

I'm only using ALSA, without PulseAudio, and I've made sure the volumes both in the media players and under alsamixer aren't turned too high (PCM is at 47% and "Headphones" -- what is "Master" on Windows and on other soundcards under Linux -- is on 22%), so it isn't an issue with the software mixer being turned up too high. Also I'm using a pair of quality headphones (Sony MDRV55) so it's not an issue with the analog audio output either. I've also tried multiple other headphones and the result is the same.

View 4 Replies View Related

Fedora :: BTRFS - Use As Default FS?

Jun 9, 2011

I will be installing Fedora 15 on my work laptop this weekend and am wondering: Could I use BTRFS as the default filesystem? Why or why not?

My default layout looks like this:

/boot
LVM
swap
/
/home

This would mean that all the LVM partitions would become BTRFS. Or maybe only the /home would become BTRFS.

Different threads state that you shouldn't use BTRFS yet on production systems, but there are also plans to include it in F16 as the default FS.

Why should (or shouldn't) I use BTRFS as opposed to EXT4?

View 2 Replies View Related

Ubuntu Installation :: Using The BTRFS, Yes Or No?

Oct 10, 2010

I am about to setup a computer with Maverick. This will be for experiment use only, there will be nothing of any critical nature on it. Should I consider using the BTRFS, yes or no ? What would be the advantages/disadvantages (if any) on using it as opposed to EXT4 ?

View 4 Replies View Related

Ubuntu :: Partitioning With BTRFS?

Mar 15, 2011

I'm just diving in to figuring out how to partition/utilise BTRFS.I am used to just installing with EXT4 and carving out a / and a /homeBut, from what I understand, this isn't the case with BTRFS?I know you have to create a separate /boot as grub doesn't support the file system.But, with BTRFS, we just create a / and /home and others would then just be subvolumes?What happens if I want to reinstall? I have liked being able to just wipe / and reinstall the OS, leaving my personal files in tact. Does this still happen if the /home is just a subvolume? Hopefully that makes sense

View 3 Replies View Related

Debian :: Mounting Usb-sticks Has Cropped Up After Installing Debian-5.0.4 Anew?

Mar 29, 2010

This problem of mounting usb-sticks has cropped up after installing debian-5.0.4 anew. Whenever I am attaching the usb the lower panel shows JetFlash TS2GJFV30 (not mounted). When I am clicking on 'Mount device' a red warning sign is appering telling 'Error'. If I run terminal command 'mount /dev/disk' then error message is 'mount: can't find /dev/disk in /etc/ or /etc/mtab'.

View 6 Replies View Related

Ubuntu :: Btrfs Ready For Home Use?

May 16, 2011

Okay, so I found a couple articles about the new BTRFS for Ubuntu that became available on 10.10, and I was wondering if some people could clear some stuff up for me. I am going to be upgrading my desktop box from 8.04 soon (I know,long time coming, but I had some hardware compatibility issues with recent releases that have been addressed on my end) I'm pretty new to a lot of these terms, so a detailed explanation would be awesome if you don't mind.

1 - Is this file system ready for the home user?

2 - Are there significant performance gains over ext4 and is it stable? If not now, will it be in the future?

3 - When a new subvolume is created, does that act like a partition? For instance, would a home folder in it's own subvolume act like home on a separate partition in the event of a reinstall or upgrade to the root filesystem? If not, what would be the specific advantages to using a subvolume?

4 - When creating a snapshot, is it bit for bit or a compressed image?

5 - Does compressing the root filesystem save a significant amount of disc space?

6 - Is there anything else that would be important to know about this filesystem?

If I have some things confused or misunderstood, it is because I am just starting to understand how some of the foundational stuff in my OS works

View 5 Replies View Related

General :: Is There A Stable Distro Using Btrfs

Sep 20, 2010

I'm a big fan of ZFS on FreeBSD (I've been using it on my home server since before it got stable; bleeding edge, baby!) and I'd like to try out btrfs to see how that's evolving. Since it's still largely in development, none of the usual mainstream distros have btrfs as an option. I haven't used Linux in a bunch of years, so I don't really know what my best options are for giving btrfs a try.

View 2 Replies View Related

Ubuntu :: BTRFS Subvolumes And Snapshots

Apr 7, 2011

I decided to try playing with btrfs. I think you could do lots of fancy things with that. One thing puzzles me though - I can make a snapshot or a subvolume the default volume to mount (using btrfs set-default , but how do I then remove that subvolume default so that the base filesystem is the default mount again.

View 1 Replies View Related

Fedora :: Where To Download F15 Non-live Version With Btrfs?

May 25, 2011

I hear that the non-live version of F15 has an option to choose the btrfs filesystem. I only see the DVD version as a non-live version and it's 3.4 Gigs. Is there a non-live CD version available?

View 3 Replies View Related

Fedora Installation :: F15: Using Btrfs As Boot Partition?

May 25, 2011

is it possible? If I select btrfs as /boot partition I get this error:

"Bootable partitions cannot be on an btrfs filesystem"

edit:should I use this guide? [URL]

View 2 Replies View Related

Fedora :: Add Btrfs Part To GRUB Legacy?

Jul 28, 2011

I'm currently running the XFCE Spin of Fedora 15 (Xedora, as I like to call it (; ) on 64 bit, so sometimes I need a 32 bit environment to try stuff out.

I recently installed Linux Mint on a partition formatted to btrfs, and this is where my problems start, as I have no idea how to add this installation to my existing GRUB configuration. The grub.cfg on the Mint partition looks like this (GRUB2 btw.):

Code:
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

[Code].....

View 6 Replies View Related

Ubuntu :: Btrfs Raid0 Won't Mount At Boot?

Jul 15, 2010

I upgraded my 9.10 installation to 10.04 and decided to try out btrfs on a some spare drives in the system.sudo mkfs.btrfs -m raid0 /dev/sdb /dev/sdc /dev/sddthe only way the system sees the btrfs array is by running btrfsctl -a and then mounting /dev/sdc. but that has to be done in userland, not at boot. if i try to mount it via fstab, ubuntu won't load because it can't find the mount point./dev/sdc /Images atasum,thread_pool=128,compress,rw,user 0 0so where am i going wrong? I tried mounting via the UUID also but that didn't seem to work for me either.

View 1 Replies View Related

Ubuntu :: Btrfs Filesystem Identified As Ext4?

Jul 24, 2010

During the installation of Ubuntu 10.04 the partitioner was wrongfully configured to see a functioning btrfs partition as ext4 (without reformatting it). Thus the installation process got stuck at 5%.Installer was run again ignoring the btrfs partition.btrfs-tools was added to the new 10.04, but the btrfs partition is now recognized ast4 with lost+found folder on it.Tried to add the btrfs to etc/fstab as btrfs but t won't mount.Can the partition/filesystem type be changed so that this is actually recognized and mounted as btrfs, hoping my data is still on it somehow?

View 9 Replies View Related

Server :: NAS On Btrfs - Possibly Zfs/xfs - Software-getting Started ?

Jun 28, 2010

Currently have multiple small DNS-323 NAS-in-a-box that need to be replaced with a single storage server.

Since the setting is for an advanced home server (2-3 simultaneous clients max) that will hold movies and application/game ISO's, I was originally going to go with a simple RAID6 on freenas. As I learned about silent data corruption, and with a max of 3 simultaneous users, I don't see a need for a hardware raid processor. So I gathered that software RAIDZ (RAIDZ2) based on ZFS or BTRFS that prevent silent data corruption would be a better match (please correct me if I am wrong).

NEEDS: The needs (in addition to prevention of silent data corruption) are basically online capacity expansion (OCE), and 2+TB volumes (64bit LBA); with a preference for the ability to spin down idle drives. I'm going to make the assumption that any solution I go with will allow me to read/monitor actual SMART drive data.

STUMBLING BLOCK(S):
1. Would someone validate the (perhaps mistaken) assumption that since BTRFS is integrated into the latest Linux kernel, it is mature enough for NAS candidacy.
2. Please validate: Forward-compatibility of BTRFS has been stated (no need to reformat with subsequent BTRFS updates).
3. Am I missing any NAS software (open-source or otherwise) that would meet these requirements and provide a nice pretty graphical interface?
4. What software solution would you recommend? (btrfs on xxxxx? zfs-fuse? linux+xfs (+mdadm)? ..?)
5. What are my next steps?

Accumulated hardware for project:
SERVER: 3u chassis with 16hot swap trays. Tyan S5360G2NR i7520 mainboard. Single Intel 2.8Ghz CPU (dual-capable). 4GB ECC RAM (do i need more?). Dual hot-swappable 550W psu. CD-ROM
DRIVES: Eight 1.5Tb SATA drives, plus an additional four that are in-use in the DNS323 that I will migrate over using OCE. Four 750 SATA drives that are also in-use and can be migrated over via OCE. One 16Gb SATA SSD, intended for Boot OS and logs.
INTERFACE CARDS: Two 3Ware Escalade 9500S-8 8Port SATA RAID (PCI-X, 64bit) [can change these to something else].
UPS: 1500VA

View 3 Replies View Related

Slackware :: 13.37rc2 Btrfs With Generic Kernel

Mar 20, 2011

I was interested in the idea of the btrfs subvolumes, so I made a virtual machine and installed Slackware as per the instructions here: [URL] It all went very well, but when I tried to switch from the huge kernel to the generic kernel and use the initrd.gz generated from step 29 (except that I used 2.6.37.4-smp instead of whatever's there) in lilo.conf, it failed to boot. I also noticed that in the instructions themselves, the poster doesn't actually add the initrd.gz to lilo.conf, so I'm guess the huge kernel has everything it needs to boot properly.

View 13 Replies View Related

Ubuntu Installation :: External USB Drive Btrfs Remount?

Dec 28, 2010

I'm running Maverick on an older Stinkpad. I have a btrfs /home as a second partition on the internal HDDand a brand shiny new 3TB external USB western digital drive also formatted btrfs. I'm having a problem whenever I hibernate/suspend the laptop by closing the lid and start it back up later, the external drive won't remount unless I do a complete reboot. I have no entry in /etc/fstab for the external drive.Quote:Unable to mount "blah" DBus error org.gtk.Private.RemoteVolumeMonitor.Failed: An operation is already pending

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved