er krishna wrote: > Dear All, > > 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 > [r...@aoeclient ~]# > [r...@aoeclient ~]# > > Can anybody tell me how can I mount it. If I first make a file-system > over this device, then I will loose all the existing data coz it has > already a filesystem with it and there are data on it. So, please help > me out here to acess my data safely on client side. > > Thanks, > Krishna
if you do ls -l /dev/etherd/ you should see e0.0p1 e.0.0p2 etc. depending on your partitions *just like a real drive* you mount the partitions *not* the drive mount /dev/sda1 /mnt/a not mount /dev/sda /mnt/a the *just like a real drive* part is something you keep forgettting :) # mount /dev/etherd/e0.0p1 /mnt/ is probably what you want Matt ------------------------------------------------------------------------------ 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
