Wednesday, September 17, 2025

basic setup openmediavault 6.5.0

once openmediavault is installed, basic guide to setup shared folder/drives.


#Enable Samba

Services > Smb/cifs > Settings > Enable
Apply


#Create User

Users > Users > Create (+) >
Save > Apply

#Mount each existing hd/partition

Storage > File Systems > MOUNT (>) > select hd/partition (add tag for useful display info)
Apply


#Create Shared Folders - I am not precious and simply sharing each partition.

Storage > Shared Folders > Create (+) >
Apply

**Name - name on network

File System - location of share. / for root of partition, /folder for location.**

#Add share to Samba

SMB/CIFS > Shares > Create (+) >
Apply


#Check User Permissions

Users > Users > click on user > Shared Folder Permissions (Folder/Key icon) >
Apply




-- Other Notes --

During install, if you skip any steps (I skipped network config), to use CLI command
# omv-firstai

When using terminal - by default mounted partitions are located in /srv by their UUID. There is a symlink plugin to make that easier using webGUI.

Monday, July 21, 2025

Change column widths in Blogger

Go to Themes, Go to Edit HTML. Change highlighted values.

/* Page Structure
----------------------------------------------- */
#outer-wrapper {
  position:relative;
  top:4px;
  left:4px;
  background: #999;
  width:1050px;
  margin:10px auto;
  text-align:left;
  font: $bodyFont;
  }

#content-wrapper {
  width:100%;
}
#main-wrapper {
  background: $mainBgColor url("http://www.blogblog.com/no897/corner_main.gif") no-repeat right top;
  width:700px;
  float:left;
  color:$mainTextColor;
  font-size: 85%;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  }
#main {




https://www.sitepoint.com/community/t/how-can-i-increase-the-width-of-my-post-in-blogger-blogspot/428012/2