| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,245
» Latest member: dprp
» Forum threads: 4,031
» Forum posts: 16,406
Full Statistics
|
| Online Users |
There are currently 496 online users. » 0 Member(s) | 493 Guest(s) Baidu, Bing, Google
|
| Latest Threads |
how to allow only steam t...
Forum: Xorg Problems
Last Post: moquber
2026-03-17, 09:40 PM
» Replies: 0
» Views: 519
|
Wi-Fi works for a few min...
Forum: Network Problems
Last Post: kabifff
2025-12-15, 12:57 AM
» Replies: 0
» Views: 900
|
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 4,187
|
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 126,227
|
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 75,940
|
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 5,575
|
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 9,508
|
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 48,255
|
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 168,861
|
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 99,022
|
|
|
| usb pen drive installation |
|
Posted by: CrunKMunkY - 2006-03-30, 02:33 AM - Forum: Filesystem Management
- Replies (9)
|
 |
alright everyone im new to this site and fairly new to linux for that matter, so let me clarify a couple things right now. one, im a noob. two, my last name is Crunkleton, thus i have exclusive rights to the use of the word "crunk" in my username, or anywhere else for that matter, and refuse to be grouped with the cliche slang slinging teenage populous of america, so :P .
anyways....
ok guys, i have a 6 GB usb pen drive, linux compatible, and im trying to install a linux OS on here. I have FC4 which comes with the GRUB bootloader upon installation. my /dev/sda1 is about 5.6 GB and is the standard ext3 filesystem. /dev/sda2 is my swap. i installed FC4 and GRUB successfully and GRUB will boot off of my pen drive i just cant seem to get it pointed in the right direction to boot right.
what i am aiming to do here is to be able to boot off of usb on any computer that allows usb booting. can someone lend a hand to this poor unfortunate soul?
thanks :)
|
|
|
| problems with X |
|
Posted by: jestah46 - 2006-03-29, 03:53 AM - Forum: Xorg Problems
- Replies (4)
|
 |
