edf1
![]() |
|
|
|
|
|||||||
| Peripheral Hardware Stuff that plugs in via USB, FireWire, eSATA, PS/2, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
I would like to be able to
Code:
mount_msdosfs /dev/da2s1 ~/sansa |
|
#2
|
||||
|
||||
|
add
/etc/devfs.conf Code:
own acd0 root:users perm acd0 0660 Code:
[localrules=10] add path 'da*' mode 0660 group users Code:
devfs_system_ruleset="localrules" Code:
vfs.usermount=1 replace users with valid group name |
| The Following User Says Thank You to graudeejs For This Useful Post: | ||
gall0ws (May 30th, 2010) | ||
|
#3
|
||||
|
||||
|
Thank you so much, killasmurf86. I am now able to mount removable devices and found that after formatting my Sansa E140 as FAT instead of FAT32, it is now automounted when I plug it in.
|
|
#4
|
||||
|
||||
|
Code:
mount_cd9660: /dev/acd0: Operation not permitted |
|
#5
|
||||
|
||||
|
Code:
mkdir ~/mnt mount -t cd9660 /dev/acd0 ~/mnt Code:
mount -t udf /dev/acd0 ~/mnt |
|
#6
|
||||
|
||||
|
Thanks once again killasmurf86. I can mount CD's with the cd9660 command.The udf command isn't supported by the device.
|
|
#7
|
||||
|
||||
|
some dvds use udf format....
so you can try using udf on dvd's after you fail to mount dvd with cd9660 format |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ClamAV permission problem | anthony911 | Installing & Upgrading | 9 | August 11th, 2009 22:41 |
| [Solved] ClamAV permission. | best | Web & Network Services | 9 | August 4th, 2009 08:39 |
| FreeBsd/Windows permission | drothman66 | Web & Network Services | 1 | July 28th, 2009 03:12 |
| Permission Denied | vjw757 | Installation and Maintenance of FreeBSD Ports or Packages | 5 | July 5th, 2009 00:32 |
| Root user- no permission? | hrsetrdr | General | 9 | January 20th, 2009 15:22 |