SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 13, 2017 08:34AM |
Registered: 10 years ago Posts: 1,516 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 14, 2017 07:45PM |
Registered: 10 years ago Posts: 1,516 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 14, 2017 08:26PM |
Registered: 11 years ago Posts: 1,303 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 14, 2017 08:40PM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 14, 2017 11:53PM |
Registered: 10 years ago Posts: 1,516 |
# <file system> <mount point> <type> <options> <dump> <pass> /dev/root / ext4 noatime,errors=remount-ro 0 1 tmpfs /tmp tmpfs defaults 0 0 /swapfile1 none swap sw 0 0 /dev/sdb1 /mnt/sdb1 vfat defaults 0 0
root@debian:~# mount -o remount,ro / mount: / is busy
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 15, 2017 01:04AM |
Registered: 10 years ago Posts: 1,516 |
root@debian:~# free total used free shared buffers cached Mem: 121712 86580 35132 0 4160 44520 -/+ buffers/cache: 37900 83812 Swap: 1048572 8 1048564
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 15, 2017 03:15PM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 15, 2017 05:18PM |
Registered: 10 years ago Posts: 1,516 |
root@debian:~# mount -o remount,ro / mount: / is busy
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 16, 2017 07:16PM |
Registered: 10 years ago Posts: 1,516 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 16, 2017 08:35PM |
Admin Registered: 14 years ago Posts: 19,427 |
So I was only seeing if that option exists for Ext3 > Ext4 in GParted. So for now I copied the old stick to the new, then updated and upgraded the copy.
root@debian:~# mount -o remount,ro / mount: / is busy
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 16, 2017 08:57PM |
Admin Registered: 14 years ago Posts: 19,427 |
Quote
What I've never understood is, where to begin because I don't get what's been placed on the NAND (?) I know right now the Pogo4 boots to nothing basically, doesn't even give the router indication something's plugged-in on the usual address-reserved 192.168.178.105
[ 8.232115] Creating 5 MTD partitions on "orion_nand": [ 8.237265] 0x000000000000-0x000000200000 : "u-boot" --- This is our new u-boot [ 8.244149] 0x000000200000-0x000000500000 : "uImage" --- This is stock kernel image 1 [ 8.250934] 0x000000500000-0x000000800000 : "uImage2" -- This is stock kernel image 2 [ 8.257891] 0x000000800000-0x000001000000 : "failsafe" -- We don't care about the rest from here. [ 8.265035] 0x000001000000-0x000008000000 : "rescue"
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 18, 2017 12:27AM |
Registered: 10 years ago Posts: 1,516 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 18, 2017 04:07PM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 19, 2017 09:14PM |
Registered: 10 years ago Posts: 1,516 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 20, 2017 06:54AM |
Registered: 11 years ago Posts: 1,303 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 20, 2017 04:30PM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 21, 2017 07:46AM |
Registered: 10 years ago Posts: 1,037 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 23, 2017 01:19AM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 23, 2017 11:20AM |
Registered: 10 years ago Posts: 1,516 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 23, 2017 03:10PM |
Registered: 10 years ago Posts: 1,516 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 23, 2017 03:57PM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 23, 2017 05:28PM |
Registered: 10 years ago Posts: 1,516 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 23, 2017 06:03PM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 23, 2017 06:05PM |
Registered: 10 years ago Posts: 1,516 |
Let us assume that root partition is /dev/sda1, so your /etc/fstab should look something like this. /dev/sda1 / ext4 defaults 0 1
# <file system> <mount point> <type> <options> <dump> <pass> /dev/root / ext4 noatime,errors=remount-ro 0 1 tmpfs /tmp tmpfs defaults 0 0 /swapfile1 none swap sw 0 0 /dev/sdb1 /mnt/sdb1 vfat defaults 0 0
fsck.ext3 -pf /dev/sda1When I'm running that what will I change?
root@debian:~# mount -o remount,ro / mount: / is busy
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 23, 2017 06:28PM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 23, 2017 06:29PM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 23, 2017 07:14PM |
Registered: 10 years ago Posts: 1,516 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 23, 2017 07:16PM |
Registered: 10 years ago Posts: 1,516 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 23, 2017 07:23PM |
Admin Registered: 14 years ago Posts: 19,427 |
Re: SanDisk Ultra PLUS 16 & 32GB @ $10 and $15 (BB) June 23, 2017 07:28PM |
Registered: 10 years ago Posts: 1,516 |