Fedora :: There Was An Error Copying File Into Smb://path/folder?

Jun 10, 2010

I'm using fedora 13 to connect to my server's share folder(windows server 2003) and i found that i can create folder,create file, access and open or delete the file in the window share folder, but i can't save or replace the file in the share folder. the error message is like below...there are error copying file into smb://path/folderShow more detail:
Invalid argumenti also have attach the pictureby the way....i had disable the firewall and selinux already....but still can't save the file into the window share folder.previously i use fedora 11 and all is ok with no problem, but the fedora13 got this problem, please tell me what cause this happen?

View 2 Replies


ADVERTISEMENT

Debian Programming :: Copying A File Full Path Name To Clipboard

Jul 26, 2013

How do you set up a command just to copy a file's full path name (%F) onto the clipboard?(I can't seem to get this without copying the contents of the file.)

View 2 Replies View Related

Debian Configuration :: Error Copying From Jessie To Share Folder In Win7

Mar 24, 2016

This my scenery:

1 pc windows 7.
1 pc linux debian jessie.

From jessie, mount a share folder in windows 7, in this way: mount -t cifs //windows7/sharefolder /mnt/windows7 -o user=pychi,password=mypass,uid=pychi,gid=pychi

And work fine, the user pychi and root, copy to windows share folder perfect and fast, but the big problem is:

when i copy a big folder, example 40 gb, after 30% or similar, stop the copy, and this is a list of different errors:

- It's not possible change file proprietary on destiny.
- not enough space
- can't fix attributes, date, time, proprietary, group.

View 0 Replies View Related

Ubuntu :: Error (splicing File: Input / Output) While Copying File

Jun 3, 2010

When I try to copy PDF files from one folder to another folder, it give me this error: "Error while copying "2004-SNUG-Europe-paper_...log_DPI_with_SystemC.pdf". There was an error copying the file into /media/CCDCE66BDCE64F70/Backup Master/Heterogeneous_cosimulation/Documentation" "Error splicing file: Input/output error" What is the reason of this error and how can this be fixed?

View 9 Replies View Related

Ubuntu :: Copying File - Error Reading From File Input/output

Jun 29, 2010

I have a 7.2 GB file (VMWare virtual machine file) that I am trying to copy from its original location to the another folder OR to external hard drive...each time I try to do this, I always get the following error after the copying process reach 'exactly' 1.4 GB

Error reading from file input/output error

And I have to either Cancel or Skip

I've tried to split the files to smaller pieces but the idea didn't work as I still get the same error whenever I try to compress/ split or do any operation with this file. how I can copy this file?

View 2 Replies View Related

Ubuntu :: Azureus Update - Error Message - The Folder <path-where-I-installed-Vuze> Is Not Writable

Aug 8, 2010

I installed Azureus from their site. It works well. The only problem is when Azureus tries to apply updates, I get this error message:

"The folder <path-where-I-installed-Vuze> is not writable. This will prevent future software updates from being applied."

There was a link the the Vuze wiki, and the problem is that I (or is it the Azureus updater?) do not have permissions to write to that directory, or words to that effect.

How do I apply the proper permissions so that when an update from Azureus is downloaded, it is applied?

The wiki offers this solution:

Quote:

But this looks like something that I have to do manually, each time...

How do I set it up, so that the updater has the permissions and uses the proper password to do it automatically, when I restart Vuze?

I'm using Ubuntu 9.10

View 6 Replies View Related

General :: Copy Folder Hierarchy / Recreate All Folders From One Directory Without Copying Over Contents Of Folder?

Jul 2, 2010

Is there a way to recreate all the folders from one directory to another without copying over the contents of the folder? I've been trying to do something like this,

Code:for i in `ls $X`; do mkdir $PATH/$i; doneUnfortunately $i is deliminated by whitespaces in the filenames and not the actual folders.

$X contains only other folders so I dont have to worry about regular files but any kind of more "advanced" solution would work.

View 1 Replies View Related

General :: Copying All .jpg Or .JPG Files From A Folder And All Its Subfolders To /usr/name/pictures Folder?

Sep 10, 2009

How would i go about copying all .jpg or .JPG files from a folder and all its subfolders to my /usr/name/pictures folder? I'm guessing I'd have to use some sort of .[jJ][pP][gG] to get all the pictures from other examples i've seen, but really not sure how to use that in a recursive cp.

View 14 Replies View Related

Ubuntu :: Error Copying File To External Drive?

Aug 2, 2010

i have this .mkv file of a movie which is of size 7.9GB and when i try to copy it to my external drive after some time it shows a error saying "Error splicing file: file too long" so how to copy help

my external HD's file format is vfat. and i am using ubuntu 10.04

View 4 Replies View Related

Ubuntu :: Copying Folder To Home Folder?

Jan 8, 2011

