Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Mounting Linux partition

 
Goto page Previous  1, 2, 3, 4
   Soft32 Home -> Linux -> SUSE RSS
Next:  mipsel-linux-gnu-gcc: -pg and -fomit-frame-pointe..  
Author Message
David Bolt

External


Since: Sep 08, 2005
Posts: 188



(Msg. 31) Posted: Wed Oct 28, 2009 5:20 pm
Post subject: Re: Mounting Linux partition [Login to view extended thread Info.]
Archived from groups: alt>os>linux>suse (more info?)

On Wednesday 28 Oct 2009 19:13, while playing with a tin of spray paint,
houghi painted this mural:

> David Bolt wrote:
>> Using Konqueror, right-click and select "properties" or, using KDE4,
>> open Dolphin and do the same.
>
> That is all KDE stuff.

That's because EOS was talking about finding out how much free space he
had available while using his desktop. If he was using a console, I'd
have suggested using df, possibly appending a path known to exist on
the file system he's interested in checking out the free space size.

> You can use gparted or even much better:
> /usr/sbin/parted -l
> That will show clearly all the information in a readable form.

<snip>

> And using df to add the name of the directory if available as well as
> the free space. Simple.

You already did something like that a short(ish) while ago. That script
showed the free space available on the various mounted file systems,
along with the total.


Regards,
David Bolt

--
Team Acorn: www.distributed.net OGR-NG @ ~100Mnodes RC5-72 @ ~1Mkeys/s
openSUSE 10.3 32b | openSUSE 11.0 32b | |
openSUSE 10.3 64b | openSUSE 11.0 64b | openSUSE 11.1 64b | openSUSE 11.2rc1
RISC OS 4.02 | RISC OS 3.11 | openSUSE 11.1 PPC | TOS 4.02
Back to top
Login to vote
David Bolt

External


Since: Sep 08, 2005
Posts: 188



(Msg. 32) Posted: Wed Oct 28, 2009 5:20 pm
Post subject: Re: Mounting Linux partition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wednesday 28 Oct 2009 19:11, while playing with a tin of spray paint,
VWWall painted this mural:

> David Bolt wrote:

<snip>

>> Not much. Give each file system a unique label and then you'll get to
>> see those that are mounted under "My Computer". You can do this using
>> tune2fs for ext2 and ext3 file systems[0]. Other file systems have
>> ways of doing this as well.
>>
> Strangely enough, openSUSE already has /dev/disk/by-label, which shows
> *all* partitions that have been given labels.

I've been using it for several releases, although it was an issue with
10.2[0] and having /var on a separate partition that moved me to using
labels for all my file systems. It made things much easier and means
that it doesn't matter if I change drive ordering. With the change in
11.1 to using /dev/disk/by-id/ in /boot/grub/device.map , this isn't as
big an issue.

> It shows my "PCLOS_root",
> which is the only one I labeled. It doesn't seem to use these entries
> for anything.

You can change /etc/fstab to specify mounting using the file system
labels. Gets around the issue of /dev/disk/by-id when cloning a file
system from a failing hard drive.

> Some distros default to labels if they find partition labels on the
> drive(s).

I'm not surprised. It seems that various methods were used when certain
changes were made that meant the drive order was no longer fixed. Some
distros use by-id, others use by-label, and I'm sure there'll be some
others that are using by-uuid

> A right click on these "names" allows mounting the partition, checking
> its properties, etc. just as "My Computer" in openSUSE does.
>>
>> [0] This might also work with ext4 but can't confirm or deny it as yet.
>>
> I haven't played with ext4 yet as my GRUB boot can't handle it without
> chain loading. Just the inode changes some distros make by default, if
> you let their install do the formatting, confuses legacy GRUB!

I don't know about that. The only system I have with ext4 is the 11.2
test system, and grub boots that properly.


[0] May have been 10.1, I don't remember for certain.

Regards,
David Bolt

--
Team Acorn: www.distributed.net OGR-NG @ ~100Mnodes RC5-72 @ ~1Mkeys/s
openSUSE 10.3 32b | openSUSE 11.0 32b | |
openSUSE 10.3 64b | openSUSE 11.0 64b | openSUSE 11.1 64b | openSUSE 11.2rc1
RISC OS 4.02 | RISC OS 3.11 | openSUSE 11.1 PPC | TOS 4.02
Back to top
Login to vote
Marcel Bruinsma

