You are not logged in.

#1 2009-03-20 00:45:27

m3lkor
Member
Registered: 2009-03-15
Posts: 7

USB cd drive mounting and unmounting problems [SOLVED]

finally figured out that to get my cd drive mounted i had to do

/mount -t iso9660 /dev/sr1 /mnt/CD

after the su and mkdr, but
trying to install a program through wine with multiple CD's.  it told me to put in the next one and when i tried to umount the drive it said it was busy, did a fuse and ps to find that bash was keeping it busy.
forced an umount with umount -l /mnt/CD and it umounted fine
put in next cd, mounted fine
but it isn't being read correctly and getting a bunch of errors in dmesg | tail

ISO 9660 Extensions: Microsoft Joliet Level 1
ISOFS: Changing to secondary root
VFS: Busy inodes on changed media or resized disk sr1
iso9660: corrupted directory entry in block 0 of inode 1728

appreciate any help

Last edited by m3lkor (2009-03-20 02:57:34)

Offline

#2 2009-03-20 00:57:40

pizmooz
Member
Registered: 2009-01-11
Posts: 21

Re: USB cd drive mounting and unmounting problems [SOLVED]

It is probably because you forced the unmount and it didn't clean up properly.  My guess is that bash was busy because your current directory (in one of your bash shells) was a subdirectory of the mount.  You have to cd out of the mount before you can unmount.  Just a guess though.

Offline

#3 2009-03-20 01:01:07

m3lkor
Member
Registered: 2009-03-15
Posts: 7

Re: USB cd drive mounting and unmounting problems [SOLVED]

and that did it tyvm

Offline

Board footer

Powered by FluxBB