Re: partition management in dual-boot laptop / limited space

2016-01-06 Thread Tim
Rick Stevens: >> Referring to your original post, I don't really see a huge benefit to >> having separate / and /home partitions unless you're planning to do >> partition-based backups and restores. Back in the day when we backed up >> to tape and such with limited capacities, it made sense. Now th

Re: Cannot access my phone storage from fc22

2016-01-06 Thread Tim
Wolfgang S. Rupprecht: >> There are "charging-only" cables that intentionally leave out the data >> wires. These are a good idea when you don't want some random charger at >> a coffee shop or airport to download all your pictures and other data >> while your phone is charging. Will W: > You are r

Re: partition management in dual-boot laptop / limited space

2016-01-06 Thread Sylvia Sánchez
I disabled SELinux. It gets on my nerves. I've a dual boot in my laptop, but it's just for a warranty thing. It's squeezed in a 30GB partition. And for the next Fedora release it will be wiped. Glad you find a solution that suits you. Cheers, Sylvia -- users mailing list users@lists.fedoraproje

Re: OT: On dual boot system - need to expand windoze partition ...

2016-01-06 Thread Ian Malone
On 6 January 2016 at 23:54, Patrick O'Callaghan wrote: > On Wed, 2016-01-06 at 18:44 +, Ian Malone wrote: >> I think gparted should be able to do this for you, first move the >> start of the linux partition and filesystem towards the end of the >> disc (you'll have to shrink that filesystem, a

Re: partition management in dual-boot laptop / limited space

2016-01-06 Thread Ian Malone
On 6 January 2016 at 23:56, Sylvia Sánchez wrote: > First, I strongly recommend to put /home in a separated partition. It > will save you time any time you make a fresh install. Yes, it's how I've got my desktop set up, previously my laptop didn't have enough space to make that practical. Though

Re: partition management in dual-boot laptop / limited space

2016-01-06 Thread Ian Malone
On 6 January 2016 at 22:14, Chris Murphy wrote: > You could use LVM thin p for / and /home. > > The advantage is LV sizes are virtual, and can be larger than the VG. So > it's an on demand pool of extents, assigned when needed by whichever LV. > > The installer won't let you over commit though. So

Re: partition management in dual-boot laptop / limited space

2016-01-06 Thread Ian Malone
On 6 January 2016 at 20:14, Jon LaBadie wrote: > On Wed, Jan 06, 2016 at 06:23:55PM +, Ian Malone wrote: >> I can only see the windows in a vm helping >> in this situation if there's a neat way to give it fairly transparent >> access to a filesystem on the host machine. > > To the latter poin

Re: OT: On dual boot system - need to expand windoze partition ...

2016-01-06 Thread Doug
On 01/06/2016 12:16 PM, jd1008 wrote: by catenation to a partition on an external drive. I do not want to shrink the fedora partition, but I could if necessary; in which case does fedora have a partition resizer? I know I can back up the fedora partition, resize it and and restore from backup

Re: partition management in dual-boot laptop / limited space

2016-01-06 Thread Sylvia Sánchez
First, I strongly recommend to put /home in a separated partition. It will save you time any time you make a fresh install. Second, may I ask what use you give to your Windows? I mean, why you keep a dual boot? Cheers, Sylvia -- users mailing list users@lists.fedoraproject.org To unsubscribe o

Re: OT: On dual boot system - need to expand windoze partition ...