External


Since: Sep 24, 2009
Posts: 22



(Msg. 33) Posted: Wed Oct 28, 2009 11:20 pm
Post subject: Re: Mounting Linux partition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Am Mittwoch, 28. Oktober 2009 20:11, VWWall a écrit :

> Strangely enough, openSUSE already has /dev/disk/by-label,
> which shows *all* partitions that have been given labels.

Actually, only file system labels are in /dev/disk/by-label,
not the partition labels assigned upon creation with
parted. Partitions used as swap or raid member do
not show.

--
printf -v email $(echo \ 155 141 162 143 145 154 142 162 165 151 \
156 163 155 141 100 171 141 150 157 157 056 143 157 155|tr \ \\\\)
# Live every life as if it were your last! #
Back to top
Login to vote
VWWall

External


Since: Nov 28, 2008
Posts: 16



(Msg. 34) Posted: Wed Oct 28, 2009 11:20 pm
Post subject: Re: Mounting Linux partition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Marcel Bruinsma wrote:
> Am Mittwoch, 28. Oktober 2009 20:11, VWWall a écrit :
>
>> Strangely enough, openSUSE already has /dev/disk/by-label,
>> which shows *all* partitions that have been given labels.
>
> Actually, only file system labels are in /dev/disk/by-label,
> not the partition labels assigned upon creation with
> parted. Partitions used as swap or raid member do
> not show.
>
Those assigned partition numbers are shown at the end of entries in
/dev/disk/by-id and also in /dev/disk/by-path.

I used /sbin/e2label to label partition sda11 as "PCLOS_root".
It shows in /dev/disk/by-label as such.

I assume it defines, (and shows), labels actually written to the boot
record of the partition. These will show with blkid, as will the UUID.

--
Virg Wall
Back to top
Login to vote
houghi

External


Since: May 12, 2004
Posts: 420



