Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDD/SSD not detected in Raspbian Lite OS in Raspberry pi 4 #46

Open
Akshar062 opened this issue Dec 23, 2023 · 0 comments
Open

HDD/SSD not detected in Raspbian Lite OS in Raspberry pi 4 #46

Akshar062 opened this issue Dec 23, 2023 · 0 comments

Comments

@Akshar062
Copy link

i am using Raspbian lite os with raspberry pi 4 ,i am using usbmount to munt usb but when i insert HDD/SSD it is detecting in lausb but it is not mounting it

is there way to mount HDD or SDD

this is config file

   `

  # Configuration file for the usbmount package, which mounts removable
  # storage devices when they are plugged in and unmounts them when they
  # are removed.
  
  # Change to zero to disable usbmount
  ENABLED=1
  
  # Mountpoints: These directories are eligible as mointpoints for
  # removable storage devices.  A newly plugged in device is mounted on
  # the first directory in this list that exists and on which nothing is
  # mounted yet.
  MOUNTPOINTS="/media/usb0 /media/usb1 /media/usb2 /media/usb3
               /media/usb4 /media/usb5 /media/usb6 /media/usb7"
  
  # Filesystem types: removable storage devices are only mounted if they
  # contain a filesystem type which is in this list.
  FILESYSTEMS="vfat ext2 ext3 ext4 hfsplus ntfs"
  
  #############################################################################
  # WARNING!                                                                  #
  #                                                                           #
  # The "sync" option may not be a good choice to use with flash drives, as   #
  # it forces a greater amount of writing operating on the drive. This makes  #
  # the writing speed considerably lower and also leads to a faster wear out  #
  # of the disk.                                                              #
  #                                                                           #
  # If you omit it, don't forget to use the command "sync" to synchronize the #
  # data on your disk before removing the drive or you may experience data    #
  # loss.                                                                     #
  #                                                                           #
  # It is highly recommended that you use the pumount command (as a regular   #
  # user) before unplugging the device. It makes calling the "sync" command   #
  # and mounting with the sync option unnecessary---this is similar to other  #
  # operating system's "safely disconnect the device" option.                 #
  #############################################################################
  # Mount options: Options passed to the mount command with the -o flag.
  # See the warning above regarding removing "sync" from the options.
  MOUNTOPTIONS="sync,noexec,nodev,noatime,nodiratime"
  
  # Filesystem type specific mount options: This variable contains a space
  # separated list of strings, each which the form "-fstype=TYPE,OPTIONS".
  #
  # If a filesystem with a type listed here is mounted, the corresponding
  # options are appended to those specificed in the MOUNTOPTIONS variable.
  #
  # For example, "-fstype=vfat,gid=floppy,dmask=0007,fmask=0117" would add
  # the options "gid=floppy,dmask=0007,fmask=0117" when a vfat filesystem
  # is mounted.
  FS_MOUNTOPTIONS=""
  
  # If set to "yes", more information will be logged via the syslog
  # facility.
  VERBOSE=no

`

i have added ntfs at end
in
FILESYSTEMS="vfat ext2 ext3 ext4 hfsplus ntfs"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant