Red Hat / Fedora :: Directory File Name With Space
Jun 12, 2010
I have an external 800GB USB drive I used for storage for both files from Win XP and Suse 9.0.I can read and write my data from Win XP o.k but when I try to write any files from Suse side it gave me 'read only file system' . This drive from Unix is mounted in /media directory with root owner with executable and read only. When I changed to become root and issue chmod 777 'FreeAgent Drive'.I got error chmod: changing permissions of 'FreeAgent Drive':Read only file system.
From unix, reading any file on this drive, using gui application, I can not access the drive at all but I can see all files on the drive using a command with quote (cd /media/'FreeAgent Drive')
CentOS 5.4 (Final) is installed on my VPS.I'd uploaded a zip file that contains a directory and some files that there are space in their names and now I can't do anything with them.
If I use cd command going to a directory which has a space in its name, such as I input cd Program Files to go to dirve_c/Program Files, it will show there isn't the Program Files directory.tell me which command I can use to go to this kind of directory.
I am using fedora 12. I got "no space in root directory" warning from the system. When I went through it, I found many of the space has been occupied by /var/log/httpd/error-log file. So I just deleted the file but when I check the space with "df -h" command. It shows 0% availability. The same problem occurred before but it solved when I restarted the system. But how to regain the space without restarting the system?
I'm trying to run preupgrade to upgrade to fedora 14 from fedora 12 and get a message saying there is not enough space in /boot/upgrade. I've found some instructions on how to make more room in the boot directory but I get an error near the last step as I have noted below:
Method 1: Free up space First, try to remove any kernel packages not currently in use on your system. The kernel-prune.py script can be used to identify kernels that may be safely removed. If you choose to remove additional kernels, be prepared with installation media should you be unable to return to your previously installed system.
The installer will need approximately 26M of free space in /boot. Use the following command to determine the amount of free space in the /boot partition: df -h /boot To identify kernels that may be safely removed, run the following from a command line: curl -O '[URL]' chmod a+x kernel-prune.py ./kernel-prune.py
Now, to actually remove the kernel versions listed by the above command, run the following as root: # PKGS=`./kernel-prune.py` # echo $PKGS # yum remove $PKGS
Next, adjust the number of reserved filesystem blocks using the command tune2fs. You'll first need to identify the block device for your /boot file system. In the example below, /dev/sda1 is the block device for the /boot filesystem. # mount | grep "/boot" /dev/sda1 on /boot type ext4 (rw)
I get this far and get the following Error: [root@localhost ~]# mount | grep "/boot" /dev/sda1 on /boot type ext3 (rw) [root@localhost ~]# /dev/sda1 on /boot tupe ext3 (rw) -bash: syntax error near unexpected token `(' [root@localhost ~]# mount | grep "/boot" /dev/sda1 on /boot/type ext3 (rw) -bash: syntax error near unexpected token `(' [root@localhost ~]#
Now, adjust the number of reserved blocks for the /boot filesystem using the command tune2fs. Normally, a small amount of space on ext filesystem formatted partitions is 'reserved' and can only be used by the system administrator; this is to prevent an entirely full partition from rendering a system unbootable, and allow the administrator some space in which to work in order to clean up 'full' partitions. However, neither of this cases really applies to the /boot filesystem, so removing this reserved space is safe. # tune2fs -r 0 /dev/sda1
after updating my system I can't start VirtualBox-OSE anymore. I get the error:
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: VBoxVMM.so: cannot open shared object file: No such file or directory
I try to remove and to re-install VirtualBox-OSE again, still the same error. VirtualBox works as root but not from a user account. The installed version is VirtualBox-OSE.i686 3.2.6-2.fc13 @rpmfusion-free-updates
I am trying to run Ansys on Fedora (64bit), but every time I do it gives me this error. "error while loading shared libraries: libXm.so.3: cannot open shared object file: No such file or directory"Please help as I am stuck with this issue for long.
i have a problem with realplayer 11 i can't open it due to that error message
Code: /opt/real/RealPlayer/realplay.bin: error while loading shared libraries: libgdk-x11-2.0.so.0: cannot open shared object file: No such file or directory so how can reveal this problem
I've just installed F11 (x86_64) on my computer. I've been using x86_64 since Fedora 7 and normally I use a manually installed i386 firefox/thunderbird. This time I've tried to do the same using Fireox 3.5b4 but I got many troubles. The last error I got is:
./firefox-bin: error while loading shared libraries: libdbus-glib-1.so.2: cannot open shared object file: No such file or directory but that lib is not available on the standard repository. I've tried to use the i386 version of thunderbird (2.0.0.9) but I got this error: ./thunderbird-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory but on the repository there is just the libstdc++-4.4.0-4.i586 lib.
Running Fedora 12 (32 bit). 2.6.32.14-127.fc12.i686.PAE #1. Trying to open Amarok or digiKam generates the following error:- error while loading shared libraries: libQtWebKit.so.4: cannot open shared object file: No such file or directory.
Package exists in /usr/lib. Above 2 are the only applications affected that I've noticed to date. Googling indicates possible problem caused by recent flashplayer upgrade but I'm not sure.
Trying to install Cadsoft eagle pcb design app and getting :- error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
[root@localhost Downloads]# yum provides */libssl Loaded plugins: presto, refresh-packagekit No Matches found
I've been having a problem updating for the last few days. Everytime I try "yum update" it downloads the packages I need and when it tries to install them it stops because of this errors:Quote:
installing package kernel-2.6.31.9-174.fc12.x86_64 needs 5MB on the /boot filesystem installing package libuser-devel-0.56.13-1.fc12.x86_64 needs 5MB on the /boot filesystem installing package compiz-0.8.2-21.fc12.x86_64 needs 5MB on the /boot filesystem
I have a VMWARE machine, I have extended it from 20GB to 30GB for Linux box.How do I take the additional 10GB that it has and allocate it to -dev-mapper-VolGroup00-LogVol00 ?That way I can use the 10GB of available space in that file system.
I just set-up my fedora-14 live usb on an 8gb usb hard drive but I see the space left on '/' is less than 800mb (I created a 3.5gb persistent file) like so: Code: livecd-iso-to-disk --unencrypted-home --home-size-mb 3500 --overlay-size-mb 3500 Fedora-14-x84_64-Live-Desktop.iso /dev/sdc1 but I still don't have much space to install programs.
Is there a way to trick yum into installing programs under /home/liveuser/programs instead ?: Code: [liveuser@localhost ~]$ df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/live-rw 3.0G 2.8G 223M 93% / tmpfs 1002M 352K 1002M 1% /dev/shm /dev/sdb1 7.4G 2.0G 5.1G 28% /mnt/live /dev/loop5 3.2G 130M 2.9G 5% /home varcacheyum 1002M 0 1002M 0% /var/cache/yum /tmp 1002M 92K 1002M 1% /tmp vartmp 1002M 0 1002M 0% /var/tmp
My fedora keeps popping up this message of Low disk space..the volume file system roots has only 200 MB remaining.Then it came to 150 MB and now to 100MB.I am using fedora 13 on vmware .I set my vmware hard disk to 20 GB... my file system is showing 100 MB free while my home has 12.3GB free. Is there a way increase the size of my file system. similar problem has been in ubuntu [URL] but I dont know what to do with fedora.Also can some one tell me the way I can increase the size of usr folder .so that I can get some more softwares.Right now I am just stuck.
I have decided that my partition table does not meet my needs Barrymore, and I want to shrink the "/" partition by 80GB, and then create another file system on that space. I did some research on-line, and I'm not sure which way is the easiest and more secure way to perform the change with out putting the "/" file system on risk.
my problem is inkscape-0.48.0-1.fc14.3.src.rpm in fedora 14 64 bittry rebuild --source inkscape-0.48.0-1.fc14.3.src.rpm and this my error:I think something wrong pkgconfig .
attributes.cpp:20:32: fatal error: glib.h: No such file or directory compilation terminated. arc-context.cpp:21:28: fatal error: gdk/gdkkeysyms.h: No such file or directory
You may know the Humble Indie Pack 2, which is a set of crossplatform indie video games. There's one game in the bundle that doesn't offer a 64bit build and therefore it fails to load. It's called Braid and that's what you get when you try to run it: $ ./braid ./braid: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
Of course the 64bit libs for OpenGL and the propitiatory nvidia drivers are installed, but the game asks for the 32bit ones, at least to my understanding. I do know that why can install 32bit libraries on a 64 bit linux system (we do that for the sake of crappy Adobe Flash), but I don't know where to find these libs (searching the repo with keywords like .i586 or ia32 led me nowhere).
I am using fedora 12. i got "no space in root directory" warning from the system..when i went through it, i found many of the space has been occupied by /var/log/httpd/error-log file. so i just deleted the file..but when i check the space with "df -h" command.it shows 0% availability..the same problem occured before...but it solved when i restarted the system..but how to regain the space wihtout restarting the system?
i'm using c++ and Ubuntu and I need to write/copy some files to a directory chosen by the user of my system (the user can save it on any folder of any disk of the pc or other usb device). Before I do it, I need to know if there's space available on the disk. I cannot only check the result of write() function, the validation must be executed before I start to save or copy.
I was trying to use statvsf structure, but I only have the complete filepath (/home/lobinho/myDocs/), not the disk path. The statvfs() function only works with disk path (i.e. /media/KINGSTON ).
The source of my function:
Code: int MyClass::availableSpace(string dst, ulong* availableSize) { int result = ERROR; try { struct statvfs devData;
have installed the sybase successfully but the server cannot be started. And the error is that: ./startserver: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directoryAnd then I download the " libaio-0.3.105-2.i386.rpm", and used the rpm command to install: rpm -ivh libaio-0.3.105-2.i386.rpmbut it said: " libaio-0.3.105-2.i386.rpm: not an rpm package (or package manifest):"And then I download the "libaio-0.3.106.tar.gz", and tried to use tar command to install : tar -zxfv libaio-0.3.106.tar.gz
but it said: "tar: v: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: Child returned status 2
I am using this command: Code: sed -i 's?,$HTTP_USER_AGENT,?,$HTTP_USER_AGENT."\nFile: ".__FILE__."\nLine: ".__LINE__,?g' *.php to modify a line in my php files. I want to do this recursively from the directory I am in. but I get this message in response: sed: can't read *.php: No such file or directory sed version is 4.1.2. It's important that I only change *.php files, and do so recursively.
I was trying to install Fedora 13, on to my laptop. I have 30 GB of unallocated space in extended partition. When trying to install Fedora 13, I got stuck, as the installer says that there is no free space for installation.can convert the unallocated space into free space.
how can I traverse a directory from Kernel space? I'm using the path_lookup function. However, through the inodes I get with this functions I can only access those files that have been displayed at some point by another process (doing ls from the terminal for example)