[Cooker] mount question

2000-01-16 Thread Clifford Yapp
I was wondering if it is possible to use fstab to have mount check for multiple file formats before it gives up on a disk. Right now my zip drive is configured for vfat, but I would like it to be able to mount hfs as well without having to su root and tell it specifically. Is this possible?

Re: [Cooker] mount question

2000-01-16 Thread Pixel
"Clifford Yapp" [EMAIL PROTECTED] writes: I was wondering if it is possible to use fstab to have mount check for multiple file formats before it gives up on a disk. Right now my zip drive is configured for vfat, but I would like it to be able to mount hfs as well without having to su

Re: [Cooker] mount question

2000-01-16 Thread Clifford Yapp
From: Pixel [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] use the `auto' filesystem. be warned that i try the filesystems from /proc/filesystems. So if hfs.o is not loaded it doesn't test hfs. In that case put hfs in /etc/filesystems Thanks Pixel! Worked like a charm. Why isn't that