Displaying 20 results from an estimated 45 matches for "mount_point".
2002 Oct 11
2
mount_smbfs can't get server address
i am running freebsd 4.6.2
i am using this command to mount a windows share from windows xp
mount_smbfs //user@server/share_name /path/to/mount_point
and everytime i get this message
mount_smbfs: can't get server address: ssyerr = operation timed out
i have also tried this command
mount -t smbfs //user@server/share_name /path/to/mount_point
and get the same message
can any one give me some ideas to try
thanks alot
Ben
2013 Jan 24
2
rsync parameters errors
...internal_webcasts_log
-rw-rw-rw- 1 bigbird bigbird 0 Jan 24 05:11
/home/bigbird/rlog/ramdass-01-internal_webcasts_log
ls -l ${LOGFILE2}
+ ls -l /home/bigbird/rlog/ramdass-01-internal_webcasts_output
-rw-rw-rw- 1 root root 0 Jan 24 05:11
/home/bigbird/rlog/ramdass-01-internal_webcasts_output
ls -l ${MOUNT_POINT[0]}/${DIRECTORY[0]}/
+ ls -l /media/dataspace/data/webcasts/
total 12
drwxrwxr-x 5 bigbird bigbird 4096 Dec 14 13:24 Business
drwxrwxr-x 13 bigbird bigbird 4096 Jan 19 06:07 Health
drwxrwxr-x 10 bigbird bigbird 4096 Jan 10 12:38 Spiritual
ls -l ${MOUNT_POINT[1]}/${DIRECTORY[1]}
+ ls -l /media/dest...
2018 Sep 11
1
Ensuring that rsync doesn't try to write to an unmounted drive
...n LQ.org about the script earlier because I
couldn't see why it wasn't making a log file. Note-this script was
written by someone here on the list for me about 4 or so years ago.
Yes, it took me that long to notice. One of the replies to my question
suggested that I add this to the script:
mount_point='/media/chris/backup2'
df -h | grep $mount_point > /dev/null
if [ $? -eq 0 ]
then
rsync.........
echo "mount point $mount_point exists, rsync started"
else
echo "Error: mount point $mount_point does not exist, rsync
operation skipped"
So, would it be ok to le...
2000 Jul 31
0
[patch] smbmount fixes for samba-2.0.7, testers wanted!
...password, strlen(password)+1)) {
- fprintf(stderr,"tree connect failed: %s\n", cli_errstr(c));
+ DEBUG(0,("tree connect failed: %s\n", cli_errstr(c)));
cli_shutdown(c);
return NULL;
}
@@ -226,29 +220,29 @@
the lights to exit anyways...
*/
if (umount(mount_point) != 0) {
- fprintf(stderr, "Could not umount %s: %s\n",
- mount_point, strerror(errno));
+ DEBUG(0,("Could not umount %s: %s\n",
+ mount_point, strerror(errno)));
return;
}
if ((fd = ope...
2007 Dec 21
0
online resizing (including shrinking) pushed out
Hello everyone,
Just before I head off to xmas vacation, I've pushed out my current
queue of unstable things to the unstable tree.
The big changes are the online resize, and a very very simple form of
ENOSPC detection:
btrfsctl -r new_size /mount_point
new_size can be an absolute number:
btrfsctl -r 8g /mount_point
or it can be an relative number:
# add 4GB
btrfsctl -r +4g /mount_point
# shrink 4GB
btrfsctl -r -16g /mount_point
This stuff just barely works, I'm sure there are problems, but it's
there for people to play with.
-chris
2013 Sep 02
0
chaining of create_resources
Hi
I am using create_resource to create a dir and then mount it. I am using
two create_resources and want one to be completed before other.
$mount_point = hiera(''test::mount_point'', [])
$defaults = {
''ensure'' => ''directory'',
}
$mountit = hiera(''test::mountit'')
create_resources (file, $mount_point, $defaults)
create_resources (mount, $mountit)
hiera_yaml is
test::mount_po...
2011 May 23
5
Integration branch pushed out to btrfs-unstable
Hi everyone,
I''ve pushed out my current kernel git tree to a new branch called
integration-test. This is meant for integration testing only and should
not be run by anyone who doesn''t love crashes.
I''ve pulled together a lot of important work from a lot of different
people. It includes:
The new inode number allocator
Delayed inode and directory item updates
Scrub,
2018 Sep 11
2
Ensuring that rsync doesn't try to write to an unmounted drive
I have a script that runs nightly as a cronjob to backup my drive to a
USB drive https://pastebin.com/yivqrGUC On the command line I use the
--timeout option. Is this sufficient to ensure that if the external
drive somehow becomes unmounted that rsync will gracefully fail without
trying to write to the hard drive instead of the USB drive?
rsync -vaWSHpl --timeout=15 --delete-excluded --filter
2006 Apr 04
0
get quota command - Example
...0\n";
exit;
}
# Capture the mount point mappings in the system
# this could have also been done through /proc
open(MOUNT, "/bin/mount|");
while ($line = <MOUNT> ) {
($def, $temp1, $mp, $temp2) = split(/ /, $line);
#print "$def,$mp\n";
$mount_point{$mp} = $def;
}
close(MOUNT);
# Find the mapping for the directory, we may have to loop here
# since with LVM we have to find the DEVICE that it's mapped to
#
# !!!!!!!!!! THIS MAY NEED TO BE CHANGED FOR YOUR SYSTEM !!!!!!
#
do {
@dirsplit = split(/\//,$directory);
for($i=@dirs...
2015 May 16
4
fault tolerance
Hi people,
Now I am using the version of gluster 3.6.2 and I want configure the system for fault tolerance. The point is that I want have two server in replication mode and if one server down the client do not note the fault. How I need import the system in the client for this purpose.
2011 May 13
18
Thoughts about extlookup: http://blog.wl0.org/2011/05/thoughts-about-extlookup-in-puppet/
Hi,
I have been trying to improve the coding of some of
my puppet recipes and had some trouble so wrote this:
http://blog.wl0.org/2011/05/thoughts-about-extlookup-in-puppet/
Comments on the web seem to indicate that extlookup() solves "all
problems" but I don''t really see that and hence have proposed a possible
way to keep the data closer together and make the extlookup()
2007 Jan 10
0
[DTrace] new iosnoop
...ritten iosnoop so that uses command line arguments (I caved
in and used a little Bourne shell for this - hence it''s lost it''s ".d"
extension). It''s much more useful now.
# iosnoop -h
USAGE: iosnoop [-a|-A|-Degstv] [-d device] [-f filename]
[-m mount_point]
iosnoop # default output
-a # print all data
-A # dump all data, space delimited
-D # include time delta, us
-e # include device name
-g # include command arguments...
2003 Nov 27
1
Client SAMBA under AIX
...d
under Unix ( IBM AIX 4.3.2 ).
All the clients at the moment are Linux and work correctly.
Now, I would like some AIX machines can access the
SAMBA file systems.
My problem is that the syntax of mount command used on Linux :
'mount -t smbfs -ouid=....,gid=....,passwd=.... samba_service
mount_point'
doesn't work with the mount command on AIX.
(system response is : mount: '-o' 'Directory/File Name' invalid with
the '-t' option.)
Could you tell me how I can do
--
Michel Tixier - Administrateur Syst?mes
T?l. 04.72.60.29.05
Fax. 04.72.60.21.57
Adresse email...
2013 Nov 26
0
VFS shadow_copy2 with samba 4.0.9
...emental backups to staff, so they can do their own
# restores via the Windows GUI (similar to Apple Time Machine).
vfs objects = shadow_copy2
shadow:snapdir = .snapshots
# it looks like the Samba 4.0.x version of shadow_copy2 ignores shadow:basedir
# and looks for snapshots in $mount_point/shadow:snapdir (where $mount_point
# is dynamically determined by samba based on path for this share).
shadow:basedir = /srv/share
shadow:localtime = no
#shadow:format = @GMT-%Y.%m.%d-%H.%M.%S
#
ea support = yes
store dos attributes = yes
map archive...
2005 Jan 05
1
[PATCH] kinit/nfsmount.c path from bootp
kinit/nfsmount.c:mount_nfs_root() should use the bootpath specified by
bootp/dhcp. If the "nfsroot" option is specified then it overrides the
boot server bootpath and a message indicating the override is printed.
--- klibc-0.194/kinit/nfsroot.c.orig 2005-01-05 04:13:47.043897880 -0700
+++ klibc-0.194/kinit/nfsroot.c 2005-01-05 04:13:09.316633296 -0700
@@ -66,34 +66,21 @@
const int
2005 Jul 12
1
HAL and mounting volume
...mount_option.umask = '077' (string)
volume.policy.mount_option.gid = 'mounter' (string)
volume.policy.mount_option.uid = 'nobody' (string)
volume.policy.mount_option.noatime = true (bool)
volume.policy.mount_option.sync = true (bool)
volume.policy.desired_mount_point = 'usbdisk' (string)
volume.policy.mount_filesystem = 'vfat' (string)
volume.policy.should_mount = true (bool)
info.udi = '/org/freedesktop/Hal/devices/block_4223-CC71' (string)
volume.size = 130023424 (0x7c00000) (uint64)
volume.block_size = 512 (0x200...
2005 Nov 17
4
Can Windows 'Network Drive' name be changed ?
In Windows Explorer, 'Network Drives' section, the Samba share I've set
up is described as:
share on 'Samba 3.0.14a-0.4-SUSE (Our_server_IP_Address)' (K:)
Is there any way of configuring Samba to display something other than
"Samba 3.0.14a-0.4-SUSE (Our_server_IP_Address)" as the Network Drive
description, for example:
share on 'Our Samba Server' (K:)
2006 Jul 27
3
Ocfs-users Digest, Vol 37, Issue 2
...NG: nonzero bytes after the disk header structure <<<<<<<
corruption
ERROR: structure failed verification, fsck.c, 384 ocfs_vol_disk_hdr
=================================
minor_version: <INVALID VALUE> 0
major_version: <INVALID VALUE> 2
signature: OracleCFS
mount_point: /ora02
serial_num: 0
device_size: 26843529216
start_off: 0
bitmap_off: 56320
publ_off: 23552
vote_off: 39936
root_bitmap_off: 0
data_start_off: 1368064
root_bitmap_size: 0
root_off: 2416640
root_size: 0
cluster_size: 131072
num_nodes: 32
num_clusters: 204785
dir_node_size: 0
file_node_size: 0
inte...
2004 Dec 01
2
cp --o_direct
Another question.
When my database is running, I do
[oracle@LNCSTRTLDB03 LPTE3]$ cp --o_direct xdb01.dbf /tmp
cp: cannot open `xdb01.dbf' for reading: Permission denied
[oracle@LNCSTRTLDB03 LPTE3]$
When the database is shudown it works.
Is this normal for ocfs because with any other filesystem I can just
copy a file at any time (Its only a testing, I know I cant copy
datafiles and have
2025 Jan 12
0
A patch to make mount.glusterfs work with util-linux 2.40.3
Hi Gluster users and maintainers,
If you are using the util-linux 2.40.3 with glusterfs, 'mount -t
glusterfs' will report an error like below. I fixed it with a patch at
https://github.com/daimh/glusterfs-patch. Hopefully it can be upstreamed.
# mount -t glusterfs server1:/volname /mount_point
RROR: Server name/volume name unspecified cannot proceed further..
Please specify correct format
Usage:
man 8 /usr/bin/mount.glusterfs
Best,
Manhong
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/2025...