Differences between revisions 4 and 5
Revision 4 as of 2007-04-11 15:58:34
Size: 2111
Editor: GötzWaschk
Comment:
Revision 5 as of 2007-04-13 12:52:42
Size: 2106
Editor: GötzWaschk
Comment:
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
  ||<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. ||   ||<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. ||
Line 25: Line 25:
  connected. This feature can be turned off under ''Applications->Preferences->Removable Storage'':[[BR]]attachment:g-v-p.png   connected. This feature can be turned off under ''System->Preferences->Removable Storage'':[[BR]]attachment:g-v-p.png

/!\ 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 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 System->Preferences->Removable Storage:BRattachment:g-v-p.png

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)