Debian :: Hard Disk Repository - Which Makes Program Install / Remove Very Quick
Mar 15, 2010
I have now almost completed my aim of using Debian and PClinuxOS on different installed hard disks. For PCLOS I use an On-Disk set of disks which I have installed on a separate hard disk which serves as a repository from Synaptic, which makes program install/remove very quick. Is it possible to do the same thing with the 5 DVD's for Debian lenny on another hard disk?
View 2 Replies
ADVERTISEMENT
Sep 19, 2010
I am new to linux. I am trying to install suse 11.3 on my desktop which has following configuration:
Intel Pentium 4 processor 32 bit
512 mb RAM
80 gb Hard Disk
I made a 20gb partition on my hard disk and formatted it as fat32 for installing suselinux on it. I changed my boot priority and booted the system from the bootable dvd. The problems are:
1). Message is displayed telling to ensure that cd 1 is in the drive. I cannot make out what this means when the dvd is already in the drive. If I press ok same message keeps coming if I press back following occurs.
2). The installation starts and asks for language and keyboard type. Then it asks me to specify the hard disk and then a message is displayed that it cannot find repository.
View 4 Replies
View Related
Sep 13, 2011
I would like to test 12.1 M5 on my real hardware, so I have special for this purpose two additional partitions (sda2 (to install milestone) and sda3 (to store installation ISO files)). I am running my stable 11.4 with Grub on sda1.
I do not like to burn DVDs just for short test of one milestone, so I was used to download DVD ISO, to unpack it to sda3 partition with all its files, then I changed Grub to boot install Linux from sda3. Installation complains there is no DVD or CD, then I chose to force installation from hard disk and select sda3 partition and select root directory "/". As I was used to from 11.4 this will start installation as it would be started from DVD.
But I think the problem has appeared since 12.1, where I get message: No repository found. (on sda3 / ), so the installation does not start.
I know this is not official way to install openSuse, but it worked before, and it was fast and easy for me, to install from hard disk.
View 3 Replies
View Related
May 29, 2010
[code]...
It says it requires version 2.17, but the one in the repository is libblkid1 (2.16.2-0) as seen on [URL]... I guess almost no one else is getting this as it isnt fixed! And it is such an important program (mkfs.ext*) Should i install the one from sid's repository? If this is such a huge bug as it seemes to be, why hasnt it been fixd for more than a day (after an "aptitude upgrade", then i noticed this).
View 2 Replies
View Related
Apr 3, 2011
Alright, first I burned the image I download to a DVD, first DVD didn't work, but second one did, got to the installation process where it probes everything... and at the end it said "Repository Not Found"..So I copied the image to my external hard drive..And went to install from Hard drive...did the director of the image by just putting openSUSE-11.4-DVD... etc...because it already does hd:I had tried F: before, and it didnt work either..And yet again, I get "repository not found"....btw, THIS IS FROM CLEAN INSTALL< I HAD TO ERASE XP and the external is a NTFS hard drive with about 12 gb's free.
View 9 Replies
View Related
Feb 11, 2011
how to install from hard disk?
View 2 Replies
View Related
Jul 1, 2010
I recently installed Firefox 3.6 on Debian Squeeze. Everything went smoothly, but Firefox looks weird. The interface reminds me of Windows 98 and anytime I scroll through the menus the highlighter is grey and it makes things awfully hard to read. I'm not sure what could be wrong but I'm hoping someone here I'm not sure how to insert small images as url links so I'll just post links to screenshots I took for reference.[URL]Oh, and one other problem I recently discovered, flash doesn't seem to work. It works just fine in Iceweasel but I am told I have to install it in Firefox. I installed libflashplayer.so in /usr/lib/firefox/plugins but that doesn't seem to have helped. Come to think of it, it probably wouldn't since it's probably the 32-bit version I got from their site, I run on 64 bit.
View 13 Replies
View Related
Jul 18, 2011
I'm trying to install debian-6.0.2.1 from hard diskand it can't find my iso image wich is on the slackware partition.i downloaded initrd.gz an vmlinuz,added some lines to lilo.conf so that i can boot but then when it searches for the iso image doesn't find it .
View 6 Replies
View Related
Sep 28, 2010
I was told I don't have Ubuntu installed, how do I remove "wubi" of my hard disk. Can't find it anywhere in partitions or anything.
And would anyone know a Free FTP Backup server for about 6gs of space so I can backup my music & such?
View 4 Replies
View Related
Feb 24, 2009
I was trying to install Fedora 9 on my new laptop that came with Win XP. I have selected the option to wipe out all partition and create a default layout with the Encryption option selected. But that installation got stopped on the middle, therefore I have started the installation again. This time it asked for the encryption password as expected but don't know why, its not accepting my password. I am 100% sure that the password is correct but it is not allowing me to enter into the hard disk partition section.
My question is, how do I remove encryption from my hard disk? I don't need to preserve the data, I just need to use my hard disk again. Is there any boot CD that allow us to format encrypted disks without prompting for a password?
View 3 Replies
View Related
Apr 29, 2010
i need to get the hard disk serial number of my machine using a C++ program.
View 11 Replies
View Related
Mar 26, 2010
Can't delete files from external hard disk.
Getting message,"Input output error or unreadable/corrupted file"
Is there any way to delete this?
View 1 Replies
View Related
Oct 9, 2010
I want to install Eclips program from "Add/Remove Application" in Administration menu!I see this message and I click on 'Enable' button and I am connect to the Internet at the same time.But Eclips program did not install.This problem is for all programs , means my "Add/Remove Application" does not work properly
View 11 Replies
View Related
Dec 1, 2010
I had Vista on my laptop and then started dual booting with windows.downloaded ubuntu today and installed but just not feeling it. i have looked in add remove programs but its not there. can someone point me in the right direction. How do i remove ubuntu including the grub screen and free the space up on the hard disk because i'm missing 25gb.
View 4 Replies
View Related
Jul 21, 2010
I need to monitor the amount of free physical memory on Linux from within a large C program. The sampling will occur very frequently, so the measurement cannot be performance intensive. The fact that Linux uses much of the theoretically free memory for cache and buffers means that just measuring the free pages is not sufficient. Using free + cache + buffers gives an overestimate as not all cache/buffers can be freed, but I could get a rough idea of how much generally can't and subtract that from the answer.
Possible options that I've come across so far are: Parsing /proc/meminfo - but that involves reading from file which is slow. Extracting the free, cache and buffers values from the output of the Free command - but is there a quick way to do this? Parsing the /proc/freemem file produced by the API here - but this is again reading from file. Is there a way to get that output directly? Speed is an extremely high priority, and the answer it must accurately represent the amount of memory that my program could expand into (to within a few Mb).
View 1 Replies
View Related
Apr 8, 2009
after installing Ubuntu on one WD 500 GB hard disk and after making mistake and pasting wrong code into Terminal:my OTHER WD 500 GB hard disk that was also in the system (I guess it was "hd1") - died.The problem must be, I guess, I typed wrong code: "hd1,1" instead of "hd0,0".)500 GB (NTFS) of data was on that other (non-Ubuntu) hard disk, and now I can not access it anymore. While booting, system gives "Hard Disk Error" warning and stops.One again: I installed Ubuntu od one hard disk and at the end of instalation I pasted wrong code for GRUB, giving address of another hard disk. Now that other hard disk has error and will not work
View 3 Replies
View Related
Jun 6, 2011
I use WD hard drives. They provide a quick erase utility which erases the first and last MB of the HD. This operation takes about 5 minutes.
A laptop uses a SATA Hitachi hard drive. Hitachi provides wipe software but no quick wipe as above.
Anyone know of a general utility which will quick erase the first and last MB of a particular hard drive?
View 3 Replies
View Related
Sep 23, 2010
I want to copy hard disk have ubuntu 10.04 and ext4 to 1000 hard disk for new 1000
View 2 Replies
View Related
Jul 7, 2009
I have a sata 320 gb with mandriva linux 2009.1 on it.And it is what curently atached to my cpu. It is shown as 'sda' in the partition table.I also have another 40gb hard disk with windows xp installed on it.It is shown as 'hda' in the partition table . Now what i want to do is attach this 40gb hard disk to my pc and configure grub on my 320gb hard disk('sda') so as to boot windows xp(which is residing on the second hard disk,'hda')Can anyone tell me if what im doing is feasible or not? If it is feasible,can anyone suggest me how to get it working. I know i just need to add 2-3 lines to my grub.conf, but dont know what exactly i need to write.
View 3 Replies
View Related
May 14, 2010
I had a dual boot (windows 7 + debian), both of them installed in my internal hard disk, with the GRUB in it. I have recently installed a second linux distro (mint), but I put it in an external hard disk. Now the GRUB allows me to boot any of the three operating systems, but I need the external disk to do it. It seems that after the mint installation the GRUB is now working from the external disk (if the external disk is not connected, the machine does not boot.) �Is there a way to change the location of the GRUB, to the internal hard disk of my laptop?
View 2 Replies
View Related
Jun 21, 2011
I was using Terminal and browsing a directory in my home folder. My "home" directory is located on "/dev/sdb1". When in Terminal I typed "ls" in one of my directories and the output was garbage. The output didn't show the files in the directory. I think it said something like, "input/output error". Unfortunately, I didn't write the exact error down. Instead I rebooted.The hard disk with the problem is:
Code:
$ sudo hdparm -I /dev/sdb
[sudo] password for brian:
[code]...
View 6 Replies
View Related
Dec 16, 2010
Every partition in my ubuntu machine starts with "320 GB Hard Disk" followed by partition name, Even If I renamed it. I want to remove this, can I ? Another question. Can I arrange those partitions by there locations in the physical hard drive? meaning that the first 30 GB in the disk appears with there names at first.
View 1 Replies
View Related
Aug 13, 2010
Debian and debian based distros issue has a issue that has come to make it self aware to me when I was trying to burn a video on my hard drive with braseo and it won't let me burn more than 4.4 gigs to a dvd with 4.7 gigs of free space even a file that is over the 4.4 gig limit by a megabyte with windows i didn't have this problem. One more thing I have 16 gig flash drive and on debian and debian based distros i can only use 13.1 gigs of it but on fedora I can use all 16 gigs.
View 3 Replies
View Related
Sep 4, 2015
So I had decided to install debian but I thought I couls do it by myself without anything which I was wrong about, because I wound up installing Debian on my C: drive/windows partition. So far nothing has been bad and I am still running windows but now my C: drive has been renamed to "Install Debian GNU/Linux" I know the name doesn't mean shit but I'm curious why every time I go to change it it auto changes back. Also now every time it boots up it asks me to choose between UNetbootin, which i uninstalled, and windows. how do i get rid of the option to remove unetbootin even though I uninstalled the program. Same with Debian I deleted everything i could find but it still changes the drive name, how to fix any of this and might there be files I haven't found where would they be located?
View 3 Replies
View Related
Mar 4, 2011
How the reverse [apt-get install] for remove a program.
View 1 Replies
View Related
Apr 6, 2010
If you have a hard disk image (including partition table, multiple partitions,...), is it possible to let Linux treat it as a regular hard disk?
By "regular hard disk" I mean I would like to have the image show up as, for instance, /dev/hdx and its partitions as /dev/hdx1,...
(I know I can mount one of the partitions in the image using "mount -o loop,offset=x ..." but I don't really like this option.)
View 2 Replies
View Related
Aug 21, 2010
I installed an OS on the second hard-disk/partition3 (/dev/sdb3; OS was FreeBSD). Added the entry and when i boot: nothing. I choose the OS from grub's menu, the list of choices vanishes, the background image stays, and there it hangs. It hangs until i hit: ctrl+alt+backspace. I have thought: to hell with it, and installed Debian/Lenny. Same problem (OH!).
I also installed the boot-loader to the second disk (/dev/sdb), hit F11 after the BIOS-screen and chosen the second hard-disk to boot from: a similar problem. It hangs, and the keyboard is "dead". I am clueless what to check for (i checked the general culprits, but with UUID its all a bit of a mess. I would say it looks good, but wouldn't bet on it) Anyone ever heard of something like that? Without error message its not easy to use the amazing Google. I do a bit of grub-troubleshooting, usually it works, but usually i get error-messages.
I made two threads about it, in case they contain useful info, here they are:
http://www.linuxquestions.org/questions ... sd-827059/
http://forums.freebsd.org/showthread.php?t=17021
View 14 Replies
View Related
Mar 18, 2011
I am trying a network install of debian 6.0 by dumping the contents of a DVD onto my local http server. For some reason the Western Digital 80 GB pata HDD doesn't get detected when I click on 'detect disk', I even tried with a SATA, no luck.
View 7 Replies
View Related
Jan 6, 2010
I have an external hard disk for USB port. I formatted it on MS for NTFS system.working fine on MS. But can not write while on Debian. Permission denied. Want to use for both on Debian & MS.
View 1 Replies
View Related
Aug 3, 2011
I have a Samsung R430 Notebook with debian 6 installed, Nvidia drivers installed... and i'm having troubles with my system... often freezes when i unmount my Hitachi 500GB USB external hard drive.. i got no response from my machine, even with Ctrl+Alt+F1 to enter console mode and reboot from there, just have to shutdown or disconnect my notebook in the bad way.i dont think that is hardware, cause i have installed Windows 7 as well with dual-boot and no problems so far...
cant attach mi mesagge log at this point because the forum doesnt allow me to do that, but if you want to help me i can send that to your e-mail or something.
View 3 Replies
View Related