My startx won't start...
I adjusted my /etc/X11/xorg.conf
also ran the setup command.. with no luck
The screen says
Could not init font path element unix/:7100. removing from list!
Fatal server error:
could not open default font 'fixed'
Please consult the The X.Org Foundation support
at [/url][url=http://wiki.X.Org]http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
XIO: fatal IO error 104 (Cponnection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
Don't know what else to do.
|
|
|
| format windows hd's to linux format |
|
Posted by: anyweb - 2006-03-28, 08:39 PM - Forum: Filesystem Management
- Replies (1)
|
 |
i had a windows 2003 server which i have recently converted to Fedora Core release 4
the install basically used the first hdd (as i told it to) and the remaining three hd's still had the original 'dynamic disc NTFS' format on them from Windows 2003 server.
I wanted to format all the other three hd's to Ext3 filesystem (for journalling) and to do so i had to first change the partition info from the SFS filesystem to LINUX
here's the output before i did anything
Quote:[root@localhost ~]# fdisk -l
Disk /dev/hda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 14593 117113850 8e Linux LVM
Disk /dev/hdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 14589 117186111 42 SFS
Disk /dev/hdc: 123.5 GB, 123522416640 bytes
255 heads, 63 sectors/track, 15017 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 1 15017 120624021 42 SFS
Disk /dev/hdd: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdd1 1 14589 117186111 42 SFS
so above, as you can see,. /dev/hda1 is already in linux format (actually it's a LVM logical volume manager format which Fedora Core defaults to) and i want to change the other three hd's from SFS (dynamic disks in windows 2003 server) to Ext3 linux.
first off, i need to re-partition the hard disc's one by one, so i started with /dev/hdb
login as root and do this
you will now be given some info like this
Quote:The number of cylinders for this disk is set to 14593.There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help):
now type the letter 't' as follows:-
Code: Command (m for help): t
Selected partition 1
Hex code (type L to list codes):
and now tell it what filesystem you want (83=linux)
Code: Hex code (type L to list codes): 83
Changed system type of partition 1 to 83 (Linux)
finally you need to write those changes so do that with a simple 'w'
Code: Command (m for help): w
The partition table has been altered!
to verify that the changes are made as root do
as you see below, /dev/hdb is now type 83=linux
Quote:[root@localhost ~]# fdisk -l
Disk /dev/hda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 14593 117113850 8e Linux LVM
Disk /dev/hdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 14589 117186111 83 Linux
Disk /dev/hdc: 123.5 GB, 123522416640 bytes
255 heads, 63 sectors/track, 15017 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 1 15017 120624021 42 SFS
Disk /dev/hdd: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdd1 1 14589 117186111 42 SFS
ok, now that's all done, you need to format the hdd to your chosen filesystem, i chose ext3 and this is how i did it
it won't take long, and once done you'll see something like this scroll by,,
Quote:mke2fs 1.38 (30-Jun-2005)Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
14663680 inodes, 29296527 blocks
1464826 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=29360128
895 block groups
32768 blocks per group, 32768 fragments per group
16384 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872
Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 36 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
and that's it, only two more hdd's to go !
thanks to znx and omegaevil for assistance with this, and below please see the 5 line version of this howto ;-)
Quote:fdisk /dev/hdbt
83
w
mkfs.ext3 /dev/hdb1
cheers
anyweb
|
|
|
| ndiswrapper help |
|
Posted by: Carl72 - 2006-03-28, 05:36 AM - Forum: Slackware
- Replies (2)
|
 |
I am running Slackware 10.2 with the 2.4.31 Kernel.
For the past few days I have been trying, with no luck, to install ndiswrapper. I have followed the Wiki Located Here. Everything goes as planed, I assume, untill I have to input "make install." At that point I get:
Code: root@Computer:/home/User/tmp/ndiswrapper-1.11# make install
make -C driver install
make[1]: Entering directory `/home/User/tmp/ndiswrapper-1.11/driver'
cc -DEXPORT_SYMTAB -DMODVERSIONS -include /lib/modules/2.4.31/build/include/linux/modversions.h -DUSB_DRIVER_OWNER -freg-struct-return -DDRIVER_VERSION=\"1.11\" -DLINUX -D__KERNEL__ -DMODULE -I/lib/modules/2.4.31/build -Wall -Wstrict-prototypes -fomit-frame-pointer -fno-strict-aliasing -pipe -O2 -mpreferred-stack-boundary=2 -c -o hal.o hal.c
In file included from hal.c:24:
ntoskernel.h:43:28: net/iw_handler.h: No such file or directory
make[1]: *** [hal.o] Error 1
make[1]: Leaving directory `/home/User/tmp/ndiswrapper-1.11/driver'
make: *** [install] Error 2
root@Computer:/home/User/tmp/ndiswrapper-1.11#
If you need more info on this topic post your question, but like I said i followed the wiki to a T and thats what I got.
I really do not know what to do here so if anyone is willing to take the time to help an
|
|
|
| Mandrake 2006 |
|
Posted by: JordanRRR - 2006-03-26, 04:30 PM - Forum: Mandriva
- Replies (3)
|
 |
I recently downloaded all 3 Mandrake 2006 ISO's and then went on to install it. Everything went fine until I tried to boot it after install. It went through all the checks (new hardware etc) and then after that it goes to a black screen with a solid dash in the top left of the screen (doesn't blink). It never changes from this screen. I am a linux noob so any answers would be greatly appreciated :)
|
|
|
| Just loaded Fedora Core 4 |
|
Posted by: mizzy - 2006-03-26, 11:08 AM - Forum: Fedora Core Release 4
- Replies (3)
|
 |
Please bear with me, complete noob to linux :/
Just loaded FC4 for the first time las night. First mission is to get it connected to the net :)
My laptop hasn't got a network card init (yet) but for the moment I am connected via a USB network thing (According to my network configuration, under Hardware, its a Pegasus/Pegasus II USB and yes, its Ethernet). The light on this is flashing, so I know connection is going into there.
I've tried pinging 192.168.0.1 in terminal and all I get back is "Network is unreachable". I've also tried the browser, can't connect.
I've logged into my router (which is a Netgear DG834G) and looked at connected devices and it only shows up as this desktop being connected.
Any idea's how I can get connected?
|
|
|
|