On Saturday 05 July 2008 06:01:36 Nejc Škoberne wrote:
> Hey,
>
> >> ls -la / | grep mnttest
>
> Can you paste output of this command?
>
> > sysid 5 (0x05),(Extended DOS)
> >     start 102398310, size 106446690 (51975 Meg), flag 0
> >         beg: cyl 1023/ head 0/ sector 1;
> >         end: cyl 1023/ head 254/ sector 63
>
> So the partition you're trying to mount is under an extended partition.
> Can you do "ls -la /dev/ad0*" and provide us with the output?
>
> Bye,
> Nejc

Here you have a more complete output:

[EMAIL PROTECTED]:~ # mkdir /mnttest
[EMAIL PROTECTED]:~ # ls -la / | grep mnttest
drwxr-xr-x   2 root  wheel      512 Jul  5 17:16 mnttest
[EMAIL PROTECTED]:~ # mount -t ext2fs /dev/ad0s8 /mnttest
[EMAIL PROTECTED]:~ # ls /mnttest
ls: /mnttest: Bad file descriptor
[EMAIL PROTECTED]:~ # file /mnttest
/mnttest: cannot open `/mnttest' (Bad file descriptor)
[EMAIL PROTECTED]:~ # ls -la / | grep mnttest
ls: mnttest: Bad file descriptor
[EMAIL PROTECTED]:~ # dmesg | tail -5
re0: link state changed to DOWN
re0: link state changed to UP
pid 41456 (kdeinit), uid 1001 inumber 14 on /tmp: filesystem full
linux: pid 8503 (doom.x86): ioctl fd=17, cmd=0x5801 ('X',1) is not implemented
pid 8511 (doom.x86), uid 1001: exited on signal 11
[EMAIL PROTECTED]:~ # umount /mnttest
[EMAIL PROTECTED]:~ # ls /mnttest
[EMAIL PROTECTED]:~ # file /mnttest
/mnttest: directory
[EMAIL PROTECTED]:~ # ls -la / | grep mnttest
drwxr-xr-x   2 root  wheel      512 Jul  5 17:16 mnttest
[EMAIL PROTECTED]:~ # dmesg | tail -5
re0: link state changed to DOWN
re0: link state changed to UP
pid 41456 (kdeinit), uid 1001 inumber 14 on /tmp: filesystem full
linux: pid 8503 (doom.x86): ioctl fd=17, cmd=0x5801 ('X',1) is not implemented
pid 8511 (doom.x86), uid 1001: exited on signal 11
[EMAIL PROTECTED]:~ # 

Hope it clarifies sonething more 
Thanks for helping Nejc :)
-- 
Blessings
Gonzalo Nemmi
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to