Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

FS not resizing.
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
FS not resizing.
16th May, 2019, 10:04 PM
Post: #16
Nachteule Offline
Administrator
******
Posts: 2,407
Joined: Dec 2014
Reputation: 122
RE: FS not resizing.
(16th May, 2019 07:12 AM)jakenl Wrote:  
(16th May, 2019 04:36 AM)Nachteule Wrote:  Btw, if you want to use boot partition from your external usb device, you could prepare an sd-card as documented in this article

I tried this a couple of months ago with an Pi2, and it's working great
I had to repeat the process above 2 times, went back to a backup of this SD-card in between, but at the eind it works as expected: only bootcode.bin on a FAT formatted card and it boots further from USB. Great!
With df -h I checked available file size and my full 32Gb is now accessible. Main issue solved. By running sudo fdisk -l I also found a SWAP file mounted on /dev/sda3, so that seems good too now!

Pew, that's fine. Each issue has it's reason Smile

Quote:
(16th May, 2019 04:20 AM)Nachteule Wrote:  So we have the first error:
Very well possible, good that you found a reason! (although I only followed the backup to USB procedure from xbian-config at the time)

The main idea behind an image backup is to get an image, which can be written to sd-card and boot from it without the need of any modification. But in your case, you have to modify it because boot from sd-card and run system from external usb device (means /boot and rootfs is on different devices) is not supported per default w/o modification of /boot/cmdline.txt and /etc/fstab

Quote:Please help me with my /etc/fstab content. I see for instance 2 identical lines with an UUID. With your help I might streamline my fstab as well and have a proper functioning system left.
Code:
#
# Configured /etc/fstab for XBian system
#
/dev/root                       /home                   xbian   subvol=home/@,noatime,nobootwa$
/dev/root                       /lib/modules            xbian   subvol=modules/@,noatime,noboo$
/dev/root                       /                       xbian   noatime,nobootwait,rw         $
UUID=4D28-F2B5                  /boot                   xbian   noatime,rw,private            $
UUID=4D28-F2B5                  /boot                   xbian   noatime,rw,private            $
none                            /run/user               tmpfs   noauto                        $
none                            /run/shm                tmpfs   noauto                        $
none                            /run/lock               tmpfs   noauto                        $
/dev/root                       /xbmc-backup            xbian   subvol=data/@,noatime,rw      $

Your /etc/fstab looks a bit strange Confused

The lines at the end seems to be truncated, and where does the $ sign came from ? The duplicate UUID=4D28-F2B5 /boot ... line can be deleted, no problem. Here is the fixed version:

Code:
#
# Configured /etc/fstab for XBian system
#
/dev/root                       /home                   xbian   subvol=home/@,noatime,nobootwait,rw      0 0
/dev/root                       /lib/modules            xbian   subvol=modules/@,noatime,nobootwait,rw   0 0
/dev/root                       /                       xbian   noatime,nobootwait,rw                    0 0
UUID=4D28-F2B5                  /boot                   xbian   noatime,rw,private                       0 1
none                            /run/user               tmpfs   noauto                                   0 0
none                            /run/shm                tmpfs   noauto                                   0 0
none                            /run/lock               tmpfs   noauto                                   0 0
/dev/root                       /xbmc-backup            xbian   subvol=data/@,noatime,rw                 0 0
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
FS not resizing. - IriDium - 10th Apr, 2016, 08:36 PM
RE: FS not resizing. - Nachteule - 10th Apr, 2016, 10:00 PM
RE: FS not resizing. - IriDium - 10th Apr, 2016, 11:10 PM
RE: FS not resizing. - Nachteule - 10th Apr, 2016, 11:24 PM
RE: FS not resizing. - IriDium - 11th Apr, 2016, 12:54 AM
FS not resizing. - jakenl - 14th May, 2019, 07:46 AM
RE: FS not resizing. - Nachteule - 14th May, 2019, 10:47 PM
RE: FS not resizing. - jakenl - 15th May, 2019, 04:03 AM
RE: FS not resizing. - Nachteule - 15th May, 2019, 04:22 AM
FS not resizing. - jakenl - 15th May, 2019, 06:25 AM
RE: FS not resizing. - Nachteule - 15th May, 2019, 07:22 AM
RE: FS not resizing. - jakenl - 16th May, 2019, 04:12 AM
RE: FS not resizing. - Nachteule - 16th May, 2019, 04:20 AM
RE: FS not resizing. - Nachteule - 16th May, 2019, 04:36 AM
RE: FS not resizing. - jakenl - 16th May, 2019, 07:12 AM
RE: FS not resizing. - Nachteule - 16th May, 2019 10:04 PM
RE: FS not resizing. - jakenl - 19th May, 2019, 07:38 AM
RE: FS not resizing. - Nachteule - 21st May, 2019, 02:42 AM
FS not resizing. - jakenl - 23rd May, 2019, 10:14 PM
RE: FS not resizing. - Nachteule - 23rd May, 2019, 10:30 PM
FS not resizing. - jakenl - 23rd May, 2019, 11:14 PM
RE: FS not resizing. - Nachteule - 23rd May, 2019, 11:26 PM
FS not resizing. - jakenl - 24th May, 2019, 06:49 AM
RE: FS not resizing. - Nachteule - 25th May, 2019, 05:25 AM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 19th Jul, 2025, 01:07 PM Powered By MyBB, © 2002-2025 MyBB Group.