(Msg. 35) Posted: Thu Oct 29, 2009 3:22 am
Post subject: Re: Mounting Linux partition [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

[[This message is not archived, and is only displayed for one month past post date.]]

David Bolt wrote:
>> And using df to add the name of the directory if available as well as
>> the free space. Simple.
>
> You already did something like that a short(ish) while ago. That script
> showed the free space available on the various mounted file systems,
> along with the total.

The remark was that df only showed the mounted partitions and also
unmounted partitions should be known. So there is a difference in need.

houghi
--
Remind me to write an article on the compulsive reading of news. The
theme will be that most neuroses can be traced to the unhealthy habit
of wallowing in the troubles of five billion strangers. -- Heinlein
Back to top
Login to vote
houghi

External


Since: May 12, 2004
Posts: 420



(Msg. 36) Posted: Thu Oct 29, 2009 3:22 am
Post subject: Re: Mounting Linux partition [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

[[This message is not archived, and is only displayed for one month past post date.]]

Shmuel Metz wrote:
>>What I do when I am done with YaST is edit fstab so that the order is in
>>an order I like. It will change lines, not delete them and add at the end
>>afterwards.
>
> I don't recall the details, but I've had cases where I edited a
> configuration file manually and Yast later overwrote my changes. I've
> found it to be safer to just use Yast across the board, and only edit
> those files that Yast doesn't handle.

I have heard about this by people over time, yet I never have noticed it
in the years since at least SuSE 6.3 where I have been using YaST and
edited fstab by hand.

Sure it changes my settings but only those changes that I select to be
changed.

I am not saying it does not happen. I am saying that apparently either I
am very lucky, I do not notice the changes or YaST is afraid of me and
does not dare to change things that I do not want to change.

houghi
--
Remind me to write an article on the compulsive reading of news. The
theme will be that most neuroses can be traced to the unhealthy habit
of wallowing in the troubles of five billion strangers. -- Heinlein
Back to top
Login to vote
David Bolt

External


Since: Sep 08, 2005
Posts: 188



(Msg. 37) Posted: Thu Oct 29, 2009 3:22 am
Post subject: Re: Mounting Linux partition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thursday 29 Oct 2009 02:42, while playing with a tin of spray paint,
Marcel Bruinsma painted this mural:

> Am Mittwoch, 28. Oktober 2009 20:11, VWWall a écrit :
>
>> Strangely enough, openSUSE already has /dev/disk/by-label,
>> which shows *all* partitions that have been given labels.
>
> Actually, only file system labels are in /dev/disk/by-label,
> not the partition labels assigned upon creation with
> parted. Partitions used as swap

Yes they do:

davjam@moray:/usr/src/packages/SOURCES> ls -l /dev/disk/by-label
total 0
lrwxrwxrwx 1 root root 10 2009-10-24 21:46 500_boot -> ../../sdc1
lrwxrwxrwx 1 root root 10 2009-10-24 21:46 500_root -> ../../sdc5
lrwxrwxrwx 1 root root 10 2009-10-24 21:46 500_swap -> ../../sdc2
lrwxrwxrwx 1 root root 10 2009-10-24 21:46 drive-f -> ../../sda1
lrwxrwxrwx 1 root root 10 2009-10-24 21:46 DVD_temp -> ../../sdb5
lrwxrwxrwx 1 root root 10 2009-10-24 21:46 ISOs -> ../../sdb7
lrwxrwxrwx 1 root root 10 2009-10-24 21:46 music -> ../../sdb6
lrwxrwxrwx 1 root root 10 2009-10-24 21:46 photos -> ../../sdb1
davjam@moray:/usr/src/packages/SOURCES> file -s /dev/disk/by-label/500_swap
/dev/disk/by-label/500_swap: symbolic link to `../../sdc2'
davjam@moray:/usr/src/packages/SOURCES> file -s /dev/sdc2
/dev/sdc2: Linux/i386 swap file (new style) 1 (4K pages) size 1116516 pages Label 500_swap

And swapon and swapoff can use the label to enable or disable the swap
partitions[0] in just the same way as mount and umount works with other
file systems.

> or raid member do
> not show.

Don't know about that as I don't use a raid array.


[0] My swap partitions are enabled in this way, just like I use labels
to mount the other (non-LVM) file systems.

Regards,
David Bolt

--
Team Acorn: www.distributed.net OGR-NG @ ~100Mnodes RC5-72 @ ~1Mkeys/s
openSUSE 10.3 32b | openSUSE 11.0 32b | |
openSUSE 10.3 64b | openSUSE 11.0 64b | openSUSE 11.1 64b | openSUSE 11.2rc1
RISC OS 4.02 | RISC OS 3.11 | openSUSE 11.1 PPC | TOS 4.02
Back to top
Login to vote
David Bolt

External


Since: Sep 08, 2005
Posts: 188



(Msg. 38) Posted: Thu Oct 29, 2009 3:23 am
Post subject: Re: Mounting Linux partition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thursday 29 Oct 2009 05:51, while playing with a tin of spray paint,
VWWall painted this mural:

> Marcel Bruinsma wrote:

>> Actually, only file system labels are in /dev/disk/by-label,
>> not the partition labels assigned upon creation with
>> parted.

Oh, I missed that part. Partitions don't have labels although they do
have types, e.g. 82 is for swap, 83 for a Linux file system, 8E for one
that's able to be a part of a logical volume.

> I assume it defines, (and shows), labels actually written to the boot
> record of the partition. These will show with blkid, as will the UUID.

The labels are stored inside the superblock of the file system, which
may or may not be the boot record (sector 0), and are of a variety of
lengths. Reiserfs and ext2/3 can have upto 16 character labels, and
will truncate a label any longer when creating the file system. XFS can
have upto 12 characters but will abort when creating a file system if
the given label is longer. JFS supports labels, but the maximum number
of characters for the label isn't specified in the man page.


Regards,
David Bolt

--
Team Acorn: www.distributed.net OGR-NG @ ~100Mnodes RC5-72 @ ~1Mkeys/s
openSUSE 10.3 32b | openSUSE 11.0 32b | |
openSUSE 10.3 64b | openSUSE 11.0 64b | openSUSE 11.1 64b | openSUSE 11.2rc1
RISC OS 4.02 | RISC OS 3.11 | openSUSE 11.1 PPC | TOS 4.02
Back to top
Login to vote
David Bolt

External


Since: Sep 08, 2005
Posts: 188



(Msg. 39) Posted: Thu Oct 29, 2009 3:23 am
Post subject: Re: Mounting Linux partition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thursday 29 Oct 2009 07:27, while playing with a tin of spray paint,
houghi painted this mural:

> Shmuel Metz wrote:

>> I don't recall the details, but I've had cases where I edited a
>> configuration file manually and Yast later overwrote my changes. I've
>> found it to be safer to just use Yast across the board, and only edit
>> those files that Yast doesn't handle.
>
> I have heard about this by people over time, yet I never have noticed it
> in the years since at least SuSE 6.3 where I have been using YaST and
> edited fstab by hand.

I've seen it happen where I've made some changes to /etc/fstab, namely
reordering the partition ordering and some other cosmetic changes
like making the various columns line up, and then had YaST reorder and
destroy the cosmetic changes. However, it's been a while since that
happened and, since I now only use the YaST partitioner during the
installation, that's not an issue. Interestingly, it do

> Sure it changes my settings but only those changes that I select to be
> changed.

One of my favourite things to do after a fresh install is to go through
the /etc/sysconfig files turning on and off various options.

> I am not saying it does not happen. I am saying that apparently either I
> am very lucky, I do not notice the changes or YaST is afraid of me and
> does not dare to change things that I do not want to change.

Maybe it's afraid of you. Have you ever wielded a debugger in anger
anywhere near YaST?


Regards,
David Bolt

--
Team Acorn: www.distributed.net OGR-NG @ ~100Mnodes RC5-72 @ ~1Mkeys/s
openSUSE 10.3 32b | openSUSE 11.0 32b | |
openSUSE 10.3 64b | openSUSE 11.0 64b | openSUSE 11.1 64b | openSUSE 11.2rc1
RISC OS 4.02 | RISC OS 3.11 | openSUSE 11.1 PPC | TOS 4.02
Back to top
Login to vote
Marcel Bruinsma

External


Since: Sep 24, 2009
Posts: 22



(Msg. 40) Posted: Thu Oct 29, 2009 5:20 am
Post subject: Re: Mounting Linux partition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Am Donnerstag, 29. Oktober 2009 06:51, VWWall a écrit :

> Marcel Bruinsma wrote:
>> Am Mittwoch, 28. Oktober 2009 20:11, VWWall a écrit :
>>
>>> Strangely enough, openSUSE already has /dev/disk/by-label,
>>> which shows *all* partitions that have been given labels.
>>
>> Actually, only file system labels are in /dev/disk/by-label,
>> not the partition labels assigned upon creation with
>> parted. Partitions used as swap or raid member do
>> not show.
>>
> Those assigned partition numbers are shown at the end
> of entries in /dev/disk/by-id and also in /dev/disk/by-path.

Yes, but partitions also have a label, if you create them with the
parted command mkpart, e.g. 'mkpart SuSE_root 64 16777279'.
These labels (e.g. SuSE_root) are stored in the partition table
inside the disk label, not on the partition itself.

> I used /sbin/e2label to label partition sda11 as "PCLOS_root".
> It shows in /dev/disk/by-label as such.

That is the label of the file system created on partition sda11,
which is stored in the super block of that file system (for ext
file systems at least, other file system types might store it in
a different location of the file system).

If you erase the file system (dd if=/dev/zero of=/dev/sda11),
the file system label disappears, but the partition label will
still be there. The partition label is only removed when the
disk label (and thus the partition table) is erased (e.g.
dd if=/dev/zero of=/dev/sda).

Unfortunately, udev doesn't create links in /dev/disk/by-label
for the partition labels, only for the file system labels.

--
printf -v email $(echo \ 155 141 162 143 145 154 142 162 165 151 \
156 163 155 141 100 171 141 150 157 157 056 143 157 155|tr \ \\\\)
# Live every life as if it were your last! #
Back to top
Login to vote
Marcel Bruinsma

External


Since: Sep 24, 2009
Posts: 22



(Msg. 41) Posted: Thu Oct 29, 2009 5:20 am
Post subject: Re: Mounting Linux partition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Am Donnerstag, 29. Oktober 2009 08:45, David Bolt a écrit :

> On Thursday 29 Oct 2009 02:42, while playing with a tin of spray
> paint, Marcel Bruinsma painted this mural:
>
>> Am Mittwoch, 28. Oktober 2009 20:11, VWWall a écrit :
>>
>>> Strangely enough, openSUSE already has /dev/disk/by-label,
>>> which shows *all* partitions that have been given labels.
>>
>> Actually, only file system labels are in /dev/disk/by-label,
>> not the partition labels assigned upon creation with
>> parted. Partitions used as swap
>
> Yes they do:

You're right, the SWAPSPACE2 style swap areas, can be given
a label upon creation. That, however, is not the same thing as
the partition label, assigned with the mkpart parted command.

The swap area label assigned with mkswap is similar to a file
system label assigned with mke2fs (or tune2fs).

--
printf -v email $(echo \ 155 141 162 143 145 154 142 162 165 151 \
156 163 155 141 100 171 141 150 157 157 056 143 157 155|tr \ \\\\)
# Live every life as if it were your last! #
Back to top
Login to vote
Marcel Bruinsma

External


Since: Sep 24, 2009
Posts: 22



(Msg. 42) Posted: Thu Oct 29, 2009 5:20 am
Post subject: Re: Mounting Linux partition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Am Donnerstag, 29. Oktober 2009 08:56, David Bolt a écrit :

> On Thursday 29 Oct 2009 05:51, while playing with a tin of spray
> paint, VWWall painted this mural:
>
>> Marcel Bruinsma wrote:
>
>>> Actually, only file system labels are in /dev/disk/by-label,
>>> not the partition labels assigned upon creation with
>>> parted.
>
> Oh, I missed that part. Partitions don't have labels

Of course, partitions have a partition label, which is stored
in the partition table, which is part of the disk label.

> although they do have types, e.g. 82 is for swap, 83 for
> a Linux file system, 8E for one that's able to be a part of
> a logical volume.

Those partition types are only used for the old, deprecated
mbr format (not really a disk label). Of course, mbr doen't
provide partition labels (or 64 bit LBAs, or backup, etc.).

--
printf -v email $(echo \ 155 141 162 143 145 154 142 162 165 151 \
156 163 155 141 100 171 141 150 157 157 056 143 157 155|tr \ \\\\)
# Live every life as if it were your last! #
Back to top
Login to vote
David Bolt

External


Since: Sep 08, 2005
Posts: 188



(Msg. 43) Posted: Thu Oct 29, 2009 5:20 am
Post subject: Re: Mounting Linux partition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thursday 29 Oct 2009 08:49, while playing with a tin of spray paint,
Marcel Bruinsma painted this mural:

> Am Donnerstag, 29. Oktober 2009 08:45, David Bolt a écrit :

>> Yes they do:
>
> You're right, the SWAPSPACE2 style swap areas, can be given
> a label upon creation. That, however, is not the same thing as
> the partition label, assigned with the mkpart parted command.

Which version of parted are you using? The one supplied with openSUSE
11.1, parted-1.8.8, doesn't support partition labels. There the mkpart
command is as follows:

mkpart part-type [fs-type] start end

part-type is the partition type, primary, extended or logical
fs-type is the file system type, and is optional
start and end are the start and end of the partition


Regards,
David Bolt

--
Team Acorn: www.distributed.net OGR-NG @ ~100Mnodes RC5-72 @ ~1Mkeys/s
openSUSE 10.3 32b | openSUSE 11.0 32b | |
openSUSE 10.3 64b | openSUSE 11.0 64b | openSUSE 11.1 64b | openSUSE 11.2rc1
RISC OS 4.02 | RISC OS 3.11 | openSUSE 11.1 PPC | TOS 4.02
Back to top
Login to vote
Marcel Bruinsma

External


Since: Sep 24, 2009
Posts: 22



(Msg. 44) Posted: Thu Oct 29, 2009 7:20 am
Post subject: Re: Mounting Linux partition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Am Donnerstag, 29. Oktober 2009 10:35, David Bolt a écrit :

> On Thursday 29 Oct 2009 08:49, while playing with a tin of spray
> paint, Marcel Bruinsma painted this mural:
>
>> You're right, the SWAPSPACE2 style swap areas, can be given
>> a label upon creation. That, however, is not the same thing as
>> the partition label, assigned with the mkpart parted command.
>
> Which version of parted are you using? The one supplied with
> openSUSE 11.1, parted-1.8.8, doesn't support partition labels.
> There the mkpart command is as follows:
>
> mkpart part-type [fs-type] start end
>
> part-type is the partition type, primary, extended or logical
> fs-type is the file system type, and is optional
> start and end are the start and end of the partition

Version 1.8.9 (with a few local minor-bug-fixes). Older
versions (1.8.7 and 1.8.Cool do support partition labels
too, even if the manual doesn't mention them. The
semantics of mkpart (and many other commands)
depend on the disk label type (see mklabel). The gpt
disk label partition table is linear; 'primary', 'logical'
and 'extended' are meaningless with a linear partition
table. Instead, the 'part-type' string is used as the
label of the partiton. The label can be modified with
the name command.

--
printf -v email $(echo \ 155 141 162 143 145 154 142 162 165 151 \
156 163 155 141 100 171 141 150 157 157 056 143 157 155|tr \ \\\\)
# Live every life as if it were your last! #
Back to top
Login to vote
Marcel Bruinsma

External


Since: Sep 24, 2009
Posts: 22



(Msg. 45) Posted: Thu Oct 29, 2009 7:20 am
Post subject: Re: Mounting Linux partition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Am Donnerstag, 29. Oktober 2009 11:29, Marcel Bruinsma a écrit :

> Am Donnerstag, 29. Oktober 2009 10:35, David Bolt a écrit :
>
>> On Thursday 29 Oct 2009 08:49, while playing with a tin of spray
>> paint, Marcel Bruinsma painted this mural:
>>
>>> You're right, the SWAPSPACE2 style swap areas, can be given
>>> a label upon creation. That, however, is not the same thing as
>>> the partition label, assigned with the mkpart parted command.
>>
>> Which version of parted are you using? The one supplied with
>> openSUSE 11.1, parted-1.8.8, doesn't support partition labels.
>> There the mkpart command is as follows:
>>
>> mkpart part-type [fs-type] start end
>>
>> part-type is the partition type, primary, extended or logical
>> fs-type is the file system type, and is optional
>> start and end are the start and end of the partition
>
> Version 1.8.9 (with a few local minor-bug-fixes).

Sorry, that should have been 1.9.0, of course.

> Older
> versions (1.8.7 and 1.8.Cool do support partition labels
> too, even if the manual doesn't mention them. The
> semantics of mkpart (and many other commands)
> depend on the disk label type (see mklabel). The gpt
> disk label partition table is linear; 'primary', 'logical'
> and 'extended' are meaningless with a linear partition
> table. Instead, the 'part-type' string is used as the
> label of the partiton. The label can be modified with
> the name command.

--
printf -v email $(echo \ 155 141 162 143 145 154 142 162 165 151 \
156 163 155 141 100 171 141 150 157 157 056 143 157 155|tr \ \\\\)
# Live every life as if it were your last! #
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Surely suse is not this popular - At time of posting and accorind to torrentspy.com there are over 185437 people downloading Suse! No way! ..

YAST - Change Location Problem - Having problem with YAST (SLES9) where the original source of installation was deleted via 'Change Source of..

FTP - I have installed vsftpd but I am wondering how I set it up so that FTPing requires a password? The docs do not seem to....

pro100 - McDoo wrote: ..> I just purchased the pro/1000 gt nic. Suse 10.2 does not seem to have a >> diver for them....

openSuSE 10.2 No virtual consoles at RunLevel 5? - Hi, a.o.l.s Just migrated to 10.2 (from 9.3). Most stuff seems to be working, but just noticed that I can't use the..

System resolution timer too low - When I try to start the Rosegarden4 MIDI sequencer it trows up a box that says my system timer resolution is too low an...
       Soft32 Home -> Linux -> SUSE All times are: Pacific Time (US & Canada) (change)
Goto page Previous  1, 2, 3, 4
Page 3 of 4

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]