> I'm using OpenSolaris 2009.06 > > Using this command "fdisk -R -W - /dev/rdsk/c8d0p0" > fdisk showed the following message: > fdisk: /dev/dsk/c8d0p0 must be a raw device.
Note that the fdisk command uses the raw device "rdsk", not "dsk". > Actually, when I tried to mount /dev/dsk/c8d0p1 using > ntfs-3g I thought that p1 would be the second > partition of drive c8d0 (c for controller ; d for > disk ; p for partition). p0 is the whole disk, p1 .. p4 are the four primary fdisk partitions. > Is giving the wrong device > name enough to crash the system? No; of cause, it should not crash. But I'm not sure if the additional driver / kernel software that you've installed is compatible with the opensolaris 2009.06 kernel. I may be wrong, but it seems that the fuse kernel module uses undocumented kernel interfaces and easily breaks when the kernel is upgraded, or when you install the fuse modules on a different kernel build than what was used to compile the fuse module. > I have downloaded ASntfs-3g-2009.4.4, which bundled > SUNWfusefs.pkg and SUNWlibfuse.pkg, and installed > them with pkgadd. -- This message posted from opensolaris.org _______________________________________________ driver-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/driver-discuss
