Fedora :: Give The Command For Directory Path And Image Located Drive
Aug 28, 2010
problem during fedora x8664 installation. how to give the command for directory path and image located drive. the procedure to install fedora for the first time.
View 2 Replies
ADVERTISEMENT
Feb 7, 2010
I am implementing a strategy to organize my data among the several machines I work with and thought that getting some ISO images out of it could be a good idea because that way data would be 'read only' thus allowing for easier synchronization.
At first I thought of using the "dd" command to create the ISO out of a directory, but it fails code...
So, I have two questions:
Is the ISO 'format' capable of storing complex directory structures with long filenames (pretty much as any Linux filesystem does), or are there some inherent limitations?
Supposing the ISO format is not constrained, which command would allow me to create an ISO file out of a directory?
View 5 Replies
View Related
Apr 30, 2010
I am total new to linux as I worked mostly on RTOS (symbian). My problem is, I need to find the file IOSTREAM.H and I am following commands below:
1) cd /
2) find . iostream.h ( finds the file / directory from the current path)
It shows No such File or Directory
View 7 Replies
View Related
Jul 17, 2009
Java applet not loading image with relative path(e.g. images/1.jpg) but loads image with absolute path(i.e. from /root/user/images/1.jpg) . This is a problem when i want to host the applet on web server
View 2 Replies
View Related
Jun 14, 2011
When I add some path in .bashrc by commenting out old path and adding new one like this:
#EXPORT HOME_PLAY=/home/gem/old_play
EXPORT HOME_PLAY=/home/gem/play
EXPORT PATH=$PATH:HOME_PLAY
After saving above changes, I enter the command: source ~/.bashrc Now if I do echo $PATH, the path shows both the old PLAY_HOME and new PLAY_HOME. This is really bad and messes up a lot of things in my project. This problem only goes away if I logout or reboot, a rather very long process. What is happening is that the old path is added to new path element and the old path includes the old path element you want to remove.
View 10 Replies
View Related
Jul 12, 2011
kernel 2.6.21.5, slackware 12.0
GNU bash 3.1.17
Code:
As you can see, /usr/local/bin is in the path. However, bash does not look for nasm in /usr/local/bin.
If I am root, things go well:
Code:
View 16 Replies
View Related
Jun 16, 2010
i want to image my pen drive using dd command. i tried
dd if=/media/disk of=/media/disk-1/images.img
where disk is my pen drive and disk-1 is my hard disk. I boot and run the pc using linux bootable cd
View 3 Replies
View Related
Jan 23, 2011
I downloaded slackware disk 1 to 3 via torrent.Now I have 3 nice .rar files which I have uncompressed, and these two accompanying each:slackware-13.1-install.iso.ascslackware-13.1-install.iso.md5I'm running Windows XP, and have nero.The two above files appear to be image files but nero doesn't think so, and I can neither find any other image file to make my install boot cd.I read the other stickied forum topic "So you wan to be a slacker..." which seems to say I should be on the look out for these files:
cdromiso.iso
cdromiso.md5
View 2 Replies
View Related
Apr 7, 2011
p { margin-bottom: 0.08in; } I don't know how to give the path and file name for the 'dd' command in a terminal window.I'm trying copy a file (smb.bin) on my cd file (in the install directory) to a floppy disk.
The command format is:dd if=in-file of=out-file
in dos it would be dd if=D:/install/sbm.bin of=A:/sbm.bin
You can see I'm a nubee if I can't even give a path and file name in linux!
View 8 Replies
View Related
Mar 26, 2010
I was able to boot from my USB to begin Debian installation screen which after loading kernel gave ncurses based screen asking me to give the location of ISO I formatted the USB to two partitions
/dev/sdb1 (bootable) 1GB
and /dev/sdb2 6GB
after rebooting the debian installation process does begin. But I do not want to use the 20MB business card ISO Instead I have the 4.2 GB ISO on other partition on USB how can I make it take read that image so that installation begins from the 4.2GB ISO on other partition. Do I need to edit in syslinux.cfg some thing or how can I bring the grub command prompt so that I give it the path to kernel and initrd or syslinux can not take ISO from other partition.
View 8 Replies
View Related
Aug 3, 2010
Does anyone know of a script / program that will give me a listing of all the content on my hard drive(s)? I have two drives that I keep my content on (which is re-downloadable if I lose a drive). In the event that I lose a drive, I would like to have a list that I can refer to so I know what I need to re-download again.
It would be good if it doesn't list *every* file but maybe only the relevant folders and files. For example, many folders are extracted archives of 100's of files. If it just gave me the folder name that would be better than all the files (less stuff to sift through).
View 3 Replies
View Related
Feb 8, 2011
I am a newbie in writing unix scripts: I have a file with a list of arguments like:
./a arg1 arg2 arg3
./b arg1 arg2 arg3
.
.
.
./n arg1 arg2 arg3
But these binaries (a,b,..etc) are in a different sub directory from where the above file is located. How do I write a script that will pick up each line from the file and execute it.
View 2 Replies
View Related
Nov 1, 2010
is /home/Local_Data a directory located on your PC, or on a server? and how can we know that?
View 3 Replies
View Related
Jul 25, 2011
For some reason I cant get the syntax to switch to a directory in my external harddrive. I know I've done it before but now I can't get it to work. Here is what I've done.
cd /home/media/My Book/folder Where MyBook is the name of the hard drive.
View 6 Replies
View Related
Feb 2, 2010
The only options I have are to install via the web, how do I add the cd drive to xen.
View 1 Replies
View Related
Dec 19, 2010
Does someone know how to reconfigure this? I have three hard drives.
1. Sata 1TB. It has Windows xp and ubuntu 10.10 on it
2. old 30G drive. It has ubuntu 10.04 on it
3. Old 120G with ubuntu 10.04
I installed the oses on each drive by disconnecting the others. So each drive has a boot record, and I can choose by pressing F11 at boot. All ubuntus can see and mount the NTFS partition except the one I installed last. It's on the 120G drive.
[Code]...
View 9 Replies
View Related
Mar 19, 2010
I have a dual boot of winxp and fedora 12 on a sata laptop hdd in an external USB enclosure. I need to use the hdd for something else, so I want to create a clone image of the drive that I can later restore to a different hdd I put into the enclosure. What is the best method of doing this? Can I boot up into Linux on my external and create a single cloned image and save that image to the internal hdd on my computer? If so how do I do this? Is it a native function of Fedora or do I have to install a separate program?
View 11 Replies
View Related
Feb 16, 2011
I was given a forensic Image which I now know is a DD image of the drive (Vista) and am trying to mount the image or extract the image to another drive. I'm not sure of the extention type or if the image is a partition or the entire drive. I think it is the entire drive.
Is it possible to mount a DD image to a device. If I can't do that I just want to extract the files to run some programs against the drive. Can I view the files under Ubuntu or do I have to remove the drive and stick it into a Vista computer.
I purchased a second drive today and was hoping the command line would be something simple.
Or am I on the wrong track, should I be doing this all in a windows environment. The reason I picked ubuntu was because of the reporting tools.
View 9 Replies
View Related
Oct 7, 2009
however, I couldn't find a place in which it would really fit well. I have 2 hard drives, that I want to backup. I've heard of servers and things like that using a hard drive image. Is this similar to a disk image? What are the benefits of using hard drive imaging as opposed to using DVDs? And perhaps most importantly: how would I go about it using Fedora 10 (64 bit)?
View 5 Replies
View Related
May 26, 2010
I'm trying to do something like thisi created a group called www and made this group the owner of the directory/var/www/htmlso i can read and write to it.of course I've add my self to this group, but it seems i can't read and write.the syntax i used was something like chown :www /var/www/html.didn't workonly when i used chown samurai:www /var/www/html i could finally could create new file.the reason i don't want to specify the user name is because I'm thinking of a scenario when i need to give permission to a large group of ppl and don't want to do it user by user.
View 5 Replies
View Related
Apr 29, 2011
I have a log server that collects logs from all the cisco devices on our network.he company policy states that any logs should only be accessible by root. So I have the following permissions set on the directory, as well as everything inside the directory where the cisco logs are kept.
Code:
drwx------ 65 root root 4096 Apr 29 7:38 rsyslog
The cisco folks are requesting access to these logs, which is allowed by company policy.
[code]...
View 12 Replies
View Related
Nov 18, 2009
I'm trying to install Fedora 12 on my EeePC 901 from a 8GB USB stick. However I get the error each time after clicking Next on the boot loader setup screen. Code: Missing ISO 9660 Image The installer has tried to mount image #1, but cannot find it on the hard drive. Please copy this image to the drive and click Retry. Click Exit to abort the installation. I tried this with the DVD as well as the net install image. I tried setting up the USB stick with unetbootin and semi-manually [1]. I still get the same error.
I've set up the first 4GB SSD (sda1) as / ext4 partition and the second 16GB SSD (sdb1) as an encrypted /home partition. sdc1 is the USB stick and sdd1 is a 16GB SD card in the card reader. They are not used in the installation. I realize, that the 4GB / partition will probably be too small etc, but I'm just trying to get the installer to go the package selection page.
View 10 Replies
View Related
Jan 17, 2011
This probably is something simple, and may have already been addressed on here.I have a 1.4MB floppy disk image file that I would like to mount as a drive.
View 5 Replies
View Related
Feb 23, 2010
I have an image fiole of a hard drive which has been encrypted. When i load the file in to software to view the disk in a hexidecimal format, i need to find there the boot sectors are etc I also need to find out the "md5 hash" which is used?
View 1 Replies
View Related
Mar 3, 2009
I am running Fedora 10 and would like to move from my 40gb hard disk to a larger (320gb drive). I would like to take an exact image of the smaller drive and put this on the bigger drive.
View 3 Replies
View Related
Feb 12, 2011
Is it possible to give user only FTP access / browsing rights for certain directory within /srv/www/htdocs and prevent same user to browse all other directories, even user's /home directory on that server?
View 8 Replies
View Related
Apr 12, 2011
i downloaded the gnome 3 based on fedora from www.gnome3.org. But when i run the image i dont see an option to install to my harddrive it just runs from my cd rom drive. Can any please lead me with instructions as to where and how i can install it to my harddrive.
View 8 Replies
View Related
Aug 22, 2011
restore a partition images on another machine to the unused space on my laptop. I'm using netcat and dd to restore the partition.
On laptop:
nc -l 192.168.192.254 9000 | dd bs=1024 conv=notrunc,noerror seek=<some block pos> of=/dev/sda
On W/S:
dd if=part.img bs=1024 | nc 192.168.192.254 9000
The problem is that fdisk -l displays start & end sectors of the partitions and I need to know blocks. How do I determine the block number after the last partition to start writing this image?
Quote:
cat /proc/partitions
Displays blocks per partition. I could add those numbers up but is sure would be nice to have a utility that just give you what you need.
View 4 Replies
View Related
Oct 21, 2010
how to add a path to PATH variable permanently so that it remains persisent even after closing shell and rebooting the system when i added a path, to variable it remained there as long as i didn't closed the shell. but when i reopened it ,changed were undone.
View 2 Replies
View Related
Feb 5, 2011
i have been working with computers since the age of 11 "22 now" and have taught myself everything i know, from computer repair & networking to Web design, music production and Graphics design, using programs like photoshop, dreamweaver, sony acid, i learned it all myself, anyways that's just a little insight!!!
OK so here is my problem, i have an OLD P4 2.8 GHZ PC with 512MB ram, last year i was able to burn i believe fedora 9 to a CD and install it on this PC before i removed the drive to use as an external drive. "Dont know where the CD went"
I just recently purchased a 40GB hard drive and am looking to reinstall Fedora 14 on this P4 PC, i want to use this PC as a HTPC just for internet, ..... and stream videos, maybe some internet games etc etc, my problem is my main PC cant burn any cd/dvds due to the Drive's being burned out from burning xbox games at 4x on a regular basis, the PC i want to install Fedora on only accepts CD's and even then it barely reads anything!!
Now that you know my situation i want to know if i can take the 686MB 32bit iso image and put it on a 2GB usb drive and boot/install it to the HD that way on my old P4 PC, i want Fedora 14 as my main desktop, no partitions or walk arounds. If this helps the mobo on that OLD pc with the P4 is a p4vmm2 v5 i believe the p4 is 2.8ghz, ram is 512mb and i was able to install a 64mb nivida card agp 4x over the stock 32mb agp card it came with!
Last year windows xp was sketchy on it, i installed i think Fedora 9 and it ran great, but at that time it was a 120GB maxtor ide, and i decided to use it as an external drive for my main pc to back up alot of goodies, in the end the drive just randomly stopped working and just a few faint clicking sounds before it died. The current hard drive i will be installing on this P4 P4VMM2 mobo is a 40GB Seagate 7200. In the end do you think i can do a HD install from a USB stick with this P4VMM2 MOBO with a 40GB Seagate 7200 HD.
View 6 Replies
View Related