I'm not positive if this is in the correct section but I am hoping so. I am running dual-boot with Windows 7 and Ubuntu 10.10. I hunted down my files from Windows that I need for school (old papers, research, etc.) and found it under "file system" --> "host" --> "users" --> "zbollman". I can access all of my files and I'm happy now that I don't have to boot between the two constantly to get what I need. However, I tried to copy the file to my home folder, but it said I do not have enough room. I'm about 5GB short. How do I go about allocating more space so that I can copy this folder so that all of my information is easily accessible?

View 5 Replies View Related

Ubuntu :: Error "File Too Large" Copying 7.3gb File To USB Stick

Nov 24, 2010

I am trying to copy a 7.3gb .iso file to an 8gb USB stick and I get the following error when it hits 4.0gb

Error while copying "xxxxxx.iso". There was an error copying the file into /media/6262-FDBB. Error splicing file: File too large The file is to be used by a windows user, and I'm just trying to do a simple copy, not a burn to USB or anything fancy. Using 10.4.1.LTS, AMD Dual Core, all latest patches.

View 2 Replies View Related

General :: Lyx: File Name Error The Directory Path To The Document Cannot Contain Spaces

Sep 9, 2009

trying to write my thesis in Lyx 1.6. It works fine on my windows laptop at home but Not on my work computer. The problem is, when i try to view it in pdflatex it comes with with: Lyx: file name error The directory path to the document cannot contain spaces

View 1 Replies View Related

General :: Move A File To Some Path And Create That Path When It Doesn't Exist?

Oct 8, 2010

I use this command:

Code:

find ./ -atime +360

to figure out the files that haven't been accessed since 360 days. The command above will return results like this:

Code:

/uploads/2010/02/some-file-name.ext
/uploads/2009/08/another-file-name.ext
... etc

I'm taking here about tins of directories, thousands of files. I'm looking to find a command that makes me able to move the results above to another path, and to create that path once it doesn't exist like below:

Code:

mv /uploads/2010/02/some-file-name.ext /old-files/uploads/2010/02/some-file-name.ext

But I want the executed command to create this path

Code:

/old-files/uploads/2010/02/

If it doesn't exist.

View 6 Replies View Related

Fedora :: Input/output Error When Copying Files To Fedora Live CD?

Dec 21, 2010

I booted my Fedora 13 live CD on my Dell server, and configured networking and SSHd. On my desktop I logged into the live cd and started copying over a big file (1.5 GB) (i.e. copying from the desktop computer to the server). After copying about half the fil, the download fails with an error message about the filesystem being read-only.I've seen this exact same behavior on both i386 and x86_64 of the same live CD, but don't know why it's happening. I've also had the same issue when copying small files. In /var/log/messages these messages are repeated many times:

Code:
Dec 20 12:32:23 localhost kernel: Buffer I/O error on device dm-0, logical block 684075
Dec 20 12:32:23 localhost kernel: lost page write due to I/O error on dm-0

[code]....

View 6 Replies View Related

Fedora :: Copying A File System With Dd?

Nov 26, 2009

I want to copy a file system with dd. Most of the forums and how-to's warn that the file system must be unmounted. Otherwise, data could be changing and inconsistent or, at best, there may be open inodes, and the copied file system would need to be recovered the first time it is mounted. However, is it sufficient if the file system is mounted read-only? Or does a file opened with read-only still result in an open inode?

View 2 Replies View Related

Fedora Hardware :: External Drive Permissions - Error While Copying

Aug 7, 2011

I've got two external drives that are using ext4 that for whatever reason, I just can't seem to write too. I've changed the permissions on the drives using chmod so the permissions are "drwxrwxrwx". I can even right click within the drive and click "Create New Folder" but then it tells me, "Error while copying to "sdc1". The destination is read-only." I thought the destination permissions were setup so anyone can read/write to the disk? I haven't been using linux that long and have only recently started to feel comfortable to move over all of my stuff to Fedora.

View 6 Replies View Related

Fedora Installation :: Error W/ F13 Install To HD During Copying Of Live Image To Disk

Aug 25, 2010

I'm a Linux newbie and are trying to install F13 from bootable USB onto the HD of a DELL mini netbook. I've followed the install wizard's defaults including the "Use All Space option." The install errors out at about 20% of progress during the "Copying live image to hard drive" process. The error dialog is as followed:"There was an error installing the live image to your hard drive. This could be due to bad media. Please verify your installation media..." and it comes with options to Exit installer or Retry. I have since retried and restarted several times and still came to the same error. FYI, I've initially attempted to install F13 to the HD over an existing Windows XP.

View 2 Replies View Related

Fedora :: After Copying The File To Several Different Mozilla Directories And Also Making Libflashplayer?

Feb 2, 2011

After scouring the internet I was able to find an Adobe release of Adobe Flash Player Square for Linux 64 bit installations in the form of a file (libflashplayer.so). After copying the file to several different Mozilla directories and also making libflashplayer.so executable with the use of chmod +x libflashplayer.so I was unable to install the plug-in.To what directory must I install this .so file to get it to work? Also when I open the browser and user url://aboutlugins I don't see Adobe Flash Player Square yet. Is there an intermediary step?

