On Thu, 30 Sep 1999, Jonathan Hendler wrote: > Hi, > > I am a quadra 660 usr of Debian m68k. > > I still can not mount the hfs volume on sda4 > > 5 is root > 6 is swap > 7 in usr > > I have used mount -o -t hfs and hpfs and /dev/sda4 > > tried also > mkdir /mnt/sda4 > mount -t hfs /dev/sda4 or /mnt/sda4 > cd /mnt/sda4
>From the man page: The standard form of the mount command, is mount -t type device dir therefore the command is mount -t hfs /dev/sda4 /mnt/sda4/ and btw, hpfs is not the same as hfps Justin

