Results 1 to 4 of 4
/dev was not backed up.
On Linux, there are three ways to find the list of mounted filesystems.
a) From file /etc/mtab
b) From file /proc/mounts
c) From the command ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-03-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 2
Cannot backup /dev in RHAS 4.0(AMD 64bit)
/dev was not backed up.
On Linux, there are three ways to find the list of mounted filesystems.
a) From file /etc/mtab
b) From file /proc/mounts
c) From the command df.
The mounted filesystem /dev was not listed in /etc/mtab, but was available in /proc/mounts.
The Linux documentation says that /proc/mounts is a more reliable place for information on mounted
filesystems, but our backup application is designed to use the /etc/mtab.
[/b] what is the the differences in /dev listings in /etc/mtab
and /proc/mounts?[/b]
- 05-03-2005 #2Linux Engineer
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
Why would you backup /dev? It's useless, same for /proc and temporary dirs (/tmp and /var/tmp).
serzsite.com.ar
"All the drugs in this world won\'t save you from yourself"
- 05-03-2005 #3Just Joined!
- Join Date
- May 2005
- Posts
- 2
using a Backup tool I was taking Host backup, while persuing it I face problems only with /dev directory.
- 05-03-2005 #4Linux Engineer
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
Maybe you can configure it to not backup those?
Originally Posted by dataprotector serzsite.com.ar
"All the drugs in this world won\'t save you from yourself"


Reply With Quote
