Differences between revisions 2 and 3
Revision 2 as of 2007-04-09 12:18:28
Size: 395
Comment:
Revision 3 as of 2007-04-11 15:54:19
Size: 2082
Editor: GötzWaschk
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
=== Removable Media and Hotplug Storage Devices ===
* '''Mount points''' are now in `/media`. They are created at mount time, ''not'' after plugging the device. No fstab entries are used, that's why you cannot use the usual `mount` and `umount` commands. The names of the mount points are taken from the file system's volume label if applicable. They are removed when the device is removed.

* '''Manual Mounting''' If the automatic mounting of devices by GNOME/KDE is not used, `gnome-mount` can be called manually like this, using the appropriate device file:
{{{
gnome-mount -d /dev/sda1
gnome-umount -d /dev/sda1
}}}

* '''Hotplug''' should work better than on SL3 or SL4, thanks to the more modern kernel and hotplug scripts. It is known to ''not'' work perfectly in all cases though.
  * Multiple partitions on USB storage devices should work now, at least if all
  partitions have a supported filesystem, and the partition table format is legal.
  * The new hotplug system does ''not'' assign ownership of the device to the user.
  Hence you can't partition the device or create filesystems, unlike on SL3.
  * The new hotplug system will clean up properly if a mounted device if removed,
  and it no longer causes problems to log out while a hotplug device is mounted.
  ||<style="background-color: #FF7777;"> <!> It is still recommended to''always'' umount all filesystems on a hotplug device before removing it physically, and before logging off from the console. ||
  Notice the GNOME desktop will automount filesystems on hotplug devices when they are
  connected. This feature can be turned off under ''Applications->Preferences->Removable Storage'':

/!\ PRELIMINARY /!\

TableOfContents

General Points

About Scientific Linux 5 at DESY, Zeuthen

Removable Media and Hotplug Storage Devices

* Mount points are now in /media. They are created at mount time, not after plugging the device. No fstab entries are used, that's why you cannot use the usual mount and umount commands. The names of the mount points are taken from the file system's volume label if applicable. They are removed when the device is removed.

* Manual Mounting If the automatic mounting of devices by GNOME/KDE is not used, gnome-mount can be called manually like this, using the appropriate device file:

gnome-mount -d /dev/sda1
gnome-umount -d /dev/sda1

* Hotplug should work better than on SL3 or SL4, thanks to the more modern kernel and hotplug scripts. It is known to not work perfectly in all cases though.

  • Multiple partitions on USB storage devices should work now, at least if all partitions have a supported filesystem, and the partition table format is legal.
  • The new hotplug system does not assign ownership of the device to the user. Hence you can't partition the device or create filesystems, unlike on SL3.

  • The new hotplug system will clean up properly if a mounted device if removed, and it no longer causes problems to log out while a hotplug device is mounted.

    <!> It is still recommended toalways umount all filesystems on a hotplug device before removing it physically, and before logging off from the console.

    Notice the GNOME desktop will automount filesystems on hotplug devices when they are

    connected. This feature can be turned off under Applications->Preferences->Removable Storage:

Software

Known Problems

  • no Atrans/afscp
  • no afs_admin
  • no matlab on 64-bit

SL5_User_Information (last edited 2017-05-23 11:28:28 by StephanWiesand)