On Sat, 22 Sep 2007, Vincent Fourmond wrote:
That is really weird. Are you mounting the exact same device ? What
does the following say:
pmount -d /dev/your_device
$ pmount -d /dev/sdc1
resolved /dev/sdc1 to device /dev/sdc1
Checking for device '/dev/sdc1' in '/etc/fstab'
mount point to be used: /media/sdc1
no iocharset given, current locale encoding is UTF-8
locale encoding uses UTF-8, setting iocharset to 'utf8'
Cleaning lock directory /var/lock/pmount_dev_sdc1
Checking for device '/dev/sdc1' in '/etc/mtab'
Checking for device '/dev/sdc1' in '/proc/mounts'
device_whitelist: checking /etc/pmount.allow...
device_whitlisted(): nothing matched, returning 0
find_sysfs_device: looking for sysfs directory for device 8:33
find_sysfs_device: checking whether /dev/sdc1 is on /sys/block/sdc (8:32)
find_sysfs_device: major device numbers match
find_sysfs_device: minor device numbers do not match, checking partitions...
find_sysfs_device: checking whether device /dev/sdc1 matches partition 8:32
find_sysfs_device: checking whether device /dev/sdc1 matches partition 8:33
find_sysfs_device: -> partition matches, belongs to block device
/sys/block/sdc
device_removable: corresponding block device for /dev/sdc1 is /sys/block/sdc
get_blockdev_attr: value of /sys/block/sdc/removable == 1
policy check passed
spawnv(): executing /sbin/cryptsetup '/sbin/cryptsetup' 'isLuks' '/dev/sdc1'
spawn(): /sbin/cryptsetup terminated with status 255
device is not LUKS encrypted, or cryptsetup with LUKS support is not
installed
locking mount point directory
mount point directory locked
spawnv(): executing /bin/mount '/bin/mount' '-t' 'udf' '-o'
'nosuid,nodev,user,async,atime,noexec,uid=1000,gid=1000,umask=000,iocharset=utf8'
'/dev/sdc1' '/media/sdc1'
spawn(): /bin/mount terminated with status 32
spawnv(): executing /bin/mount '/bin/mount' '-t' 'udf' '-o'
'nosuid,nodev,user,async,atime,noexec,uid=1000,gid=1000,umask=000'
'/dev/sdc1' '/media/sdc1'
spawn(): /bin/mount terminated with status 32
spawnv(): executing /bin/mount '/bin/mount' '-t' 'iso9660' '-o'
'nosuid,nodev,user,async,atime,noexec,uid=1000,gid=1000,iocharset=utf8'
'/dev/sdc1' '/media/sdc1'
spawn(): /bin/mount terminated with status 32
spawnv(): executing /bin/mount '/bin/mount' '-t' 'iso9660' '-o'
'nosuid,nodev,user,async,atime,noexec,uid=1000,gid=1000' '/dev/sdc1'
'/media/sdc1'
spawn(): /bin/mount terminated with status 32
spawnv(): executing /bin/mount '/bin/mount' '-t' 'vfat' '-o'
'nosuid,nodev,user,quiet,shortname=mixed,async,atime,noexec,uid=1000,gid=1000,umask=077,fmask=0177,dmask=0077,iocharset=utf8'
'/dev/sdc1' '/media/sdc1'
spawn(): /bin/mount terminated with status 0
unlocking mount point directory
mount point directory unlocked
$
file -s /dev/your_device
$ sudo file -s /dev/sdc1
/dev/sdc1: Linux rev 1.0 ext2 filesystem data
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]