[Pkg-gtkpod-devel] r269 - gtkpod/trunk
nion at alioth.debian.org
nion at alioth.debian.org
Sun Nov 18 15:47:05 UTC 2007
Author: nion
Date: 2007-11-18 15:47:05 +0000 (Sun, 18 Nov 2007)
New Revision: 269
Modified:
gtkpod/trunk/README
Log:
revert upstream source change from mnt/ipod to media/ipod
Modified: gtkpod/trunk/README
===================================================================
--- gtkpod/trunk/README 2007-11-18 15:45:08 UTC (rev 268)
+++ gtkpod/trunk/README 2007-11-18 15:47:05 UTC (rev 269)
@@ -52,7 +52,7 @@
1) If your iPod is not mounted automatically when connecting it to
your computer follow steps 1-7 in the "Connecting your iPod to a
Linux box" (basically you need to get the iPod partition mounted to
- /media/ipod). In most cases this should not be necessary any more
+ /mnt/ipod). In most cases this should not be necessary any more
these days.
2) If you are using GNOME, starting with V1.0 of gtkpod your iPod will
@@ -699,13 +699,13 @@
(Obviously you need to change the filesystem type from 'vfat' to
'hfsplus' when you use an HFS formatted iPod.)
- Then simply add a link from /media/ipod:
+ Then simply add a link from /mnt/ipod:
- ln -s /var/autofs/removable/ipod /media/ipod
+ ln -s /var/autofs/removable/ipod /mnt/ipod
Now your system is configured to mount the iPod every time you access
-/media/ipod and to unmount it again after two seconds of inactivity. You
+/mnt/ipod and to unmount it again after two seconds of inactivity. You
won't have to worry about doing mounting/unmouting yourself any more.
@@ -750,19 +750,19 @@
* -> NLS ISO 8859-1 (CONFIG_NLS_ISO8859_1)
-3) Create /media/ipod:
+3) Create /mnt/ipod:
- mkdir /media/ipod
+ mkdir /mnt/ipod
4) Add a line to /etc/fstab. You should edit uid to match your user
id. Also, /dev/sda2 may not be appropriate, if you have other scsi
devices.
-/dev/sda2 /media/ipod vfat rw,user,noauto,noatime,errors=remount 0 0
+/dev/sda2 /mnt/ipod vfat rw,user,noauto,noatime,errors=remount 0 0
(For HFS this line should read
-/dev/sda /media/ipod hfsplus rw,user,noauto,exec 0 0
+/dev/sda /mnt/ipod hfsplus rw,user,noauto,exec 0 0
please note that it's just '/dev/sda')
@@ -770,7 +770,7 @@
NOTE: Some users have had problems with newer versions of mount(newer than
mount-2.11h) The following fstab entry might work better for you.
-/dev/sda2 /media/ipod vfat rw,user,noauto,noatime,shortname=winnt 0 0
+/dev/sda2 /mnt/ipod vfat rw,user,noauto,noatime,shortname=winnt 0 0
5) Install the hotplug utilities
(http://linux-hotplug.sourceforge.net/, debian package: 'hotplug')
@@ -819,13 +819,13 @@
7) Mount the iPod hard drive
- mount /media/ipod
+ mount /mnt/ipod
8) do whatever you need to do (e.g. start gtkpod, see below)
9) Unmount the iPod:
- umount /media/ipod
+ umount /mnt/ipod
10) Unload the module sbp2 (as most likely as root):
@@ -874,19 +874,19 @@
* -> Codepage 437 (CONFIG_NLS_CODEPAGE_437)
* -> NLS ISO 8859-1 (CONFIG_NLS_ISO8859_1)
-3) Create /media/ipod:
+3) Create /mnt/ipod:
- mkdir /media/ipod
+ mkdir /mnt/ipod
4) Add a line to /etc/fstab. You should edit uid to match your user
id. Also, /dev/sda2 may not be appropriate, if you have other scsi
devices.
-/dev/sda2 /media/ipod vfat rw,user,noauto,noatime 0 0
+/dev/sda2 /mnt/ipod vfat rw,user,noauto,noatime 0 0
(For HFS this line should read
-/dev/sda /media/ipod hfsplus rw,user,noauto,exec 0 0
+/dev/sda /mnt/ipod hfsplus rw,user,noauto,exec 0 0
please note that it's just '/dev/sda')
@@ -894,7 +894,7 @@
NOTE: Some users have had problems with newer versions of mount(newer than
mount-2.11h) The following fstab entry might work better for you.
-/dev/sda2 /media/ipod vfat rw,user,noauto,noatime,shortname=winnt 0 0
+/dev/sda2 /mnt/ipod vfat rw,user,noauto,noatime,shortname=winnt 0 0
NOTE: You can add ",umask=0" to the options to make the iPod
readable/writable for all users.
@@ -934,13 +934,13 @@
7) Mount the iPod hard drive
- mount /media/ipod
+ mount /mnt/ipod
8) do whatever you need to do (e.g. start gtkpod, see below)
9) Unmount the iPod:
- umount /media/ipod
+ umount /mnt/ipod
10) Unload the module sbp2 (as most likely as root):
@@ -974,7 +974,7 @@
- since the iPod's hdd was already spun up, the SCSI subsystem now
recognizes it and mounts it as /dev/sda
-- You can then mount /dev/sda2 to /media/ipod as normal."
+- You can then mount /dev/sda2 to /mnt/ipod as normal."
On the other hand: with my 4G iPod under 2.6.9 and 2.6.10 I never had
any problem whatsoever getting the iPod to work. With IEEE it was
@@ -1030,10 +1030,10 @@
/**********/
Add a line similar to the below to your /etc/fstab, this will enable users
to mount the ipod with read/write capabilities. Example line assumes your
-ipod mount point is /media/ipod and your ipod is detected as /dev/sda
+ipod mount point is /mnt/ipod and your ipod is detected as /dev/sda
------------------------------- Begin Here ---------------------------------
-/dev/sda2 /media/ipod vfat rw,user,noauto 0 0
+/dev/sda2 /mnt/ipod vfat rw,user,noauto 0 0
------------------------------- End Here -----------------------------------
More information about the Pkg-gtkpod-devel
mailing list