Hi! > I have exported my dev/sda5 which contains a file system through aoed. But I > am > not able to mount it on client side. I am getting following error message: > > > [r...@aoeclient ~]# ls -l /dev/etherd/e0.0 > brwxrwxrwx 1 root disk 152, 0 2009-02-13 12:06 /dev/etherd/e0.0 > [r...@aoeclient ~]# > [r...@aoeclient ~]# mount /dev/etherd/e0.0 /mnt/ > mount: you must specify the filesystem type mount -t <FSTYPE> /dev/etherd/e0.0 /mnt/
where <FSTYPE> depends on what filesystem is on your disk and can be one of: ext2, ext3, reiserfs, xfs, vfat, ... cat /proc/filesystems gives a list of file systems supported by your kernel. If yours is not listed there you need to get a kernel module supporting the filesystem. -- Adi ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Aoetools-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aoetools-discuss
