Fedora :: FDISK Discrepancies - FC12 Versus FC14
Nov 28, 2010
I was recently messing around with the partitions on my tri-boot system and ultimately messed everything up. After a few hours of tinkering I was able to recover but learned something interesting in the process.Something has changed with FDISK, or some underlying component, from FC12 to FC14. I keep partition backups so when I mess things up, I restore using dd. Anyway I think I was restoring partitions at the wrong starting blocks as some partitions worked while others did not. I just happened to notice the start for sda1 on FC14 and said to myself, that's not right.
Anyway take a look as the 'fdisk -l /dev/sda' for FC12 and FC14. What gives? My backups were all made on an FC12 install and when I restored from an FC12 boot CD all is well. Anyone know what the deal is? Should I recreate all my backups again using FC14? Not sure how the boot sector is affected with this FC14 sda1 start at 64.
HTML Code:
*** FC12 x64
Disk /dev/sda: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
[code]....
View 2 Replies
ADVERTISEMENT
Jun 29, 2011
I upgrade from FC12 to FC14 on Monday last. Yesterday, I noticed that CUPS wasn't running, so I looked at services and started it manually. The services appeared to be set to start CUPS automatically, but today again it wasn't running. Looking at messages, I now have the following 'errors' that appear to be disabling CUPS due to some form of load dependency.
Message log extract:
[code]....
View 6 Replies
View Related
Dec 29, 2010
From at leat FC12 to FC14, I notice that the form we have to fill in to write a filename (for example) don't give anymore the choice of the file which already exist in the current directory.I explain :Use gimp or geditCreate a simple file : example.txt or xample.jpgnd save this fileclose this filecreate now a new filetry to save it under the name: exand in FC9, the system added one line to propose you example.txt because example match with ex you just typedin FC14, this proposal doesn't exist anymore.How to setup it again ?I am working with gnome but the problem is the same with kde
View 2 Replies
View Related
Dec 31, 2010
I upgraded from FC12 to FC14 and now the system/case fan blows full speed constantly. I also moved from i386-PAE to am64.
The CPUs are cool, the machine is basically idle, and the fan noise is really annoying (and blowing cool air).
In FC12 the fan would auto-adjust with CPU load. This is not the case now.
I ran sensors-detect and it doesn't seem to find my fans:
[root@pangea modprobe.d]# sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +40.0C (crit = +75.0�C)
k8temp-pci-00c3
Adapter: PCI adapter
code....
I don't remember ever having to even run sensors-detect in FC12. I searched the board for a bit and didn't see any solutions. I'll attach the full output from sensors-detect.
View 2 Replies
View Related
Apr 18, 2010
I have a tricky problem which I could soIve with a c program. I wrote one and found I didnt have gcc so I tried to install it. I was told I needed to install packages. I acknowledged and an error was generated gcc-4.4.2-7.fc12.i686 requires libgomp = 4.4.2-7.fc12 I try to install libgomp and go round again.
View 2 Replies
View Related
Nov 20, 2009
When I try mplayer with different distros, I get different results. Right now I have Kubuntu Karmic on the hard drive, but most of the time I'm running Kiara, which is a rebuild of Slax, from a live CD. With Slax, and (I believe) also with Slackware, Mplayer doesn't seem to support playing flv (flash video), or, strange to say, ogg. Now, with Karmic, I can't get full-screen video, though I can get that with most Debian-based distros, including the earlier kubuntu jaunty. Any way of closing up these gaps?
View 9 Replies
View Related
May 28, 2010
Server with 4 disk partitions in an RAID 5 array using md. Yesterday the array failed with two devices showing as faulty. After rebooting from rescue, I was able to force the assembly and start the array and everything looks to be okay as far as the data goes, but when I run:
Code:
mdadm --examine /dev/sda3
I get (truncating to the interesting bits):
Code:
Raid Level : raid5
Raid Devices : 4
Avail Dev Size : 1448195216 (690.55 GiB 741.48 GB)
Array Size : 4344585216 (2071.66 GiB 2224.43 GB)
Used Dev Size : 1448195072 (690.55 GiB 741.48 GB)
Array Slot : 0 (0, 1, 2, failed, 3)
Array State : Uuuu 1 failed
And
Code:
mdadm --detail /dev/md1
yields:
Code:
Array Size : 2172292608 (2071.66 GiB 2224.43 GB)
Used Dev Size : 1448195072 (1381.11 GiB 1482.95 GB)
Raid Devices : 4
Total Devices : 4
Active Devices : 4
Working Devices : 4
Failed Devices : 0
Spare Devices : 0
Additionally, the 'slot' for devices a-d line up like this:
a - 0
b - 1
c - 2
d - 4 (!)
The first number 'Array Size' from examine is twice as big as sit should be based on the output from detail and comparing to twinned server, and why does the 'Array State' and 'Array Slot' from examine indicate there's a 5th device that's not indicated anywhere else?
View 2 Replies
View Related
Apr 15, 2010
Is there any way to use 'fdisk -l' as a normal user? I see in F12, /sbin has been added to PATH by default for a normal user, but when trying to use it, nothing shows up.
See below for demonstration purposes:
Code:
Password:
I don't want to use 'su -' or 'su -c' and login every time.
View 6 Replies
View Related
Aug 23, 2011
I think there is a bug with gmixer on fc14 using lxde. Every time I log out and log back on gmixer spawns another process. So if I log out and log back on 6 times I will have 6 gmixer processes running concurrently.
View 3 Replies
View Related
Oct 16, 2010
im a beginner in using linux and i want to know how to use fdisk to format a mmc card and partitioning it
View 2 Replies
View Related
Mar 27, 2009
OS= Fedora 10
I have a secondary 250GB disk of which I created a 50G partition on to try and set-up an LFS system. I finished with the LFS system and now I want to destroy the partition and reclaim all of the 250GB. So i simply ran fdisk /dev/sdb and deleted the 2 Linux partitions ( one 83 and one swap). I then created a new partition as primary partition #1. fdisk appears to see the entire disk....I'm able to start at cylinder 1 and end at 30401 which is 250GB, however when i mount the partition it's shows as only 50G.....What the hell is going on here???
View 4 Replies
View Related
Dec 23, 2010
ati proprietry fglrx driver in fedora 14, anyone know if this exists or where to get it? or is there some other way to get some 3d acceleration on fedora 14 with out it?
View 6 Replies
View Related
Jun 18, 2011
I am new to this O/S. I have tried Mint and Ubuntu. There are some problems I would like to work out by myself before I take short-cuts, as if.I have tried to install codecs for my o/s media player and get a reply from computer "xxxx does not have sudoer rights, you will be reported."I tried to get sudoer rights and was told I had to have administrator rights first. To get administrator rights I needed sudoer rights. I decided to come to forums to ask and this is my first post.
Is there a danger in getting administrative rights? If so, I would still rather like to face the danger than not be able to play music. And how do I get real superuser rights? My root account is localhost.localdomain and my login account is XXXX. I would have access to everything rather than have a warning that the administration is receiving reports of my activity. Might anyone have help?
View 11 Replies
View Related
Jul 30, 2011
I'd like to update my version of gsl to 1.15 (it has improved integration routines) Downloading & compiling worked, but I'm hesitant to overwrite the default packages with ones I compiled myself since there's a lot of compilation flags etc I may be getting wrong. On top of that, I need the header files from gsl-devel too to link against, and I'm not sure how that works. (Where to place them etc)Is there any way to use these packages to install on fc14?Should I just compile it myself?And what about the devel headers?
View 2 Replies
View Related
Aug 18, 2011
I have some problems reading dvds using either xine or totem
Here's the output from running xine dvd://
This is xine (X11 gui) - a free video player v0.99.6.
(c) 2000-2007 The xine Team.
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdread: Attempting to use device /dev/mapper/vg_inga-lv_root mounted on / for CSS authentication
[Code]....
I know that this issue has been addressed on the forum before, but I haven't found any threads that solves my problem.
View 9 Replies
View Related
Mar 14, 2011
when compiling stlplus (02-08), FC14, i am getting these errors:
[Code]....
View 3 Replies
View Related
Nov 4, 2010
Whenever I insert a USB drive (or plug in my Motorola Droid to copy files to it), a window pops up that says 'Unable to Mount File System'. Not Authorized. The drive shows up under the Places menu, but if I click on it I just keep getting the same error.
View 14 Replies
View Related
Nov 4, 2010
Just trying my first live upgrade but hit an issue with not being able to import the GPG key for FC14:
[root@jahama ~]# rpm --import https://fedoraproject.org/static/97A1071F.txt error: https://fedoraproject.org/static/97A1071F.txt: import failed. I downloaded the key to a file and had the same error so I know I haven't mistyped anything. What have I missed and what can I do to resolve it?
View 2 Replies
View Related
Nov 15, 2010
I tried installing VMWare-player using
Code:
#./VMware-Player-3.1.2-301548.i386.bundle
It got installed successfully, but while running it said gcc not found. so i installed gcc by
Code:
#yum install gcc
[Code]....
View 4 Replies
View Related
Nov 24, 2010
I've got the Gnome front end installed and everything runs terribly slow. Now that I think about it, I'm not sure if its a problem with sdlmame or the Gnome front end.Is anyone successfully running MAME under FC14? If so, what did you have to do? Did you have a similar experience to mine? How did you correct it?
View 2 Replies
View Related
Nov 25, 2010
after upgrading to FC14, i'm getting this when I run emacs file.sh:
GLib-GIO:ERROR:gdbusconnection.c:2270:initable_init: assertion failed: (connection->initialization_error == NULL)
Fatal error (6)Aborted (core dumped) This only happen when i'm logged in as root, on the Terminal session. As a regular user, or launching emacs from task bar icon don't happen.
View 1 Replies
View Related
Dec 3, 2010
Is this howto which is based on FC5 still applicable to FC14?[URL]...
View 2 Replies
View Related
Dec 4, 2010
Whenever I resume my laptop, there is no audio... the only way to make it work is to restart my comp ...I am using fedora 14 on Thinkpad x201 .
View 1 Replies
View Related
Jan 6, 2011
I have coriander-2.0.0-1.fc14.i686 installed and it does n t work anymore as it used to with my IIDC compliant ieee1394 camera.
I understood that raw1394 and video1394 modules are now deprecated. So firewire_ohci and firewire_core are loaded when I plug in the camera. There is no more /dev/raw1394 and /dev/video-0 streams, but now there are /dev/fw0 and /dev/fw1.
When I run Coriander, I receive: Erreur de segmentation (core dumped)
If I create the following link: ln -s /dev/fw1 /dev/raw1394
[Code]....
View 2 Replies
View Related
Feb 13, 2011
where you only get offered the kernel-headers for 2.6.35.11-83 by yum but not the kernel or the kernel-devel? I tried yum clean all and both pointing to the baseurl and mirrorlist and it does the same thing for both. Oddly my other laptop with F14 in the wireless cafe showed all three packages were available.
View 2 Replies
View Related
Feb 16, 2011
Ever since I have upgraded form fc 11 to 14, I cannot login using the KDE desktop, I am forced to use gnome. The problem with that is that KDE apps are not running well, slow and often crashing, when I try to use them under gnome.
Symptoms.
1. Attempting to log in as any user with either KDE or KDE failsafe selected brings up the KDE splash screen, the hard drive icon, and occasionally the wrench icon.. a long pause and then back to the login screen.
2. I have these problem described in other Linux forums and have attempted to implement their recommendations
2.1 Deleted the .kde and other directories associated with KDE, reinstalled KDE.
2.2 Checked the permissions on all the requisite files and directories to ensure that they were good.
2.4 Looked through endless log files for ANY clues.. none
3. KDE applications, like ocular, take about a minute to start up, respond very slowly and eventually stop responding. Gnome applications work normally.
View 7 Replies
View Related
Feb 20, 2011
I have an old Compaq Evo P IV, with FC 14 installed. The light on the floppy drive is on all the time and there is no object for it. It has been this way since I installed, but I don't use floppies much (who does anymore), but now I have a need to edit a file on a floppy, for of all things, a Windows system (boot issue
View 5 Replies
View Related
Apr 6, 2011
I am using FC 14 on my laptop (Dell insprion 1525). When I installed vlc it worked nice, but about 2 weeks ago after updates, each time when I run vlc, after short time running (about 10 - 20 seconds). All system suspends (actually computer responds very lately).
View 14 Replies
View Related
Apr 19, 2011
I just changed the mobo and moved from Nvidia to ATI
VGA compatible controller: ATI Technologies Inc RS880 [Radeon HD 4250] (prog-if 00 [VGA controller])
Subsystem: Giga-byte Technology Device d000
Flags: bus master, fast devsel, latency 0, IRQ 18
Memory at d0000000 (32-bit, prefetchable) [size=256M]
I/O ports at ee00 [size=256]
Memory at fdfe0000 (32-bit, non-prefetchable) [size=64K]
Memory at fde00000 (32-bit, non-prefetchable) [size=1M]
Expansion ROM at <unassigned> [disabled]
Capabilities: [50] Power Management version 3
Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
Kernel driver in use: fglrx_pci
Kernel modules: fglrx, radeon
If I try to run the livna tool, it asks for the root password, then nothing.
Running radeon-tool --debug
reading RADEON_DAC_CNTL (58) is internal error
I'd like to be able to change the display resolution.
View 9 Replies
View Related
May 13, 2011
I'm trying to install FC14 on my box... without any success so far
The problem: when it comes to write the partitioning scheme to the disk, the system freezes. This occurs with the following CD images:
- Fedora 14 LXDE live image. Installation using "Install to Disk" script.
- Fedora 14, regular i386 image
- Fedora 15 (beta) LXDE live image
I did further tests and found out that I could simply reproduce the problem by trying to write a partition on /dev/sdb using fdisk:
- after executing the fdisk 'w' command, the system hangs for about 10-15 seconds
- no kernel message can been seen during this time using dmesg
- after those 10-15s, the system freezes. I have no other option but power off the machine.
There is no Hardware problem with the disk itself. I can read/write partition on that disk without problem using another distro.
Does someone have a few ideas what to do?
View 5 Replies
View Related