Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Mount NTFS under Solaris. Possible?
Name: someone Date: October 28, 2002 at 03:54:13 Pacific OS: SunOS 5.8 x86 CPU/Ram: PIII CPU (550 MHz) / 320
Name: Ayaz Ali Date: October 29, 2002 at 04:25:26 Pacific
Reply:
How I mount NTFS and FAT ext2 and other file systems
0
Response Number 2
Name: someone Date: October 30, 2002 at 01:31:23 Pacific
Reply:
I suppose the filesystems have to be supported. I don't know about ext2, but fat/fat32 is mounted with the command
mount -f pcfs /dev/dsk/c0d0p2:c /win
Where pcfs the filesystem, c0d0p2:c my first fat32 partition and /win the mount point.
The problem is that c0d0p1 is my Windows 2000, NTFS partition. How can I mount it? And where can I see the supported by the solaris filesystems? Anyone?
Summary: I have a dual boot system Windows NT4 and Solaris 7. The hard disk has 3 partitions, FAT, NTFS and Solaris. When I boot to Solaris I can mount the FAT partition, is there a way to do the same with the...
Summary: Hi, I have the same problem with a 500GB USB storage device. After searching the web, I found out that FAT32 (my HD uses this as File system format) is not supported under solaris 8. For the moment I ...