View Single Post
  #4   (View Single Post)  
Old 2nd September 2011
threaderslash threaderslash is offline
New User
 
Join Date: Jul 2011
Posts: 6
Cool

@jggimi...
Code:
# fdisk sd0
Disk: sd0	geometry: 19457/255/63 [312581808 Sectors]
Offset: 0	Signature: 0xAA55
            Starting         Ending         LBA Info:
 #: id      C   H   S -      C   H   S [       start:        size ]
-------------------------------------------------------------------------------
 0: 0B      0   1   1 -   6485 254  63 [          63:   104197527 ] Win95 FAT-32
*1: 0B   6486   0   1 -  12971 254  63 [   104197590:   104197590 ] Win95 FAT-32
 2: 07  12972  17  38 -  19457  21  20 [   208396288:   104181760 ] NTFS        
 3: 00      0   0   0 -      0   0   0 [           0:           0 ] unused
and
Code:
# disklabel sd0
# /dev/rsd0c:
type: SCSI
disk: SCSI disk
label: 1600BEV External
duid: 0000000000000000
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 19457
total sectors: 312581808
boundstart: 0
boundend: 312581808
drivedata: 0 

16 partitions:
#                size           offset  fstype [fsize bsize  cpg]
  c:        312581808                0  unused                   
  i:        104197527               63   MSDOS                   
  j:        104197590        104197590   MSDOS                   
  k:        104181760        208396288    NTFS
So, it is there and mounted. Just it does not allow writing into it.

I also looked at http://nixdoc.net/man-pages/openbsd/...nt_ntfs.8.html but no clue.

Last edited by ocicat; 2nd September 2011 at 11:52 AM. Reason: Please use [code] & [/code] tags when posting command output.
Reply With Quote