View 8 Replies View Related

Ubuntu :: Copying To Protected Folder?

Nov 12, 2010

I am trying to copy a (custom XML) file to a protected folder (namely /usr/share/games/FlightGear/Protocol) for data Input/Output.I tried copying and pasting the folders and it doesn't work. I realized that it is because only root user has the permission to do modification.So, I tried using "sudo cp" to copy the file. The file was copied, but the content now becomes unreadable when I tried to open the file

View 6 Replies View Related

Ubuntu :: <ask> Protect Folder From Copying?

May 3, 2011

i will protect my folder so if someone want to copy that folder include container, he must enter right password first oh yeah i will store it in ntfs partition and backup in exsternal hardisk anywants how to do it in both of them, please share here because i already try to use permission but it's failed

View 1 Replies View Related

Server :: Inherit ACL, When Copying To Folder?

Jun 6, 2011

I've ran into a pickle regarding permissions and ACL. My users has a folder called "UVdokumenter", in wich they want to put documents up for sharing and editing. Everyone needs to be able to edit the files in that folder, so i set the ACL to this:

Code:
# file: UVdokumenter/
# owner: fleten

[code]....

View 4 Replies View Related

Red Hat / Fedora :: Error: No Acceptable C Compiler Found In $PATH

Jan 30, 2011

I am trying to install Apache on my remote server. I've downloaded the latest Apache Http Server and when I configure it I get this error: configure error: No acceptable C compiler found in $PATH. So I download and extract the latest GCC Compiler and when I try to install that I get the same error:

configure error: No acceptable C compiler found in $PATH I am really stumped... Can anyone just offer ideas. My server is running CentOS 5.4 x64 and I'm remotely trying to download and install a running LAMP setup for Joomla. I'm using a shell to communicate with a cloud server type.

View 1 Replies View Related

Red Hat / Fedora :: Error: No Acceptable C Compiler Found In PATH

May 16, 2011

I am using Red Hat Enterprise 5 and have downloaded GCC 4.4.5 and trying to install or configuring the same, but getting some problem.

Code: # mkdir objdir
# cd objdir
# srcdir/configure Output of command
Code: checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu

[Code]...

configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. this to install GCC package.

View 1 Replies View Related

Fedora :: Path Set Correctly - Gnome Error After Upgrade

May 29, 2010

I upgraded my Fedora 11 installation to Fedora 13. The upgrade was successful, but some of the gnome commands are giving strange error.

[saurav@xion] ~ $ gnome-appearance-properties
gnome-appearance-properties: symbol lookup error: /usr/lib64/libpangoft2-1.0.so.0: undefined symbol: g_utf8_skip
[saurav@xion] ~ $ gnome-keyboard-properties
gnome-keyboard-properties: symbol lookup error: /usr/lib64/libORBit-2.so.0: undefined symbol: g_ascii_table

All path etc., are set correct.

View 4 Replies View Related

Red Hat / Fedora :: Can't Use It For Creating A Path Variable / File Name?

Mar 15, 2010

Originally Posted by Gekitsuu you should be able to do NEWSTRING=$STRING1$STRING2 it works but i can't use it for creating a path variable / file name.

e.g.
$STRING1 = path
$STRING2 = filename
cat $STRING1$STRING2 will not work.
so how to get this working?

View 4 Replies View Related

OpenSUSE Install :: Copying A Folder View?

Dec 22, 2010

I've some virtual desktop. Iǘe some folder views in one on the desktops wich i would like to appear on the others, is there a way to copy them

View 3 Replies View Related

Ubuntu :: Copying Images To Background Folder?

Nov 20, 2010

i want to do it via graphical interface (for ease of access) but i can't write in the backgrounds folder because i don't have permissions to do so. although i made my account part of the administrators group and loged on again. so basically, i need to have full control of my machine logged on with my user, i don't care about security at all. How?

View 6 Replies View Related

Ubuntu :: Copying All Files In Folder To Another Location?

Feb 21, 2011

suppose I have a tree structure like this:

/home/mahmood/sim/a/b/file1.cpp
/home/mahmood/sim/a/b/file2.h
/home/mahmood/sim/a/c/file3.txt
/home/mahmood/sim/d/file4.txt

How can I copy all of them to /home/mahmood/sim. So that when I run "ls" in /home/mahmood/sim, I see all files:

file1.cpp
file2.h
file3.txt
file4.txt

Can 'cp' search for all file and copy them in another folder?

View 2 Replies View Related

General :: Copying Folder From Network In RHEL?

Jul 4, 2011

The problem is i have to copy folders from network into the RHEL server. When i am copying i can copy the folders and documents which do not have a sub folder. But the folders with subfolders is not getting copied. How should i do it?

View 6 Replies View Related

General :: Copying Latest 10 Files From One Folder To Another?

Nov 19, 2010

i want to copy the latest 10 files from one holder to another. All the files start with the number 2 and this is what i have so far:

lt -lt 2* | head -10

So i want to copy that output of 10 files to another folder

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved