heysoundude
Part of the Furniture
this is an AWESOME tutorial/walkthrough!!!!!!!!! somebody with mod/admin permissions should sticky it, or maybe @thelonelycoder could move it to/place it in the first post of this thread
this is an AWESOME tutorial/walkthrough!!!!!!!!! somebody with mod/admin permissions should sticky it, or maybe @thelonelycoder could move it to/place it in the first post of this thread
With respect, I disagree. Most users have no need to split the USB drive into partitions. Most importantly, there's no point in formatting it to ext2. Use ext4 with no journaling instead to get all the pros of ext4 and none of the cons of using journaling on a memory device: mke2fs -t ext4 -O ^has_journal /dev/sdathis is an AWESOME tutorial/walkthrough!!!!!!!!! somebody with mod/admin permissions should sticky it, or maybe @thelonelycoder could move it to/place it in the first post of this thread
With respect, I disagree. Most users have no need to split the USB drive into partitions. Most importantly, there's no point in formatting it to ext2. Use ext4 with no journaling instead to get all the pros of ext4 and none of the cons of using journaling on a memory device: mke2fs -t ext4 -O ^has_journal /dev/sda
You don't need to follow the instructions step by step, you can use it as a guide and alter it for your needs.
That guide can be used without making extra partitions and the format command can be altered for EXT3 or EXT4.
And I assume anyone who is knowledgeable enough to follow that instructions, he can also alter it for his own use by just doing a little more research.
This web page explains the different ext formats and when one should choose ext2 vs ext3 vs ext4.With respect, I disagree. Most users have no need to split the USB drive into partitions. Most importantly, there's no point in formatting it to ext2. Use ext4 with no journaling instead to get all the pros of ext4 and none of the cons of using journaling on a memory device: mke2fs -t ext4 -O ^has_journal /dev/sda
I think you will run into problems again. It used to be, and maybe still is, that OpenVPN would bind to all interfaces, so you have both OpenVPN and pixelserv listening on the LAN at port 443. If pixelserv already sits on that port, OpenVPN won't start--or restart.And something else I discovered:
I run one of my 2 OpenVPN servers on Port 443, and noticed the server was stopped during my messing about with pixelserv.
To get it going again, I disabled pixelserv then hit Apply for the Port 443 VPN server, which got it running, and only then restarted pixelserv. Not tested for repeatability, but on the face of it, if you have an OpenVPN server on Port 443 and the daemon won’t start, disable pixelserv, start the server, then re-enable pixelserve.
I think you will run into problems again. It used to be, and maybe still is, that OpenVPN would bind to all interfaces, so you have both OpenVPN and pixelserv listening on the LAN at port 443. If pixelserv already sits on that port, OpenVPN won't start--or restart.
Insert the line "local your.ddns.address" in the custom configuration box, and then OpenVPN will only listen on the WAN side, and pixelserv only on the LAN side.
Me too.Many thanks, elorimer. That line was in my custom config, and when I updated the 384 firmware the other day, I didn’t put it back after the reversion to factory fefault settings. Can I add a comment in that box (beginning with #) so that next time I wonder what that does, there’ll be a memory-refressing explanation?
Can I add a comment in that box (beginning with #) so that next time I wonder what that does, there’ll be a memory-refressing explanation?
# Bind to a specific IP address - useful for Dual-WAN and also if pixelserv-tls is used!
#local xxx.xxx.xxx.xxx
# or
#local ddns.domain.whatever
# or
#use openvpnserverX.postconf to translate pseudo command and update this GUI with actual bind time
local wan0 # 201805171108 Last BIND to 89.xxx.xxx.xxx via wan0
You don't need to follow the instructions step by step, you can use it as a guide and alter it for your needs.
That guide can be used without making extra partitions and the format command can be altered for EXT3 or EXT4.
And I assume anyone who is knowledgeable enough to follow that instructions, he can also alter it for his own use by just doing a little more research.
The article is incorrect, whoever wrote it lacks insight in how filesystems work and the differences in versions of ext2/3/4. The claim that ext4 is best only for large drives is false. There are no changes in ext4 compared to ext2 that in any way makes ext2 preferable on small drives.This web page explains the different ext formats and when one should choose ext2 vs ext3 vs ext4.
https://www.thegeekstuff.com/2011/05/ext2-ext3-ext4/?utm_source=feedburner
- On flash drives, usb drives, ext2 is recommended, as it doesn’t need to do the over head of journaling.
- Ext4 best for large file system and drives
Why pixelserv are not updated to last ver i have 2.0.1
TLDR: Regardless of drive type, size or interface you won't gain any performance by using ext2 instead of ext4. All you do is lose features, stability and data recovery. Use ext4 with no journaling instead of ext2.
Why pixelserv are not updated to last ver i have 2.0.1
I would like to reformat an ext2 flash drive to ext4 without journaling.
The drive is currently in use for swap, AB-Solution, and SkyNet.
How can I achieve this without ever physically unplugging it?
(the router is hard to reach)
df -hT | awk '{print $1,$2,$NF}' | grep "^/dev"
tune2fs -O dir_index,has_journal,uninit_bg /dev/xyz ( here again change xyz with the correct path name )
e2fsck -pf /dev/xyz
tune2fs -O ^has_journal /dev/xyz
e2fsck -pf /dev/xyz
df -hT | awk '{print $1,$2,$NF}' | grep "^/dev"
tune2fs -l /dev/xyz | grep features
Don’t know what problem you having, but isn’t importing ca cert as easy as browsing “pixelserv’s ip/ca.crt”Is there a quick way to temporarily disable ABS? Since most of my computers are on the guest computer and (until I figure out the solution) can't access the pixelserv IP, running ABS means lots of pages take forever to load because the expected ads never show up. I can go amtm -> uninstall ABS but I'd rather just temporarily turn it off if possible.
Edit: looks like I can just hit "a" at the main menu...
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!