Thread: Mounting
View Single Post
  #6   (View Single Post)  
Old 1st July 2008
sniper007's Avatar
sniper007 sniper007 is offline
Real Name: Jurif
Fdisk Soldier
 
Join Date: Jun 2008
Location: Slovenia
Posts: 50
Default

Quote:
Originally Posted by Carpetsmoker View Post
Ugh?
You can use NTFS on any disk, NTFS is a filesystem and device-independent.


I remember when i was installing windows XP on this disk have a lot of problem with formating to NTFS, then i used FAT...


Code:
 [root@fbsd1 /mnt/windows 23:26:09] #  ls /dev/ad2*
crw-r-----  1 root  operator    0, 102 Jul  1 19:36 /dev/ad2
crw-r-----  1 root  operator    0, 109 Jul  1 19:36 /dev/ad2s1
crw-r-----  1 root  operator    0, 116 Jul  1 19:36 /dev/ad2s2
crw-r-----  1 root  operator    0, 106 Jul  1 19:36 /dev/ad2s5



Code:
[root@fbsd1 /mnt/windows 23:27:37] #  mount -t msdosfs /dev/ad2s5 /mnt/windows
mount_msdosfs: /dev/ad2s5: Invalid argument
 [root@fbsd1 /mnt/windows 23:31:13] #
Reply With Quote