- Individual Applications
Protect
Filter
Perform
Connect
Add-Ons
- Software Packages
- Complete Appliances
|
|
#1 (permalink) | ||
![]() ![]() Join Date: Apr 2008
Location: Phoenix, AZ
URLs submitted: 8
Posts: 15,464
![]() |
This tutorial assumes you know how to get into a terminal, either SSH or the local console doesn't matter.
Ok, first the hard part... identifying the device flag for the USB drive. I Plug in my USB drive to the Untangle server, then run the following command. Code:
dmesg Quote:
Quote:
Now that I know where the device flag is I can mount the thumb drive with the following command. Code:
mount /dev/sdb1 /mnt When I'm done, before I unplug the device I must unmount the filesystem to ensure things are written properly and I don't corrupt the file system on the thumb drive. First I make sure I'm not still in /mnt Code:
cd / umount /mnt
__________________
Rob Sandling, BS:SWE, MCP Intouch Technology Phone: 480-272-9889 rob@intouchtechllc.com UntangleAppliances.com Phone: 866-794-8879 |
||
|
|
|
|
#3 (permalink) |
![]() ![]() Join Date: Apr 2008
Location: Phoenix, AZ
URLs submitted: 8
Posts: 15,464
![]() |
This process can be used to mount any USB storage device. Mounting network storage is a bit different, and more than likely will need samba installed before it's over.
__________________
Rob Sandling, BS:SWE, MCP Intouch Technology Phone: 480-272-9889 rob@intouchtechllc.com UntangleAppliances.com Phone: 866-794-8879 |
|
|
|
|
#4 (permalink) |
![]() |
I have a other solution.
Sry for the thread hijack Sky-knight. Edit "/etc/apt/sources.list" (uncomment the debian sources) Then run "apt-get update" Now install usbmount (http://usbmount.alioth.debian.org/) By running "apt-get install usbmount" After the installation is done edit "/etc/usbmount/usbmount.conf" Change values to: Code:
FILESYSTEMS="ext3 ext2 vfat" MOUNTOPTIONS="noexec,nodev,noatime" FS_MOUNTOPTIONS="-fstype=vfat,umask=000" and run "apt-get update". Now try attaching a usb memory. The first device should get /media/usb0/ And again sry for the hijack.
__________________
"Of all the things I've lost, I miss my mind the most" Untangle Reseller (Sweden) WebFooL@fakenews.se http://fakenews.se/ Need space to Upload content for you forum post? http://about.me/webfool |
|
|
|
|
#5 (permalink) |
|
Master Untangler
|
Don't mean to take this off track but it seems like a good place to ask this question.
Using the reporting script that has been provided for 7.x.x would it be possible to schedule a back up of the reports to a USB drive attached to Untangle server? As I would like to keep the reports longer than 30days. |
|
|
|
|
#6 (permalink) |
![]() |
The only thing i can think of is adding a cron job that runs:
Code:
/usr/share/untangle/bin/backup-ut/ /path/to/usb/
__________________
"Of all the things I've lost, I miss my mind the most" Untangle Reseller (Sweden) WebFooL@fakenews.se http://fakenews.se/ Need space to Upload content for you forum post? http://about.me/webfool |
|
|
|
|
#7 (permalink) |
![]() ![]() Join Date: Apr 2008
Location: Phoenix, AZ
URLs submitted: 8
Posts: 15,464
![]() |
Yeah a cron job to run the backup script and copy the backup from the usual location to the USB drive should be simple enough.
And Webfool, you know I don't go around installing stuff to get things done... that's how people break on upgrade. ![]()
__________________
Rob Sandling, BS:SWE, MCP Intouch Technology Phone: 480-272-9889 rob@intouchtechllc.com UntangleAppliances.com Phone: 866-794-8879 |
|
|
|
|
#8 (permalink) |
![]() |
Yes, i know.. and every time I change the source.list a bit of me dies.
![]()
__________________
"Of all the things I've lost, I miss my mind the most" Untangle Reseller (Sweden) WebFooL@fakenews.se http://fakenews.se/ Need space to Upload content for you forum post? http://about.me/webfool |
|
|
|
|
#10 (permalink) | |
|
Master Untangler
Join Date: Oct 2008
Posts: 775
![]() |
Quote:
untangle is NOT a NAS device. there are talks of adding a NAS-like module, but not at this time. if your company doesnt have a backup solution and you are not willing to spend the money, ask yourself this, "how much will the downtime of losing data cost the company and what would happen if EVERYTHING was lost in a fire tonight?" if it isnt you writing the checks, then ask the person writing them...how much is their data worth? |
|
|
|
![]() |
| Thread Tools | |
|
|