» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Make further edits, (or Cancel)

(Login required to save to your tagged pages.)
(or Cancel)

(Editing anonymously: to be credited for your changes, login or register a new account)

Change Page Permissions? Changing these permissions will adjust who can modify this page.

Anonymous (change)
(change)
(or Cancel)
Upload an image from your computer:
or Copy an image from a URL:
or Erase the current icon:
Icon Preview:

or Cancel

Erase device? The contents of device page and all pages directly attached to device will be erased.

or Cancel

(Editing anonymously: to be credited for your changes, login or register a new account)

other page actions:
device

device

Tags Applied to device

No one has tagged this page.

device Wiki Pages

What is device? Edit this page and describe it here.

sorted by: recent | see : popular
Content Tagged device

Linux device names & mounting

http://www.adamsinfo.com/linux-device-names-mounting/

Recently I came across an annoying issue. I have three identical Seagate USB mass storage devices, plugged in to a debian etch 4.0 stable (2.6.18) machine. I could add those devices and mount points to /etc/fstab, but upon reboot, the /dev/sdX device names would change and therefore the drives would get mounted in the wrong place and bad things would happen. To summarize, “drive1″ would appear as /dev/sdb on one boot, but on another boot, “drive1″ would appear as /dev/sdc with “drive2″ appearing as /dev/sdb.

There are two options here, use the drive serial numbers and some UDEV trickery to ensure that a particular drive gets the same device name each time, but I wasn’t so sure about that.

Easier, just label your partitions, using: e2label /dev/sdb1 DISK1

Then from then on reference the drive label “DISK1″ in your mount. For example in /etc/fstab, replace: /dev/sdb1 /media/usb1 auto rw,user,noauto 0 0 with LABEL=DISK1 /media/usb1 auto rw,user,noauto 0 0

Now the same drives get mounted in the same place each time, and their dependants such as rsync, samba, etc are now working happily.

You can use mount /media/usb1 and it will automatically locate the correct /dev/ device node with the correct labelled partition!

I hope this is helpful!

Hasso adds a lot

Hasso Tepper has committed Sascha Wildner’s port of FreeBSD’s devinfo(3) and devinfo(8), for “ userspace access to the internal device hierarchy".  Hasso also updated acpi_battery(4), for battery monitoring.

He's also ported devd(8) from FreeBSD, with an inital patch for testing.

DragonFlyBSD: DragonFly BSD Digest

Realtek 8102EL support and history

Mitja Horvat purchased an Intel D945GCLF motherboard, which worked fine with DragonFly except for some minor issues with hardware checksumming on the Realtek 8102EL network card.   He supplied a patch to fix this, which was committed.  Edward O’Callaghan chimed in with some history of why this particular card was problematic in DragonFly and other operating systems.

DragonFlyBSD: DragonFly BSD Digest

JMicron JMC250/JMC260 added

Sepherosa Ziehau has added the ids for the JMicron JMC250 and JMC260, both PCIe Ethernet chipsets.  Strangely, the lower model number is gigabit, while the higher number is 100Mbit, if I read my searching correctly.

DragonFlyBSD: DragonFly BSD Digest

More power options

Hasso Tepper has supplied a patch to sysutils/pciutils that lets it compile on DragonFly; this means you can check the state of your devices and see if they are actually powered down.

DragonFlyBSD: DragonFly BSD Digest

Page 1 | Next >>
Username:
Password:
(or Cancel)