2016-01-06 Thread Patrick O'Callaghan
On Wed, 2016-01-06 at 18:44 +, Ian Malone wrote: > I think gparted should be able to do this for you, first move the > start of the linux partition and filesystem towards the end of the > disc (you'll have to shrink that filesystem, also done in gparted) > and then move it to create free space

Re: OT: On dual boot system - need to expand windoze partition ...

2016-01-06 Thread Patrick O'Callaghan
On Wed, 2016-01-06 at 10:49 -0700, jd1008 wrote: > sda3 is the fedora boot partition and formatted and mounted as ext4. You can shrink ext4 filesystem using resize2fs (assuming it has enough unused space of course). The fs has to be unmounted of course, so you may want to do it in single-user mode

Re: Cannot access my phone storage from fc22

2016-01-06 Thread Will W
On Tue, 5 Jan 2016, Wolfgang S. Rupprecht wrote: Date: Tue, 05 Jan 2016 14:41:55 -0800 From: Wolfgang S. Rupprecht Reply-To: Community support for Fedora users To: users@lists.fedoraproject.org Subject: Re: Cannot access my phone storage from fc22 There are "charging-only" cables that intenti

Re: partition management in dual-boot laptop / limited space

2016-01-06 Thread Joe Zeff
On 01/06/2016 02:21 PM, Chris Murphy wrote: Simpler is certainly no LVM, and single volume (combined root and home). And do directory based backup of home. Safest, however, is two partitions, without LVM: / and /home. That way, you can re-install from scratch if you have to without worrying a

Re: partition management in dual-boot laptop / limited space

2016-01-06 Thread Chris Murphy
Simpler is certainly no LVM, and single volume (combined root and home). And do directory based backup of home. Gaming, probably need to dual boot. Otherwise use a VM. If you haven't tried it, GNOME Boxes is fast and easy to use for this. It's been included in live installs for some time, ready to

Re: partition management in dual-boot laptop / limited space

2016-01-06 Thread Chris Murphy
You could use LVM thin p for / and /home. The advantage is LV sizes are virtual, and can be larger than the VG. So it's an on demand pool of extents, assigned when needed by whichever LV. The installer won't let you over commit though. So what you do is create only / and set that volume size to a

Re: partition management in dual-boot laptop / limited space

2016-01-06 Thread Jon LaBadie
On Wed, Jan 06, 2016 at 06:23:55PM +, Ian Malone wrote: > On 6 January 2016 at 17:01, Patrick O'Callaghan wrote: > > On Wed, 2016-01-06 at 13:30 +, Ian Malone wrote: > >> Is there any less drastic approach? > > > > You don't really explain your use case. I find it's enough to run the > > o

Re: partition management in dual-boot laptop / limited space

2016-01-06 Thread Ian Malone
On 6 January 2016 at 18:33, Rick Stevens wrote: > On 01/06/2016 10:23 AM, Ian Malone wrote: >> >> On 6 January 2016 at 17:01, Patrick O'Callaghan >> wrote: >>> >>> On Wed, 2016-01-06 at 13:30 +, Ian Malone wrote: Is there any less drastic approach? >>> >>> >>> You don't really expla

Re: OT: On dual boot system - need to expand windoze partition ...

2016-01-06 Thread Ian Malone
On 6 January 2016 at 17:49, jd1008 wrote: > > > On 01/06/2016 10:32 AM, Patrick O'Callaghan wrote: >> >> On Wed, 2016-01-06 at 10:16 -0700, jd1008 wrote: >>> >>> by catenation to a partition on an external drive. >>> >>> I do not want to shrink the fedora partition, but I could >>> if necessary; i

Re: partition management in dual-boot laptop / limited space

2016-01-06 Thread Rick Stevens
On 01/06/2016 10:23 AM, Ian Malone wrote: On 6 January 2016 at 17:01, Patrick O'Callaghan wrote: On Wed, 2016-01-06 at 13:30 +, Ian Malone wrote: Is there any less drastic approach? You don't really explain your use case. I find it's enough to run the occasional Windows session in a VM,

Re: partition management in dual-boot laptop / limited space

2016-01-06 Thread Ian Malone
On 6 January 2016 at 17:01, Patrick O'Callaghan wrote: > On Wed, 2016-01-06 at 13:30 +, Ian Malone wrote: >> Is there any less drastic approach? > > You don't really explain your use case. I find it's enough to run the > occasional Windows session in a VM, but if you depend on high- > performa

Re: OT: On dual boot system - need to expand windoze partition ...

2016-01-06 Thread jd1008
On 01/06/2016 10:32 AM, Patrick O'Callaghan wrote: On Wed, 2016-01-06 at 10:16 -0700, jd1008 wrote: by catenation to a partition on an external drive. I do not want to shrink the fedora partition, but I could if necessary; in which case does fedora have a partition resizer? I know I can back

F23 login fails after logout

2016-01-06 Thread Robert Arkiletian
1) boot 2) login 3) logout 4) login (fails with correct password) I'm simply dumped back to the gdm login screen if I kill the remaining processes of the user which was logged in (systemd and something else) with pkill -U user , then I can log back in. Anyone experience this or have a fix? -- u

Re: OT: On dual boot system - need to expand windoze partition ...

2016-01-06 Thread Patrick O'Callaghan
On Wed, 2016-01-06 at 10:16 -0700, jd1008 wrote: > by catenation to a partition on an external drive. > > I do not want to shrink the fedora partition, but I could > if necessary; in which case does fedora have a partition > resizer? > > I know I can back up the fedora partition, resize it and >

OT: On dual boot system - need to expand windoze partition ...

2016-01-06 Thread jd1008
by catenation to a partition on an external drive. I do not want to shrink the fedora partition, but I could if necessary; in which case does fedora have a partition resizer? I know I can back up the fedora partition, resize it and and restore from backup. But that could take many hours of down

Re: partition management in dual-boot laptop / limited space

2016-01-06 Thread Patrick O'Callaghan
On Wed, 2016-01-06 at 13:30 +, Ian Malone wrote: > Is there any less drastic approach? You don't really explain your use case. I find it's enough to run the occasional Windows session in a VM, but if you depend on high- performance 3D graphics (e.g. for gaming) that may not be enough. For most

partition management in dual-boot laptop / limited space

2016-01-06 Thread Ian Malone
It's been a while since I touched LVM, I don't use it on my personal machines since I don't need what it provides and when it was first introduced in Fedora I found it slowed things down a bit. Right now I'm changing my laptop to a 250GB SSD (from the 100GB it had previously). It dual boots and wa