Results 1 to 3 of 3
So, here I'm with my new intent to have a linux distro as my main S.O. I'm experiencing problems with my monitor resolution configuration and I've found this forum and ...
- 05-04-2011 #1Just Joined!
- Join Date
- May 2011
- Posts
- 8
problems with monitor resolution configuration
So, here I'm with my new intent to have a linux distro as my main S.O. I'm experiencing problems with my monitor resolution configuration and I've found this forum and thread "linuxforums.org/forum/red-hat-fedora-linux/165449-screen-resolution-fedora-13-a.html", and rigth now I'm with the problem of can not run my linux distro because my Fedora doesn't recognize my xorg.conf spec.
So, my question is: how can I access the main partition to change the xorg.conf file from a Live CD distro of Fedora? I've tried with the solution offered by devils casper
and it's not possible to me to edit the xorg.conf file because I just can read from this partition.Try this
Does it allow you to create and delete file test?Code:su - mkdir temp mount /dev/sdxy temp cd temp touch test rm test
Besides of this, I can not configure the way the partitions are being mounted because Live CD does it for me. They just appear at the moment I open nautilus and they do not appear in the /mount directory neither.
I've tried to find the xorg.conf file with the find command and it finds it in this place:
so I've unmounted the partition and when I try to mount it again it just responds:Code:./media/cb6c77d7-4f41-42b6-a9fd-5ec59b9dac3d/etc/X11/xorg.conf
What should I do? I'm working with Fedora 14 at 64Bits.Code:mount: /dev/sda2 already mounted or temp busy.
I could give more info but I just don't want to make this post bigger.Last edited by ingesis; 05-05-2011 at 12:04 AM.
- 05-05-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
You will find xorg.conf in /etc/X11. The mount point in /media is for external media that is auto-mounted. /dev/sda2 is probably your swap partition. It will remain busy as long as the system is running. Anyway, post the output from the 'df' and 'fdisk -l' commands here.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 05-06-2011 #3Just Joined!
- Join Date
- May 2011
- Posts
- 8
Thanks for the help Rubberman
This is what I get with 'df'
and this with 'fdisk -l'Code:Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/live-rw 3096336 2146948 917936 71% / tmpfs 2029300 124 2029176 1% /dev/shm /dev/sdb1 2011252 727072 1284180 37% /mnt/live varcacheyum 2029300 0 2029300 0% /var/cache/yum /tmp 2029300 16 2029284 1% /tmp vartmp 2029300 0 2029300 0% /var/tmp
Code:Disk /dev/sda: 251.0 GB, 251000193024 bytes 255 heads, 63 sectors/track, 30515 cylinders, total 490234752 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x82d3d076 Device Boot Start End Blocks Id System /dev/sda1 * 2048 1026047 512000 83 Linux /dev/sda2 1026048 103426047 51200000 8e Linux LVM Disk /dev/sdb: 2063 MB, 2063597056 bytes 255 heads, 63 sectors/track, 250 cylinders, total 4030463 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x91f72d24 Device Boot Start End Blocks Id System /dev/sdb1 * 63 4030462 2015200 b W95 FAT32 Disk /dev/sdc: 500.1 GB, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x09e109e0 Device Boot Start End Blocks Id System /dev/sdc1 * 63 102398309 51199123+ 7 HPFS/NTFS /dev/sdc2 102398310 976751999 437176845 f W95 Ext'd (LBA) /dev/sdc5 102398373 511991549 204796588+ 7 HPFS/NTFS /dev/sdc6 511991613 976751999 232380193+ 7 HPFS/NTFS Disk /dev/dm-0: 3221 MB, 3221225472 bytes 255 heads, 63 sectors/track, 391 cylinders, total 6291456 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000 Disk /dev/dm-0 doesn't contain a valid partition table Disk /dev/dm-1: 3221 MB, 3221225472 bytes 255 heads, 63 sectors/track, 391 cylinders, total 6291456 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000 Disk /dev/dm-1 doesn't contain a valid partition table Disk /dev/dm-2: 50.3 GB, 50298093568 bytes 255 heads, 63 sectors/track, 6115 cylinders, total 98238464 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000 Disk /dev/dm-2 doesn't contain a valid partition table Disk /dev/dm-3: 2113 MB, 2113929216 bytes 255 heads, 63 sectors/track, 257 cylinders, total 4128768 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000 Disk /dev/dm-3 doesn't contain a valid partition table


Reply With Quote