Hi Guru's,
I am unable to mount NFS share on unix system (DG/UX) which is nfs client.
Error:
Code:
mount: /nfsshare: Invalid argument
mount: giving up on:
/mountpoint
i tried following commands
Code:
mount -t nfs remotehost:/nfsshare /mountpoint
Error:
Code:
mount: /nfsshare: Invalid argument
mount: giving up on:
/mountpoint
there is no entry of this in /etc/mnttab.
Hi all,
I have left the Ubuntu forums as a last resort but have now been researching this problem for a week to no avail.
I can mount my nfs share on client manually after login with the following command but cannot mount nfs share via fstab, rc.local or autofs.
manual mount after login
Code:
sudo mount 192.168.1.1:/home/ben/BensShare /home/ben/NFSShare
fstab entry
Code:
192.168.1.1:hom
I am currently trying to backup data from my computer's hard drive to an external one while live-booting to Ubuntu from a USB, and I've encountered a bit of a problem. You see, I cannot mount my hard drives.
I can successfully mount a Samba share on a local folder in Opensuse 12.1:
sudo mount -t cifs -o username=<username>,password=<password> //<win-box>/<share> <mountpoint>
The problem comes if i interrupt (^C) for example a long cp process in <mountpoint>: I get
> cp -r BIG_FOLDER/ /tmp
^C
> ls
ls: reading directory .: Permission denied
The only soluti
From Ubuntu 11.04 to 12.04 i've been able to mount my nas shares by first making directories in the /media folder, then sudo gedit /etc/fstab to include the following line for each share I want to auto-mount;
//servername/sharename /media/windowsshare cifs guest,uid=1000,iocharset=utf8,codepage=unicode,unicode 0 0
Now, however, I upgraded to 12.10, and suddenly I'm not able to mount the sha
I am getting the following error whenever I mount my external HDD. It was working before and then I opted for safely removing the drive.
Hi there, I want to disable the clearing of the /tmp folder on boot, but I can't seem to find the appropriate line in etc/rc.sysinit.Apparently this should be the line/bin/mountpoint -q /tmp || /bin/rm -rf /tmp/* /tmp/.* &>/dev/nullbut my rc.sysinit does not contain that at all:mountpoint -q /proc || mount -n -t proc proc /proc -o nosuid,noexec,nodev
mountpoint -q /sys || mount
i have a problem with mounting my camcoder with sdcard as volume. It seems it is sdcard problem, can it be repaired? I have reformated sdcard in windows system but this did'nt solve problem all remained the same.
#lsubs:Bus 001 Device 011: ID 0603:8611 Novatek Microelectronics Corp.
Hi all!
When I try to mount remote smb share from my FC18 system, I receive "mount error(22): Invalid argument" message.